public abstract class TimecardTimeDtoBase extends AbstractDto
Java class for timecardTimeDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timecardTimeDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="breakEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="breakStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="clientBillRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="comments" 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="dateWorked" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="fileExportID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="hours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="invoiceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="invoiceItemID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="lastModifyingPersonID" 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="minutesBreak" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="payClassID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="payRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="placementID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="projectCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="projectID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timeIn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="timeOut" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="timecardID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="timecardTimeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="workersCompensationRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
breakEnd |
protected javax.xml.datatype.XMLGregorianCalendar |
breakStart |
protected java.math.BigDecimal |
clientBillRate |
protected java.lang.String |
comments |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateWorked |
protected java.lang.Integer |
fileExportID |
protected java.lang.Double |
hours |
protected java.lang.Integer |
invoiceID |
protected java.lang.Integer |
invoiceItemID |
protected java.lang.Integer |
lastModifyingPersonID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
minutesBreak |
protected java.lang.Integer |
payClassID |
protected java.math.BigDecimal |
payRate |
protected java.lang.Integer |
placementID |
protected java.lang.String |
projectCode |
protected java.lang.String |
projectID |
protected java.lang.String |
status |
protected java.lang.Integer |
timecardID |
protected java.lang.Integer |
timecardTimeID |
protected javax.xml.datatype.XMLGregorianCalendar |
timeIn |
protected javax.xml.datatype.XMLGregorianCalendar |
timeOut |
protected java.lang.Double |
workersCompensationRate |
Constructor and Description |
---|
TimecardTimeDtoBase() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getBreakEnd()
Gets the value of the breakEnd property.
|
javax.xml.datatype.XMLGregorianCalendar |
getBreakStart()
Gets the value of the breakStart property.
|
java.math.BigDecimal |
getClientBillRate()
Gets the value of the clientBillRate property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateWorked()
Gets the value of the dateWorked property.
|
java.lang.Integer |
getFileExportID()
Gets the value of the fileExportID property.
|
java.lang.Double |
getHours()
Gets the value of the hours property.
|
java.lang.Integer |
getInvoiceID()
Gets the value of the invoiceID property.
|
java.lang.Integer |
getInvoiceItemID()
Gets the value of the invoiceItemID property.
|
java.lang.Integer |
getLastModifyingPersonID()
Gets the value of the lastModifyingPersonID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getMinutesBreak()
Gets the value of the minutesBreak property.
|
java.lang.Integer |
getPayClassID()
Gets the value of the payClassID property.
|
java.math.BigDecimal |
getPayRate()
Gets the value of the payRate property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID property.
|
java.lang.String |
getProjectCode()
Gets the value of the projectCode property.
|
java.lang.String |
getProjectID()
Gets the value of the projectID property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.Integer |
getTimecardID()
Gets the value of the timecardID property.
|
java.lang.Integer |
getTimecardTimeID()
Gets the value of the timecardTimeID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimeIn()
Gets the value of the timeIn property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimeOut()
Gets the value of the timeOut property.
|
java.lang.Double |
getWorkersCompensationRate()
Gets the value of the workersCompensationRate property.
|
void |
setBreakEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the breakEnd property.
|
void |
setBreakStart(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the breakStart property.
|
void |
setClientBillRate(java.math.BigDecimal value)
Sets the value of the clientBillRate property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateWorked(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateWorked property.
|
void |
setFileExportID(java.lang.Integer value)
Sets the value of the fileExportID property.
|
void |
setHours(java.lang.Double value)
Sets the value of the hours property.
|
void |
setInvoiceID(java.lang.Integer value)
Sets the value of the invoiceID property.
|
void |
setInvoiceItemID(java.lang.Integer value)
Sets the value of the invoiceItemID property.
|
void |
setLastModifyingPersonID(java.lang.Integer value)
Sets the value of the lastModifyingPersonID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setMinutesBreak(java.lang.Integer value)
Sets the value of the minutesBreak property.
|
void |
setPayClassID(java.lang.Integer value)
Sets the value of the payClassID property.
|
void |
setPayRate(java.math.BigDecimal value)
Sets the value of the payRate property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property.
|
void |
setProjectCode(java.lang.String value)
Sets the value of the projectCode property.
|
void |
setProjectID(java.lang.String value)
Sets the value of the projectID property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setTimecardID(java.lang.Integer value)
Sets the value of the timecardID property.
|
void |
setTimecardTimeID(java.lang.Integer value)
Sets the value of the timecardTimeID property.
|
void |
setTimeIn(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeIn property.
|
void |
setTimeOut(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeOut property.
|
void |
setWorkersCompensationRate(java.lang.Double value)
Sets the value of the workersCompensationRate property.
|
protected javax.xml.datatype.XMLGregorianCalendar breakEnd
protected javax.xml.datatype.XMLGregorianCalendar breakStart
protected java.math.BigDecimal clientBillRate
protected java.lang.String comments
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateWorked
protected java.lang.Integer fileExportID
protected java.lang.Double hours
protected java.lang.Integer invoiceID
protected java.lang.Integer invoiceItemID
protected java.lang.Integer lastModifyingPersonID
protected java.lang.String migrateGUID
protected java.lang.Integer minutesBreak
protected java.lang.Integer payClassID
protected java.math.BigDecimal payRate
protected java.lang.Integer placementID
protected java.lang.String projectCode
protected java.lang.String projectID
protected java.lang.String status
protected javax.xml.datatype.XMLGregorianCalendar timeIn
protected javax.xml.datatype.XMLGregorianCalendar timeOut
protected java.lang.Integer timecardID
protected java.lang.Integer timecardTimeID
protected java.lang.Double workersCompensationRate
public javax.xml.datatype.XMLGregorianCalendar getBreakEnd()
XMLGregorianCalendar
public void setBreakEnd(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getBreakStart()
XMLGregorianCalendar
public void setBreakStart(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigDecimal getClientBillRate()
BigDecimal
public void setClientBillRate(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getComments()
String
public void setComments(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 javax.xml.datatype.XMLGregorianCalendar getDateWorked()
XMLGregorianCalendar
public void setDateWorked(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getFileExportID()
Integer
public void setFileExportID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getHours()
Double
public void setHours(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getInvoiceID()
Integer
public void setInvoiceID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getInvoiceItemID()
Integer
public void setInvoiceItemID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLastModifyingPersonID()
Integer
public void setLastModifyingPersonID(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 getMinutesBreak()
Integer
public void setMinutesBreak(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPayClassID()
Integer
public void setPayClassID(java.lang.Integer value)
value
- allowed object is
Integer
public java.math.BigDecimal getPayRate()
BigDecimal
public void setPayRate(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.Integer getPlacementID()
Integer
public void setPlacementID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getProjectCode()
String
public void setProjectCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProjectID()
String
public void setProjectID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getTimeIn()
XMLGregorianCalendar
public void setTimeIn(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getTimeOut()
XMLGregorianCalendar
public void setTimeOut(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getTimecardID()
Integer
public void setTimecardID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getTimecardTimeID()
Integer
public void setTimecardTimeID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getWorkersCompensationRate()
Double
public void setWorkersCompensationRate(java.lang.Double value)
value
- allowed object is
Double