public class Group
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultName()
getter method for the defaultName attribute
|
long |
getGroupId()
getter method for the groupId attribute
|
FormName |
getName()
getter method for the name attribute
|
Question[] |
getQuestions()
getter method for the questions attribute
|
java.lang.String |
getTextGroupNo()
Getter method for the textGroupNo attribute
|
void |
setDefaultName(java.lang.String defaultName)
setter method for the defaultName attribute
|
void |
setGroupId(long groupId)
setter method for the groupId attribute
|
void |
setName(FormName name)
setter method for the name attribute
|
void |
setQuestions(Question[] questions)
setter method for the questions attribute
|
void |
setTextGroupNo(java.lang.String textGroupNo)
Setter method for the textGroupNo attribute
|
public java.lang.String getDefaultName()
public void setDefaultName(java.lang.String defaultName)
defaultName
- the default name of the grouppublic long getGroupId()
public void setGroupId(long groupId)
groupId
- the ID of the grouppublic FormName getName()
public void setName(FormName name)
name
- The translations of the name of the grouppublic Question[] getQuestions()
public void setQuestions(Question[] questions)
questions
- an array of ALL questions of this grouppublic java.lang.String getTextGroupNo()
public void setTextGroupNo(java.lang.String textGroupNo)
textGroupNo
- the number of the group