org.jopendocument.model.form
Class FormOption

java.lang.Object
  extended by org.jopendocument.model.form.FormOption

public class FormOption
extends Object


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

formCurrentSelected

protected String formCurrentSelected

formLabel

protected String formLabel

formSelected

protected String formSelected

formValue

protected String formValue

value

protected String value
Constructor Detail

FormOption

public FormOption()
Method Detail

getFormCurrentSelected

public String getFormCurrentSelected()
Gets the value of the formCurrentSelected property.

Returns:
possible object is String

getFormLabel

public String getFormLabel()
Gets the value of the formLabel property.

Returns:
possible object is String

getFormSelected

public String getFormSelected()
Gets the value of the formSelected property.

Returns:
possible object is String

getFormValue

public String getFormValue()
Gets the value of the formValue property.

Returns:
possible object is String

getvalue

public String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setFormCurrentSelected

public void setFormCurrentSelected(String value)
Sets the value of the formCurrentSelected property.

Parameters:
value - allowed object is String

setFormLabel

public void setFormLabel(String value)
Sets the value of the formLabel property.

Parameters:
value - allowed object is String

setFormSelected

public void setFormSelected(String value)
Sets the value of the formSelected property.

Parameters:
value - allowed object is String

setFormValue

public void setFormValue(String value)
Sets the value of the formValue property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.