public abstract class JobSubmissionDtoBase extends AbstractDto
Java class for jobSubmissionDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="jobSubmissionDtoBase">
   <complexContent>
     <extension base="{http://entity.bullhorn.com/}abstractDto">
       <sequence>
         <element name="candidateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="dateWebResponse" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="jobOrderID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="jobSubmissionID" 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="sendingUserID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.Integer | 
candidateID  | 
protected javax.xml.datatype.XMLGregorianCalendar | 
dateAdded  | 
protected javax.xml.datatype.XMLGregorianCalendar | 
dateWebResponse  | 
protected java.lang.Boolean | 
isDeleted  | 
protected java.lang.Boolean | 
isHidden  | 
protected java.lang.Integer | 
jobOrderID  | 
protected java.lang.Integer | 
jobSubmissionID  | 
protected java.lang.String | 
migrateGUID  | 
protected java.lang.Integer | 
sendingUserID  | 
protected java.lang.String | 
source  | 
protected java.lang.String | 
status  | 
| Constructor and Description | 
|---|
JobSubmissionDtoBase()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Integer | 
getCandidateID()
Gets the value of the candidateID property. 
 | 
javax.xml.datatype.XMLGregorianCalendar | 
getDateAdded()
Gets the value of the dateAdded property. 
 | 
javax.xml.datatype.XMLGregorianCalendar | 
getDateWebResponse()
Gets the value of the dateWebResponse property. 
 | 
java.lang.Integer | 
getJobOrderID()
Gets the value of the jobOrderID property. 
 | 
java.lang.Integer | 
getJobSubmissionID()
Gets the value of the jobSubmissionID property. 
 | 
java.lang.String | 
getMigrateGUID()
Gets the value of the migrateGUID property. 
 | 
java.lang.Integer | 
getSendingUserID()
Gets the value of the sendingUserID property. 
 | 
java.lang.String | 
getSource()
Gets the value of the source property. 
 | 
java.lang.String | 
getStatus()
Gets the value of the status property. 
 | 
java.lang.Boolean | 
isIsDeleted()
Gets the value of the isDeleted property. 
 | 
java.lang.Boolean | 
isIsHidden()
Gets the value of the isHidden property. 
 | 
void | 
setCandidateID(java.lang.Integer value)
Sets the value of the candidateID property. 
 | 
void | 
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property. 
 | 
void | 
setDateWebResponse(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateWebResponse property. 
 | 
void | 
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property. 
 | 
void | 
setIsHidden(java.lang.Boolean value)
Sets the value of the isHidden property. 
 | 
void | 
setJobOrderID(java.lang.Integer value)
Sets the value of the jobOrderID property. 
 | 
void | 
setJobSubmissionID(java.lang.Integer value)
Sets the value of the jobSubmissionID property. 
 | 
void | 
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property. 
 | 
void | 
setSendingUserID(java.lang.Integer value)
Sets the value of the sendingUserID property. 
 | 
void | 
setSource(java.lang.String value)
Sets the value of the source property. 
 | 
void | 
setStatus(java.lang.String value)
Sets the value of the status property. 
 | 
protected java.lang.Integer candidateID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateWebResponse
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isHidden
protected java.lang.Integer jobOrderID
protected java.lang.Integer jobSubmissionID
protected java.lang.String migrateGUID
protected java.lang.Integer sendingUserID
protected java.lang.String source
protected java.lang.String status
public java.lang.Integer getCandidateID()
Integerpublic void setCandidateID(java.lang.Integer value)
value - allowed object is
     Integerpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateWebResponse()
XMLGregorianCalendarpublic void setDateWebResponse(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isIsHidden()
Booleanpublic void setIsHidden(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Integer getJobOrderID()
Integerpublic void setJobOrderID(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Integer getJobSubmissionID()
Integerpublic void setJobSubmissionID(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 getSendingUserID()
Integerpublic void setSendingUserID(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
     String