public abstract class TaskDtoBase extends AbstractDto
Java class for taskDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taskDtoBase">
<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="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateBegin" 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="dateEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSystemTask" 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="notificationMinutes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="parentTaskID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="placementID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceDayBits" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceFrequency" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceMax" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceMonthBits" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="recurrenceStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recurrenceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="taskID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="taskUUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeZoneID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" 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 java.lang.Integer |
clientContactID |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateBegin |
protected javax.xml.datatype.XMLGregorianCalendar |
dateCompleted |
protected javax.xml.datatype.XMLGregorianCalendar |
dateEnd |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.String |
description |
protected java.lang.Boolean |
isCompleted |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isPrivate |
protected java.lang.Boolean |
isSystemTask |
protected java.lang.Integer |
jobOrderID |
protected java.lang.Integer |
jobSubmissionID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
notificationMinutes |
protected java.lang.Integer |
ownerID |
protected java.lang.Integer |
parentTaskID |
protected java.lang.Integer |
placementID |
protected java.lang.Integer |
recurrenceDayBits |
protected java.lang.Integer |
recurrenceFrequency |
protected java.lang.Integer |
recurrenceMax |
protected java.lang.Integer |
recurrenceMonthBits |
protected java.lang.String |
recurrenceStyle |
protected java.lang.String |
recurrenceType |
protected java.lang.String |
subject |
protected java.lang.Integer |
taskID |
protected java.lang.String |
taskUUID |
protected java.lang.String |
timeZoneID |
protected java.lang.String |
type |
| Constructor and Description |
|---|
TaskDtoBase() |
| 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.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateBegin()
Gets the value of the dateBegin property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateCompleted()
Gets the value of the dateCompleted property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateEnd()
Gets the value of the dateEnd property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.String |
getDescription()
Gets the value of the description 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 |
getNotificationMinutes()
Gets the value of the notificationMinutes property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.Integer |
getParentTaskID()
Gets the value of the parentTaskID property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID property.
|
java.lang.Integer |
getRecurrenceDayBits()
Gets the value of the recurrenceDayBits property.
|
java.lang.Integer |
getRecurrenceFrequency()
Gets the value of the recurrenceFrequency property.
|
java.lang.Integer |
getRecurrenceMax()
Gets the value of the recurrenceMax property.
|
java.lang.Integer |
getRecurrenceMonthBits()
Gets the value of the recurrenceMonthBits property.
|
java.lang.String |
getRecurrenceStyle()
Gets the value of the recurrenceStyle property.
|
java.lang.String |
getRecurrenceType()
Gets the value of the recurrenceType property.
|
java.lang.String |
getSubject()
Gets the value of the subject property.
|
java.lang.Integer |
getTaskID()
Gets the value of the taskID property.
|
java.lang.String |
getTaskUUID()
Gets the value of the taskUUID property.
|
java.lang.String |
getTimeZoneID()
Gets the value of the timeZoneID property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isIsCompleted()
Gets the value of the isCompleted property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsPrivate()
Gets the value of the isPrivate property.
|
java.lang.Boolean |
isIsSystemTask()
Gets the value of the isSystemTask 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 |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateBegin property.
|
void |
setDateCompleted(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateCompleted property.
|
void |
setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateEnd property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setIsCompleted(java.lang.Boolean value)
Sets the value of the isCompleted property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsPrivate(java.lang.Boolean value)
Sets the value of the isPrivate property.
|
void |
setIsSystemTask(java.lang.Boolean value)
Sets the value of the isSystemTask 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 |
setNotificationMinutes(java.lang.Integer value)
Sets the value of the notificationMinutes property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setParentTaskID(java.lang.Integer value)
Sets the value of the parentTaskID property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property.
|
void |
setRecurrenceDayBits(java.lang.Integer value)
Sets the value of the recurrenceDayBits property.
|
void |
setRecurrenceFrequency(java.lang.Integer value)
Sets the value of the recurrenceFrequency property.
|
void |
setRecurrenceMax(java.lang.Integer value)
Sets the value of the recurrenceMax property.
|
void |
setRecurrenceMonthBits(java.lang.Integer value)
Sets the value of the recurrenceMonthBits property.
|
void |
setRecurrenceStyle(java.lang.String value)
Sets the value of the recurrenceStyle property.
|
void |
setRecurrenceType(java.lang.String value)
Sets the value of the recurrenceType property.
|
void |
setSubject(java.lang.String value)
Sets the value of the subject property.
|
void |
setTaskID(java.lang.Integer value)
Sets the value of the taskID property.
|
void |
setTaskUUID(java.lang.String value)
Sets the value of the taskUUID property.
|
void |
setTimeZoneID(java.lang.String value)
Sets the value of the timeZoneID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.Integer candidateID
protected java.lang.Integer clientContactID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateBegin
protected javax.xml.datatype.XMLGregorianCalendar dateCompleted
protected javax.xml.datatype.XMLGregorianCalendar dateEnd
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String description
protected java.lang.Boolean isCompleted
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isPrivate
protected java.lang.Boolean isSystemTask
protected java.lang.Integer jobOrderID
protected java.lang.Integer jobSubmissionID
protected java.lang.String migrateGUID
protected java.lang.Integer notificationMinutes
protected java.lang.Integer ownerID
protected java.lang.Integer parentTaskID
protected java.lang.Integer placementID
protected java.lang.Integer recurrenceDayBits
protected java.lang.Integer recurrenceFrequency
protected java.lang.Integer recurrenceMax
protected java.lang.Integer recurrenceMonthBits
protected java.lang.String recurrenceStyle
protected java.lang.String recurrenceType
protected java.lang.String subject
protected java.lang.Integer taskID
protected java.lang.String taskUUID
protected java.lang.String timeZoneID
protected java.lang.String type
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 javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateBegin()
XMLGregorianCalendarpublic void setDateBegin(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 javax.xml.datatype.XMLGregorianCalendar getDateEnd()
XMLGregorianCalendarpublic void setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendarpublic void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsCompleted()
Booleanpublic void setIsCompleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsPrivate()
Booleanpublic void setIsPrivate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSystemTask()
Booleanpublic void setIsSystemTask(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 getNotificationMinutes()
Integerpublic void setNotificationMinutes(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getParentTaskID()
Integerpublic void setParentTaskID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPlacementID()
Integerpublic void setPlacementID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceDayBits()
Integerpublic void setRecurrenceDayBits(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceFrequency()
Integerpublic void setRecurrenceFrequency(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceMax()
Integerpublic void setRecurrenceMax(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRecurrenceMonthBits()
Integerpublic void setRecurrenceMonthBits(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getRecurrenceStyle()
Stringpublic void setRecurrenceStyle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecurrenceType()
Stringpublic void setRecurrenceType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTaskID()
Integerpublic void setTaskID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getTaskUUID()
Stringpublic void setTaskUUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeZoneID()
Stringpublic void setTimeZoneID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String