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()
BigDecimal
public void setAmount(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 getDateExpensed()
XMLGregorianCalendar
public void setDateExpensed(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.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 getPayClassID()
Integer
public void setPayClassID(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.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 java.lang.Integer getTimecardExpenseID()
Integer
public void setTimecardExpenseID(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