Package edu.cornell.mannlib.vedit.beans
Class Option
- java.lang.Object
-
- edu.cornell.mannlib.vedit.beans.Option
-
- All Implemented Interfaces:
Serializable
public class Option extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()booleangetSelected()StringgetValue()voidsetBody(String body)voidsetSelected(boolean selected)voidsetValue(String value)
-