org.sakaiproject.delegatedaccess.model
Class SelectOption

java.lang.Object
  extended by org.sakaiproject.delegatedaccess.model.SelectOption
All Implemented Interfaces:
Serializable

public class SelectOption
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SelectOption(String label, String value)
           
 
Method Summary
 String getLabel()
           
 String getValue()
           
 void setLabel(String label)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectOption

public SelectOption(String label,
                    String value)
Method Detail

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.