|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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()
Stringpublic FormProperties getFormProperties()
FormPropertiespublic String getFormServiceName()
Stringpublic String getFormValue()
Stringpublic OfficeEvents getOfficeEvents()
OfficeEventspublic void setFormName(String value)
value - allowed object is Stringpublic void setFormProperties(FormProperties value)
value - allowed object is FormPropertiespublic void setFormServiceName(String value)
value - allowed object is Stringpublic void setFormValue(String value)
value - allowed object is Stringpublic 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 | ||||||||