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()
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 javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateBegin()
XMLGregorianCalendar
public void setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateCompleted()
XMLGregorianCalendar
public void setDateCompleted(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateEnd()
XMLGregorianCalendar
public void setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsCompleted()
Boolean
public void setIsCompleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsPrivate()
Boolean
public void setIsPrivate(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsSystemTask()
Boolean
public void setIsSystemTask(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.Integer getJobSubmissionID()
Integer
public void setJobSubmissionID(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 getNotificationMinutes()
Integer
public void setNotificationMinutes(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getParentTaskID()
Integer
public void setParentTaskID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPlacementID()
Integer
public void setPlacementID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceDayBits()
Integer
public void setRecurrenceDayBits(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceFrequency()
Integer
public void setRecurrenceFrequency(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceMax()
Integer
public void setRecurrenceMax(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRecurrenceMonthBits()
Integer
public void setRecurrenceMonthBits(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getRecurrenceStyle()
String
public void setRecurrenceStyle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRecurrenceType()
String
public void setRecurrenceType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubject()
String
public void setSubject(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getTaskID()
Integer
public void setTaskID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getTaskUUID()
String
public void setTaskUUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeZoneID()
String
public void setTimeZoneID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String