Package edu.cornell.mannlib.vedit.beans
Class Checkbox
- java.lang.Object
-
- edu.cornell.mannlib.vedit.beans.Checkbox
-
public class Checkbox extends Object
-
-
Constructor Summary
Constructors Constructor Description Checkbox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()booleangetChecked()StringgetName()StringgetValue()voidsetBody(String body)voidsetChecked(boolean checked)voidsetValue(String value)
-