|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionMessages.ActionMessageItem
This class is used to store a set of messages associated with a property/key and the position it was initially added to list.
Field Summary | |
protected int |
iOrder
The position in the list of messages. |
protected java.util.List |
list
The list of ActionMessage s. |
protected java.lang.String |
property
The property associated with ActionMessage . |
Constructor Summary | |
ActionMessages.ActionMessageItem(java.util.List list,
int iOrder,
java.lang.String property)
|
Method Summary | |
java.util.List |
getList()
|
int |
getOrder()
|
java.lang.String |
getProperty()
|
void |
setList(java.util.List list)
|
void |
setOrder(int iOrder)
|
void |
setProperty(java.lang.String property)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.List list
The list of ActionMessage
s.
protected int iOrder
The position in the list of messages.
protected java.lang.String property
The property associated with ActionMessage
.
Constructor Detail |
public ActionMessages.ActionMessageItem(java.util.List list, int iOrder, java.lang.String property)
Method Detail |
public java.util.List getList()
public void setList(java.util.List list)
public int getOrder()
public void setOrder(int iOrder)
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |