org.apache.struts.action

Class ActionMessages.ActionMessageItem

protected class ActionMessages.ActionMessageItem extends 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.

Field Summary
protected intiOrder

The position in the list of messages.

protected Listlist

The list of ActionMessages.

protected Stringproperty

The property associated with ActionMessage.

Constructor Summary
ActionMessageItem(List list, int iOrder, String property)
Method Summary
ListgetList()
intgetOrder()
StringgetProperty()
voidsetList(List list)
voidsetOrder(int iOrder)
voidsetProperty(String property)
StringtoString()

Field Detail

iOrder

protected int iOrder

The position in the list of messages.

list

protected List list

The list of ActionMessages.

property

protected String property

The property associated with ActionMessage.

Constructor Detail

ActionMessageItem

public ActionMessageItem(List list, int iOrder, String property)

Method Detail

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-2008 - The Apache Software Foundation