public abstract class SurveyDtoBase extends AbstractDto
Java class for surveyDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="surveyDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateCompleted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="jobOrderID" 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="placementID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="placementIDOld" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="reviewingClientContactID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="surveyID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="templateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comments |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateCompleted |
protected java.lang.Integer |
jobOrderID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
placementID |
protected java.lang.Integer |
placementIDOld |
protected java.lang.Integer |
reviewingClientContactID |
protected java.lang.Integer |
surveyID |
protected java.lang.Integer |
templateID |
| Constructor and Description |
|---|
SurveyDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments()
Gets the value of the comments property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateCompleted()
Gets the value of the dateCompleted property.
|
java.lang.Integer |
getJobOrderID()
Gets the value of the jobOrderID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID property.
|
java.lang.Integer |
getPlacementIDOld()
Gets the value of the placementIDOld property.
|
java.lang.Integer |
getReviewingClientContactID()
Gets the value of the reviewingClientContactID property.
|
java.lang.Integer |
getSurveyID()
Gets the value of the surveyID property.
|
java.lang.Integer |
getTemplateID()
Gets the value of the templateID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateCompleted(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateCompleted property.
|
void |
setJobOrderID(java.lang.Integer value)
Sets the value of the jobOrderID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property.
|
void |
setPlacementIDOld(java.lang.Integer value)
Sets the value of the placementIDOld property.
|
void |
setReviewingClientContactID(java.lang.Integer value)
Sets the value of the reviewingClientContactID property.
|
void |
setSurveyID(java.lang.Integer value)
Sets the value of the surveyID property.
|
void |
setTemplateID(java.lang.Integer value)
Sets the value of the templateID property.
|
protected java.lang.String comments
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateCompleted
protected java.lang.Integer jobOrderID
protected java.lang.String migrateGUID
protected java.lang.Integer placementID
protected java.lang.Integer placementIDOld
protected java.lang.Integer reviewingClientContactID
protected java.lang.Integer surveyID
protected java.lang.Integer templateID
public java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateCompleted()
XMLGregorianCalendarpublic void setDateCompleted(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getJobOrderID()
Integerpublic void setJobOrderID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPlacementID()
Integerpublic void setPlacementID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPlacementIDOld()
Integerpublic void setPlacementIDOld(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getReviewingClientContactID()
Integerpublic void setReviewingClientContactID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSurveyID()
Integerpublic void setSurveyID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTemplateID()
Integerpublic void setTemplateID(java.lang.Integer value)
value - allowed object is
Integer