com.opensymphony.webwork.util
Class ListEntry
java.lang.Object
com.opensymphony.webwork.util.ListEntry
public class ListEntry
- extends Object
Entry in a list.
- Author:
- CameronBraid
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListEntry
public ListEntry(Object key,
Object value,
boolean isSelected)
getIsSelected
public boolean getIsSelected()
getKey
public Object getKey()
getValue
public Object getValue()
Copyright © 2013 OpenSymphony. All Rights Reserved.