org.sakaiproject.delegatedaccess.model
Class SelectOption
java.lang.Object
org.sakaiproject.delegatedaccess.model.SelectOption
- All Implemented Interfaces:
- Serializable
public class SelectOption
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectOption
public SelectOption(String label,
String value)
setValue
public void setValue(String value)
getValue
public String getValue()
setLabel
public void setLabel(String label)
getLabel
public String getLabel()
Copyright © 2003-2012 Sakai Project. All Rights Reserved.