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()
Integer
public void setDefaultScore(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getDisplayList()
String
public void setDisplayList(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEditType()
String
public void setEditType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHint()
String
public void setHint(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsRequired()
Boolean
public void setIsRequired(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getQuestion()
String
public void setQuestion(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSortOrder()
Integer
public void setSortOrder(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getSurveyQuestionID()
Integer
public void setSurveyQuestionID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getTemplateID()
Integer
public void setTemplateID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getValueList()
String
public void setValueList(java.lang.String value)
value
- allowed object is
String