public abstract class SendoutDtoBase extends AbstractDto
Java class for sendoutDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sendoutDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="candidateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="clientContactID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="clientCorporationID" 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="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isRead" 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="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sendoutID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="userID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="userMessageID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
candidateID |
protected java.lang.Integer |
clientContactID |
protected java.lang.Integer |
clientCorporationID |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
email |
protected java.lang.Boolean |
isRead |
protected java.lang.Integer |
jobOrderID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
sendoutID |
protected java.lang.Integer |
userID |
protected java.lang.Integer |
userMessageID |
| Constructor and Description |
|---|
SendoutDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCandidateID()
Gets the value of the candidateID property.
|
java.lang.Integer |
getClientContactID()
Gets the value of the clientContactID property.
|
java.lang.Integer |
getClientCorporationID()
Gets the value of the clientCorporationID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getEmail()
Gets the value of the email 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 |
getSendoutID()
Gets the value of the sendoutID property.
|
java.lang.Integer |
getUserID()
Gets the value of the userID property.
|
java.lang.Integer |
getUserMessageID()
Gets the value of the userMessageID property.
|
java.lang.Boolean |
isIsRead()
Gets the value of the isRead property.
|
void |
setCandidateID(java.lang.Integer value)
Sets the value of the candidateID property.
|
void |
setClientContactID(java.lang.Integer value)
Sets the value of the clientContactID property.
|
void |
setClientCorporationID(java.lang.Integer value)
Sets the value of the clientCorporationID property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setIsRead(java.lang.Boolean value)
Sets the value of the isRead 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 |
setSendoutID(java.lang.Integer value)
Sets the value of the sendoutID property.
|
void |
setUserID(java.lang.Integer value)
Sets the value of the userID property.
|
void |
setUserMessageID(java.lang.Integer value)
Sets the value of the userMessageID property.
|
protected java.lang.Integer candidateID
protected java.lang.Integer clientContactID
protected java.lang.Integer clientCorporationID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String email
protected java.lang.Boolean isRead
protected java.lang.Integer jobOrderID
protected java.lang.String migrateGUID
protected java.lang.Integer sendoutID
protected java.lang.Integer userID
protected java.lang.Integer userMessageID
public java.lang.Integer getCandidateID()
Integerpublic void setCandidateID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getClientContactID()
Integerpublic void setClientContactID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getClientCorporationID()
Integerpublic void setClientCorporationID(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 java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsRead()
Booleanpublic void setIsRead(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.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSendoutID()
Integerpublic void setSendoutID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUserID()
Integerpublic void setUserID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUserMessageID()
Integerpublic void setUserMessageID(java.lang.Integer value)
value - allowed object is
Integer