|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormOption
public class FormOption
Field Summary | |
---|---|
protected String |
formCurrentSelected
|
protected String |
formLabel
|
protected String |
formSelected
|
protected String |
formValue
|
protected String |
value
|
Constructor Summary | |
---|---|
FormOption()
|
Method Summary | |
---|---|
String |
getFormCurrentSelected()
Gets the value of the formCurrentSelected property. |
String |
getFormLabel()
Gets the value of the formLabel property. |
String |
getFormSelected()
Gets the value of the formSelected property. |
String |
getFormValue()
Gets the value of the formValue property. |
String |
getvalue()
Gets the value of the value property. |
void |
setFormCurrentSelected(String value)
Sets the value of the formCurrentSelected property. |
void |
setFormLabel(String value)
Sets the value of the formLabel property. |
void |
setFormSelected(String value)
Sets the value of the formSelected property. |
void |
setFormValue(String value)
Sets the value of the formValue property. |
void |
setvalue(String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String formCurrentSelected
protected String formLabel
protected String formSelected
protected String formValue
protected String value
Constructor Detail |
---|
public FormOption()
Method Detail |
---|
public String getFormCurrentSelected()
String
public String getFormLabel()
String
public String getFormSelected()
String
public String getFormValue()
String
public String getvalue()
String
public void setFormCurrentSelected(String value)
value
- allowed object is String
public void setFormLabel(String value)
value
- allowed object is String
public void setFormSelected(String value)
value
- allowed object is String
public void setFormValue(String value)
value
- allowed object is String
public void setvalue(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |