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()
XMLGregorianCalendarpublic void setBreakEnd(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getBreakStart()
XMLGregorianCalendarpublic void setBreakStart(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigDecimal getClientBillRate()
BigDecimalpublic void setClientBillRate(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getComments()
Stringpublic void setComments(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 javax.xml.datatype.XMLGregorianCalendar getDateWorked()
XMLGregorianCalendarpublic void setDateWorked(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getFileExportID()
Integerpublic void setFileExportID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getHours()
Doublepublic void setHours(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getInvoiceID()
Integerpublic void setInvoiceID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getInvoiceItemID()
Integerpublic void setInvoiceItemID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getLastModifyingPersonID()
Integerpublic void setLastModifyingPersonID(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 getMinutesBreak()
Integerpublic void setMinutesBreak(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPayClassID()
Integerpublic void setPayClassID(java.lang.Integer value)
value - allowed object is
Integerpublic java.math.BigDecimal getPayRate()
BigDecimalpublic void setPayRate(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getPlacementID()
Integerpublic void setPlacementID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getProjectCode()
Stringpublic void setProjectCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProjectID()
Stringpublic void setProjectID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getTimeIn()
XMLGregorianCalendarpublic void setTimeIn(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getTimeOut()
XMLGregorianCalendarpublic void setTimeOut(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getTimecardID()
Integerpublic void setTimecardID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTimecardTimeID()
Integerpublic void setTimecardTimeID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getWorkersCompensationRate()
Doublepublic void setWorkersCompensationRate(java.lang.Double value)
value - allowed object is
Double