public abstract class UserWorkDtoBase extends AbstractDto
Java class for userWorkDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userWorkDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="appointmentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="assessmentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="bhTimestamp" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="client" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" 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="externalID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isAuction" 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="isOpen" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSendOut" 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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ownerID" 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="price" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="published" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="saleTerms" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="saleType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timecardID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userFolderID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="userWorkID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
appointmentID |
protected java.lang.Integer |
assessmentID |
protected byte[] |
bhTimestamp |
protected java.lang.String |
client |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
description |
protected java.lang.String |
externalID |
protected java.lang.Boolean |
isAuction |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isOpen |
protected java.lang.Boolean |
isSendOut |
protected java.lang.Integer |
jobOrderID |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
name |
protected java.lang.Integer |
ownerID |
protected java.lang.Integer |
placementID |
protected java.math.BigDecimal |
price |
protected java.lang.String |
published |
protected java.math.BigDecimal |
quantity |
protected java.lang.String |
saleTerms |
protected java.lang.String |
saleType |
protected java.lang.Integer |
sortOrder |
protected java.lang.Integer |
timecardID |
protected java.lang.String |
type |
protected java.lang.Integer |
userFolderID |
protected java.lang.Integer |
userWorkID |
| Constructor and Description |
|---|
UserWorkDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAppointmentID()
Gets the value of the appointmentID property.
|
java.lang.Integer |
getAssessmentID()
Gets the value of the assessmentID property.
|
byte[] |
getBhTimestamp()
Gets the value of the bhTimestamp property.
|
java.lang.String |
getClient()
Gets the value of the client property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getExternalID()
Gets the value of the externalID 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.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID property.
|
java.math.BigDecimal |
getPrice()
Gets the value of the price property.
|
java.lang.String |
getPublished()
Gets the value of the published property.
|
java.math.BigDecimal |
getQuantity()
Gets the value of the quantity property.
|
java.lang.String |
getSaleTerms()
Gets the value of the saleTerms property.
|
java.lang.String |
getSaleType()
Gets the value of the saleType property.
|
java.lang.Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
java.lang.Integer |
getTimecardID()
Gets the value of the timecardID property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Integer |
getUserFolderID()
Gets the value of the userFolderID property.
|
java.lang.Integer |
getUserWorkID()
Gets the value of the userWorkID property.
|
java.lang.Boolean |
isIsAuction()
Gets the value of the isAuction property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsOpen()
Gets the value of the isOpen property.
|
java.lang.Boolean |
isIsSendOut()
Gets the value of the isSendOut property.
|
void |
setAppointmentID(java.lang.Integer value)
Sets the value of the appointmentID property.
|
void |
setAssessmentID(java.lang.Integer value)
Sets the value of the assessmentID property.
|
void |
setBhTimestamp(byte[] value)
Sets the value of the bhTimestamp property.
|
void |
setClient(java.lang.String value)
Sets the value of the client property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setExternalID(java.lang.String value)
Sets the value of the externalID property.
|
void |
setIsAuction(java.lang.Boolean value)
Sets the value of the isAuction property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsOpen(java.lang.Boolean value)
Sets the value of the isOpen property.
|
void |
setIsSendOut(java.lang.Boolean value)
Sets the value of the isSendOut 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 |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property.
|
void |
setPrice(java.math.BigDecimal value)
Sets the value of the price property.
|
void |
setPublished(java.lang.String value)
Sets the value of the published property.
|
void |
setQuantity(java.math.BigDecimal value)
Sets the value of the quantity property.
|
void |
setSaleTerms(java.lang.String value)
Sets the value of the saleTerms property.
|
void |
setSaleType(java.lang.String value)
Sets the value of the saleType property.
|
void |
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property.
|
void |
setTimecardID(java.lang.Integer value)
Sets the value of the timecardID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUserFolderID(java.lang.Integer value)
Sets the value of the userFolderID property.
|
void |
setUserWorkID(java.lang.Integer value)
Sets the value of the userWorkID property.
|
protected java.lang.Integer appointmentID
protected java.lang.Integer assessmentID
protected byte[] bhTimestamp
protected java.lang.String client
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String description
protected java.lang.String externalID
protected java.lang.Boolean isAuction
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isOpen
protected java.lang.Boolean isSendOut
protected java.lang.Integer jobOrderID
protected java.lang.String migrateGUID
protected java.lang.String name
protected java.lang.Integer ownerID
protected java.lang.Integer placementID
protected java.math.BigDecimal price
protected java.lang.String published
protected java.math.BigDecimal quantity
protected java.lang.String saleTerms
protected java.lang.String saleType
protected java.lang.Integer sortOrder
protected java.lang.Integer timecardID
protected java.lang.String type
protected java.lang.Integer userFolderID
protected java.lang.Integer userWorkID
public java.lang.Integer getAppointmentID()
Integerpublic void setAppointmentID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getAssessmentID()
Integerpublic void setAssessmentID(java.lang.Integer value)
value - allowed object is
Integerpublic byte[] getBhTimestamp()
public void setBhTimestamp(byte[] value)
value - allowed object is
byte[]public java.lang.String getClient()
Stringpublic void setClient(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(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.String getExternalID()
Stringpublic void setExternalID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsAuction()
Booleanpublic void setIsAuction(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 isIsOpen()
Booleanpublic void setIsOpen(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSendOut()
Booleanpublic void setIsSendOut(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.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(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.math.BigDecimal getPrice()
BigDecimalpublic void setPrice(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getPublished()
Stringpublic void setPublished(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getQuantity()
BigDecimalpublic void setQuantity(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getSaleTerms()
Stringpublic void setSaleTerms(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSaleType()
Stringpublic void setSaleType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSortOrder()
Integerpublic void setSortOrder(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTimecardID()
Integerpublic void setTimecardID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getUserFolderID()
Integerpublic void setUserFolderID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getUserWorkID()
Integerpublic void setUserWorkID(java.lang.Integer value)
value - allowed object is
Integer