org.apache.struts.action
protected class ActionMessages.ActionMessageItem extends java.lang.Object implements java.io.Serializable
This class is used to store a set of messages associated with a property/key and the position it was initially added to list.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ActionMessages.ActionMessageItem(java.util.List list,
int iOrder,
java.lang.String property) |
Modifier and Type | Method and Description |
---|---|
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() |
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
.
public ActionMessages.ActionMessageItem(java.util.List list, int iOrder, java.lang.String property)
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()
toString
in class java.lang.Object
Copyright ? 2000-2014 - The Apache Software Foundation