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()
Integer
public void setAppointmentID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getAssessmentID()
Integer
public void setAssessmentID(java.lang.Integer value)
value
- allowed object is
Integer
public byte[] getBhTimestamp()
public void setBhTimestamp(byte[] value)
value
- allowed object is
byte[]public java.lang.String getClient()
String
public void setClient(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(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.String getExternalID()
String
public void setExternalID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsAuction()
Boolean
public void setIsAuction(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 isIsOpen()
Boolean
public void setIsOpen(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsSendOut()
Boolean
public void setIsSendOut(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.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(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.math.BigDecimal getPrice()
BigDecimal
public void setPrice(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getPublished()
String
public void setPublished(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getQuantity()
BigDecimal
public void setQuantity(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getSaleTerms()
String
public void setSaleTerms(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSaleType()
String
public void setSaleType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSortOrder()
Integer
public void setSortOrder(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getTimecardID()
Integer
public void setTimecardID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getUserFolderID()
Integer
public void setUserFolderID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getUserWorkID()
Integer
public void setUserWorkID(java.lang.Integer value)
value
- allowed object is
Integer