public class Form
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Form() |
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getCreationDate()
getter method for the creationDate attribute
|
java.lang.String |
getDefaultName()
getter method for the defaultName attribute
|
long |
getFormId()
getter method for the formId attribute
|
MultipleChoiceRule[] |
getMultipleChoiceRules()
getter method for the multipleChoiceRules attribute
|
FormName |
getName()
getter method for the names attribute
|
Subform[] |
getSubforms()
getter method for the subforms attribute
|
java.lang.String |
getVersion()
getter method for the version attribute
|
void |
setCreationDate(java.util.Calendar creationDate)
setter method for the creationDate attribute
|
void |
setDefaultName(java.lang.String defaultName)
setter method for the defaultName attribute
|
void |
setFormId(long formId)
setter method for the formId attribute
|
void |
setMultipleChoiceRules(MultipleChoiceRule[] multipleChoiceRules)
setter method for the multipleChoiceRules attribute
|
void |
setName(FormName name)
setter method for the names attribute
|
void |
setSubforms(Subform[] subforms)
setter method for the subform attribute
|
void |
setVersion(java.lang.String version)
setter method for the version attribute
|
public Subform[] getSubforms()
public void setSubforms(Subform[] subforms)
subforms
- an array of ALL the subforms for this formpublic java.util.Calendar getCreationDate()
public void setCreationDate(java.util.Calendar creationDate)
creationDate
- the date of the creation of this formpublic java.lang.String getDefaultName()
public void setDefaultName(java.lang.String defaultName)
defaultName
- the default name of this formpublic long getFormId()
public void setFormId(long formId)
formId
- the ID of this formpublic MultipleChoiceRule[] getMultipleChoiceRules()
public void setMultipleChoiceRules(MultipleChoiceRule[] multipleChoiceRules)
multipleChoiceRules
- an array of ALL the "multiple choice" rules for
this formpublic FormName getName()
public void setName(FormName name)
name
- an array of the translations of the name of this formpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version of this form