public class Subform
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Subform() |
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
|
FormName |
getName()
getter method for the name attribute
|
int |
getScoreType()
getter method for the scoreType attribute
|
Section[] |
getSections()
getter method for the sections attribute
|
long |
getSubformId()
getter method for the subformId attribute
|
java.lang.String |
getVersion()
getter method for the version attribute
|
boolean |
isHidden()
getter method for the hidden attribute
|
boolean |
isOptional()
getter method for the optional 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 |
setHidden(boolean hidden)
setter method for the hidden attribute
|
void |
setName(FormName name)
setter method for the names attribute
|
void |
setOptional(boolean optional)
setter method for the optional attribute
|
void |
setScoreType(int scoreType)
setter method for the scoreType attribute
|
void |
setSections(Section[] sections)
setter method for the sections attribute
|
void |
setSubformId(long subformId)
setter method for the subformId attribute
|
void |
setVersion(java.lang.String version)
setter method for the version attribute
|
public java.util.Calendar getCreationDate()
public void setCreationDate(java.util.Calendar creationDate)
creationDate
- the creation date of the subformpublic java.lang.String getDefaultName()
public void setDefaultName(java.lang.String defaultName)
defaultName
- the default name of the subformpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden
- a boolean value that is true is the subform
is a hidden subformpublic FormName getName()
public void setName(FormName name)
name
- The translation of the
name of the subformpublic boolean isOptional()
public void setOptional(boolean optional)
optional
- a flag to check whether this subform is optional
or notpublic int getScoreType()
public void setScoreType(int scoreType)
scoreType
- a score type value from 0 to 26 (see documentation
for the calculation process of scores and the way to return the
score results)public Section[] getSections()
public void setSections(Section[] sections)
sections
- an array of ALL the sections of this subformpublic long getSubformId()
public void setSubformId(long subformId)
subformId
- the id of the subformpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version of this subform