org.apache.struts2.util
Class ListEntry

java.lang.Object
  extended by org.apache.struts2.util.ListEntry

public class ListEntry
extends Object

Entry in a list.


Constructor Summary
ListEntry(Object key, Object value, boolean isSelected)
           
 
Method Summary
 boolean getIsSelected()
           
 Object getKey()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntry

public ListEntry(Object key,
                 Object value,
                 boolean isSelected)
Method Detail

getIsSelected

public boolean getIsSelected()

getKey

public Object getKey()

getValue

public Object getValue()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.