org.jopendocument.model.form
Class FormHidden

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

public class FormHidden
extends java.lang.Object


Constructor Summary
FormHidden()
           
 
Method Summary
 java.lang.String getFormName()
          Gets the value of the formName property.
 FormProperties getFormProperties()
          Gets the value of the formProperties property.
 java.lang.String getFormServiceName()
          Gets the value of the formServiceName property.
 java.lang.String getFormValue()
          Gets the value of the formValue property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormName(java.lang.String value)
          Sets the value of the formName property.
 void setFormProperties(FormProperties value)
          Sets the value of the formProperties property.
 void setFormServiceName(java.lang.String value)
          Sets the value of the formServiceName property.
 void setFormValue(java.lang.String value)
          Sets the value of the formValue property.
 void setOfficeEvents(OfficeEvents value)
          Sets the value of the officeEvents property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormHidden

public FormHidden()
Method Detail

getFormName

public java.lang.String getFormName()
Gets the value of the formName property.

Returns:
possible object is String

getFormProperties

public FormProperties getFormProperties()
Gets the value of the formProperties property.

Returns:
possible object is FormProperties

getFormServiceName

public java.lang.String getFormServiceName()
Gets the value of the formServiceName property.

Returns:
possible object is String

getFormValue

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

Returns:
possible object is String

getOfficeEvents

public OfficeEvents getOfficeEvents()
Gets the value of the officeEvents property.

Returns:
possible object is OfficeEvents

setFormName

public void setFormName(java.lang.String value)
Sets the value of the formName property.

Parameters:
value - allowed object is String

setFormProperties

public void setFormProperties(FormProperties value)
Sets the value of the formProperties property.

Parameters:
value - allowed object is FormProperties

setFormServiceName

public void setFormServiceName(java.lang.String value)
Sets the value of the formServiceName property.

Parameters:
value - allowed object is String

setFormValue

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

Parameters:
value - allowed object is String

setOfficeEvents

public void setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property.

Parameters:
value - allowed object is OfficeEvents