|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormHidden
public class FormHidden
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 |
---|
protected String formName
protected FormProperties formProperties
protected String formServiceName
protected String formValue
protected OfficeEvents officeEvents
Constructor Detail |
---|
public FormHidden()
Method Detail |
---|
public String getFormName()
String
public FormProperties getFormProperties()
FormProperties
public String getFormServiceName()
String
public String getFormValue()
String
public OfficeEvents getOfficeEvents()
OfficeEvents
public void setFormName(String value)
value
- allowed object is String
public void setFormProperties(FormProperties value)
value
- allowed object is FormProperties
public void setFormServiceName(String value)
value
- allowed object is String
public void setFormValue(String value)
value
- allowed object is String
public void setOfficeEvents(OfficeEvents value)
value
- allowed object is OfficeEvents
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |