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
-
-
Constructor Summary
Constructors Constructor Description SelectOption(String label, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetValue()voidsetLabel(String label)voidsetValue(String value)
-