org.apache.struts.action
Class ActionMessages.ActionMessageItem
java.lang.Object
org.apache.struts.action.ActionMessages.ActionMessageItem
- ActionMessages
- Serializable
protected class ActionMessages.ActionMessageItem
extends java.lang.Object
implements 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.
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 .
|
iOrder
protected int iOrder
The position in the list of messages.
list
protected List list
The list of ActionMessage
s.
property
protected String property
The property associated with ActionMessage
.
ActionMessageItem
public ActionMessageItem(List list,
int iOrder,
String property)
getList
public List getList()
getOrder
public int getOrder()
getProperty
public String getProperty()
setList
public void setList(List list)
setOrder
public void setOrder(int iOrder)
setProperty
public void setProperty(String property)
toString
public String toString()
Copyright B) 2000-2007 - The Apache Software Foundation