public class Question
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Question() |
Question(int activeStatus,
java.lang.String body,
ChoiceList choiceList,
long id,
java.lang.String label,
int sortOrder,
long surveyID,
long typeID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActiveStatus()
Gets the activeStatus value for this Question.
|
java.lang.String |
getBody()
Gets the body value for this Question.
|
ChoiceList |
getChoiceList()
Gets the choiceList value for this Question.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getId()
Gets the id value for this Question.
|
java.lang.String |
getLabel()
Gets the label value for this Question.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getSortOrder()
Gets the sortOrder value for this Question.
|
long |
getSurveyID()
Gets the surveyID value for this Question.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getTypeID()
Gets the typeID value for this Question.
|
int |
hashCode() |
void |
setActiveStatus(int activeStatus)
Sets the activeStatus value for this Question.
|
void |
setBody(java.lang.String body)
Sets the body value for this Question.
|
void |
setChoiceList(ChoiceList choiceList)
Sets the choiceList value for this Question.
|
void |
setId(long id)
Sets the id value for this Question.
|
void |
setLabel(java.lang.String label)
Sets the label value for this Question.
|
void |
setSortOrder(int sortOrder)
Sets the sortOrder value for this Question.
|
void |
setSurveyID(long surveyID)
Sets the surveyID value for this Question.
|
void |
setTypeID(long typeID)
Sets the typeID value for this Question.
|
public Question()
public Question(int activeStatus,
java.lang.String body,
ChoiceList choiceList,
long id,
java.lang.String label,
int sortOrder,
long surveyID,
long typeID)
public int getActiveStatus()
public void setActiveStatus(int activeStatus)
activeStatus - public java.lang.String getBody()
public void setBody(java.lang.String body)
body - public ChoiceList getChoiceList()
public void setChoiceList(ChoiceList choiceList)
choiceList - public long getId()
public void setId(long id)
id - public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - public int getSortOrder()
public void setSortOrder(int sortOrder)
sortOrder - public long getSurveyID()
public void setSurveyID(long surveyID)
surveyID - public long getTypeID()
public void setTypeID(long typeID)
typeID - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)