public class Section
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultName()
getter method for the defaultName attribute
|
Group[] |
getGroups()
getter method for the groups attribute
|
FormName |
getName()
getter method for the name attribute
|
long |
getSectionId()
getter method for the sessionid attribute
|
java.lang.String |
getTextSectionNo()
Getter method for the textSectionNo attribute
|
void |
setDefaultName(java.lang.String defaultName)
setter method for the defaultName attribute
|
void |
setGroups(Group[] groups)
setter method for the groups attribute
|
void |
setName(FormName name)
setter method for the name attribute
|
void |
setSectionId(long sectionId)
setter method for the sessionid attribute
|
void |
setTextSectionNo(java.lang.String textSectionNo)
Setter method for the textSectionNo attribute
|
public java.lang.String getDefaultName()
public void setDefaultName(java.lang.String defaultName)
defaultName
- the default name of this sectionpublic Group[] getGroups()
public void setGroups(Group[] groups)
groups
- an array of ALL groups of this sectionpublic FormName getName()
public void setName(FormName name)
name
- The translation of the name of the sectionpublic long getSectionId()
public void setSectionId(long sectionId)
sectionId
- the id of this sectionpublic java.lang.String getTextSectionNo()
public void setTextSectionNo(java.lang.String textSectionNo)
textSectionNo
- the number of the section