public abstract class CandidateReferenceQuestionDtoBase extends AbstractDto
Java class for candidateReferenceQuestionDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="candidateReferenceQuestionDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="candidateReferenceQuestionID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="corporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="questionText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
candidateReferenceQuestionID |
protected java.lang.Integer |
categoryID |
protected java.lang.Integer |
corporationID |
protected java.lang.Integer |
enabled |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
questionText |
protected java.lang.Integer |
sortOrder |
Constructor and Description |
---|
CandidateReferenceQuestionDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCandidateReferenceQuestionID()
Gets the value of the candidateReferenceQuestionID property.
|
java.lang.Integer |
getCategoryID()
Gets the value of the categoryID property.
|
java.lang.Integer |
getCorporationID()
Gets the value of the corporationID property.
|
java.lang.Integer |
getEnabled()
Gets the value of the enabled property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.String |
getQuestionText()
Gets the value of the questionText property.
|
java.lang.Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
void |
setCandidateReferenceQuestionID(java.lang.Integer value)
Sets the value of the candidateReferenceQuestionID property.
|
void |
setCategoryID(java.lang.Integer value)
Sets the value of the categoryID property.
|
void |
setCorporationID(java.lang.Integer value)
Sets the value of the corporationID property.
|
void |
setEnabled(java.lang.Integer value)
Sets the value of the enabled property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setQuestionText(java.lang.String value)
Sets the value of the questionText property.
|
void |
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property.
|
protected java.lang.Integer candidateReferenceQuestionID
protected java.lang.Integer categoryID
protected java.lang.Integer corporationID
protected java.lang.Integer enabled
protected java.lang.String migrateGUID
protected java.lang.String questionText
protected java.lang.Integer sortOrder
public java.lang.Integer getCandidateReferenceQuestionID()
Integer
public void setCandidateReferenceQuestionID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCategoryID()
Integer
public void setCategoryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCorporationID()
Integer
public void setCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getEnabled()
Integer
public void setEnabled(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getQuestionText()
String
public void setQuestionText(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