public abstract class SurveyQuestionDtoBase extends AbstractDto
Java class for surveyQuestionDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="surveyQuestionDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="defaultScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="displayList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="editType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="question" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="surveyQuestionID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="templateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="valueList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
defaultScore |
protected java.lang.String |
displayList |
protected java.lang.String |
editType |
protected java.lang.String |
hint |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isRequired |
protected java.lang.String |
question |
protected java.lang.Integer |
sortOrder |
protected java.lang.Integer |
surveyQuestionID |
protected java.lang.Integer |
templateID |
protected java.lang.String |
valueList |
| Constructor and Description |
|---|
SurveyQuestionDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getDefaultScore()
Gets the value of the defaultScore property.
|
java.lang.String |
getDisplayList()
Gets the value of the displayList property.
|
java.lang.String |
getEditType()
Gets the value of the editType property.
|
java.lang.String |
getHint()
Gets the value of the hint property.
|
java.lang.String |
getQuestion()
Gets the value of the question property.
|
java.lang.Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
java.lang.Integer |
getSurveyQuestionID()
Gets the value of the surveyQuestionID property.
|
java.lang.Integer |
getTemplateID()
Gets the value of the templateID property.
|
java.lang.String |
getValueList()
Gets the value of the valueList property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setDefaultScore(java.lang.Integer value)
Sets the value of the defaultScore property.
|
void |
setDisplayList(java.lang.String value)
Sets the value of the displayList property.
|
void |
setEditType(java.lang.String value)
Sets the value of the editType property.
|
void |
setHint(java.lang.String value)
Sets the value of the hint property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsRequired(java.lang.Boolean value)
Sets the value of the isRequired property.
|
void |
setQuestion(java.lang.String value)
Sets the value of the question property.
|
void |
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property.
|
void |
setSurveyQuestionID(java.lang.Integer value)
Sets the value of the surveyQuestionID property.
|
void |
setTemplateID(java.lang.Integer value)
Sets the value of the templateID property.
|
void |
setValueList(java.lang.String value)
Sets the value of the valueList property.
|
protected java.lang.Integer defaultScore
protected java.lang.String displayList
protected java.lang.String editType
protected java.lang.String hint
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isRequired
protected java.lang.String question
protected java.lang.Integer sortOrder
protected java.lang.Integer surveyQuestionID
protected java.lang.Integer templateID
protected java.lang.String valueList
public java.lang.Integer getDefaultScore()
Integerpublic void setDefaultScore(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getDisplayList()
Stringpublic void setDisplayList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEditType()
Stringpublic void setEditType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHint()
Stringpublic void setHint(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsRequired()
Booleanpublic void setIsRequired(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getQuestion()
Stringpublic void setQuestion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSortOrder()
Integerpublic void setSortOrder(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSurveyQuestionID()
Integerpublic void setSurveyQuestionID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTemplateID()
Integerpublic void setTemplateID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getValueList()
Stringpublic void setValueList(java.lang.String value)
value - allowed object is
String