public abstract class TimecardExpenseDtoBase extends AbstractDto
Java class for timecardExpenseDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timecardExpenseDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="amount" 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="dateExpensed" 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="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="payClassID" 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="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="timecardExpenseID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timecardID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
amount |
protected java.lang.String |
comments |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateExpensed |
protected java.lang.Integer |
fileExportID |
protected java.lang.Integer |
invoiceID |
protected java.lang.Integer |
invoiceItemID |
protected java.lang.Integer |
lastModifyingPersonID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
payClassID |
protected java.lang.Integer |
placementID |
protected java.lang.String |
projectID |
protected java.lang.String |
status |
protected java.lang.Integer |
timecardExpenseID |
protected java.lang.Integer |
timecardID |
| Constructor and Description |
|---|
TimecardExpenseDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
Gets the value of the amount 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 |
getDateExpensed()
Gets the value of the dateExpensed property.
|
java.lang.Integer |
getFileExportID()
Gets the value of the fileExportID 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 |
getPayClassID()
Gets the value of the payClassID property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID 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 |
getTimecardExpenseID()
Gets the value of the timecardExpenseID property.
|
java.lang.Integer |
getTimecardID()
Gets the value of the timecardID property.
|
void |
setAmount(java.math.BigDecimal value)
Sets the value of the amount 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 |
setDateExpensed(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateExpensed property.
|
void |
setFileExportID(java.lang.Integer value)
Sets the value of the fileExportID 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 |
setPayClassID(java.lang.Integer value)
Sets the value of the payClassID property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID 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 |
setTimecardExpenseID(java.lang.Integer value)
Sets the value of the timecardExpenseID property.
|
void |
setTimecardID(java.lang.Integer value)
Sets the value of the timecardID property.
|
protected java.math.BigDecimal amount
protected java.lang.String comments
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateExpensed
protected java.lang.Integer fileExportID
protected java.lang.Integer invoiceID
protected java.lang.Integer invoiceItemID
protected java.lang.Integer lastModifyingPersonID
protected java.lang.String migrateGUID
protected java.lang.Integer payClassID
protected java.lang.Integer placementID
protected java.lang.String projectID
protected java.lang.String status
protected java.lang.Integer timecardExpenseID
protected java.lang.Integer timecardID
public java.math.BigDecimal getAmount()
BigDecimalpublic void setAmount(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 getDateExpensed()
XMLGregorianCalendarpublic void setDateExpensed(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.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 getPayClassID()
Integerpublic void setPayClassID(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.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 java.lang.Integer getTimecardExpenseID()
Integerpublic void setTimecardExpenseID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTimecardID()
Integerpublic void setTimecardID(java.lang.Integer value)
value - allowed object is
Integer