org.apache.struts2.util
Class ListEntry
java.lang.Object
org.apache.struts2.util.ListEntry
public class ListEntry
- extends Object
Entry in a list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private final Object key
value
private final Object value
isSelected
private final boolean isSelected
ListEntry
public ListEntry(Object key,
Object value,
boolean isSelected)
getIsSelected
public boolean getIsSelected()
getKey
public Object getKey()
getValue
public Object getValue()
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.