org.jopendocument.model.form
Class FormHidden

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

public class FormHidden
extends Object


Field Summary
protected  String formName
           
protected  FormProperties formProperties
           
protected  String formServiceName
           
protected  String formValue
           
protected  OfficeEvents officeEvents
           
 
Constructor Summary
FormHidden()
           
 
Method Summary
 String getFormName()
          Gets the value of the formName property.
 FormProperties getFormProperties()
          Gets the value of the formProperties property.
 String getFormServiceName()
          Gets the value of the formServiceName property.
 String getFormValue()
          Gets the value of the formValue property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormName(String value)
          Sets the value of the formName property.
 void setFormProperties(FormProperties value)
          Sets the value of the formProperties property.
 void setFormServiceName(String value)
          Sets the value of the formServiceName property.
 void setFormValue(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formName

protected String formName

formProperties

protected FormProperties formProperties

formServiceName

protected String formServiceName

formValue

protected String formValue

officeEvents

protected OfficeEvents officeEvents
Constructor Detail

FormHidden

public FormHidden()
Method Detail

getFormName

public 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 String getFormServiceName()
Gets the value of the formServiceName property.

Returns:
possible object is String

getFormValue

public 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(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(String value)
Sets the value of the formServiceName 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

setOfficeEvents

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

Parameters:
value - allowed object is OfficeEvents


Copyright © 2010 jOpenDocument All Rights Reserved.