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()
Integer
public void setCandidateID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getClientContactID()
Integer
public void setClientContactID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getClientCorporationID()
Integer
public void setClientCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsRead()
Boolean
public void setIsRead(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getJobOrderID()
Integer
public void setJobOrderID(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.Integer getSendoutID()
Integer
public void setSendoutID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getUserID()
Integer
public void setUserID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getUserMessageID()
Integer
public void setUserMessageID(java.lang.Integer value)
value
- allowed object is
Integer