|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionMessages.ActionMessageItem
protected class 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 List |
list
The list of ActionMessage s. |
protected String |
property
The property associated with ActionMessage . |
Constructor Summary | |
---|---|
ActionMessages.ActionMessageItem(List list,
int iOrder,
String property)
Construct an instance of this class. |
Method Summary | |
---|---|
List |
getList()
Retrieve the list of messages associated with this item. |
int |
getOrder()
Retrieve the position in the message list. |
String |
getProperty()
Retrieve the property associated with this item. |
void |
setList(List list)
Set the list of messages associated with this item. |
void |
setOrder(int iOrder)
Set the position in the message list. |
void |
setProperty(String property)
Set the property associated with this item. |
String |
toString()
Construct a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected List list
The list of ActionMessage
s.
protected int iOrder
The position in the list of messages.
protected String property
The property associated with ActionMessage
.
Constructor Detail |
---|
public ActionMessages.ActionMessageItem(List list, int iOrder, String property)
Construct an instance of this class.
list
- The list of ActionMessages.iOrder
- The position in the list of messages.property
- The property associated with ActionMessage.Method Detail |
---|
public List getList()
Retrieve the list of messages associated with this item.
public void setList(List list)
Set the list of messages associated with this item.
list
- The list of messages associated with this item.public int getOrder()
Retrieve the position in the message list.
public void setOrder(int iOrder)
Set the position in the message list.
iOrder
- The position in the message list.public String getProperty()
Retrieve the property associated with this item.
public void setProperty(String property)
Set the property associated with this item.
property
- The property associated with this item.public String toString()
Construct a string representation of this object.
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |