public abstract class InvoiceDtoBase extends AbstractDto
Java class for invoiceDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="invoiceDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="amountPaid" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="clientCorporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="costCenter" 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="dateBegin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateDue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateExported" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateInvoice" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLastModified" 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="invoiceBatchID" 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="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isExported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outstandingBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="recipientUserID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="terms" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
amountPaid |
protected java.lang.Integer |
clientCorporationID |
protected java.lang.String |
comments |
protected java.lang.String |
costCenter |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateBegin |
protected javax.xml.datatype.XMLGregorianCalendar |
dateDue |
protected javax.xml.datatype.XMLGregorianCalendar |
dateEnd |
protected javax.xml.datatype.XMLGregorianCalendar |
dateExported |
protected javax.xml.datatype.XMLGregorianCalendar |
dateInvoice |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.Integer |
fileExportID |
protected java.lang.Integer |
invoiceBatchID |
protected java.lang.Integer |
invoiceID |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isExported |
protected java.lang.String |
migrateGUID |
protected java.math.BigDecimal |
outstandingBalance |
protected java.lang.Integer |
recipientUserID |
protected java.lang.String |
status |
protected java.lang.String |
terms |
protected java.lang.Integer |
userID |
| Constructor and Description |
|---|
InvoiceDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmountPaid()
Gets the value of the amountPaid property.
|
java.lang.Integer |
getClientCorporationID()
Gets the value of the clientCorporationID property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getCostCenter()
Gets the value of the costCenter property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateBegin()
Gets the value of the dateBegin property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateDue()
Gets the value of the dateDue property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateEnd()
Gets the value of the dateEnd property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateExported()
Gets the value of the dateExported property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateInvoice()
Gets the value of the dateInvoice property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.Integer |
getFileExportID()
Gets the value of the fileExportID property.
|
java.lang.Integer |
getInvoiceBatchID()
Gets the value of the invoiceBatchID property.
|
java.lang.Integer |
getInvoiceID()
Gets the value of the invoiceID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.math.BigDecimal |
getOutstandingBalance()
Gets the value of the outstandingBalance property.
|
java.lang.Integer |
getRecipientUserID()
Gets the value of the recipientUserID property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getTerms()
Gets the value of the terms property.
|
java.lang.Integer |
getUserID()
Gets the value of the userID property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsExported()
Gets the value of the isExported property.
|
void |
setAmountPaid(java.math.BigDecimal value)
Sets the value of the amountPaid property.
|
void |
setClientCorporationID(java.lang.Integer value)
Sets the value of the clientCorporationID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setCostCenter(java.lang.String value)
Sets the value of the costCenter property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateBegin property.
|
void |
setDateDue(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateDue property.
|
void |
setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateEnd property.
|
void |
setDateExported(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateExported property.
|
void |
setDateInvoice(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateInvoice property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setFileExportID(java.lang.Integer value)
Sets the value of the fileExportID property.
|
void |
setInvoiceBatchID(java.lang.Integer value)
Sets the value of the invoiceBatchID property.
|
void |
setInvoiceID(java.lang.Integer value)
Sets the value of the invoiceID property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsExported(java.lang.Boolean value)
Sets the value of the isExported property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setOutstandingBalance(java.math.BigDecimal value)
Sets the value of the outstandingBalance property.
|
void |
setRecipientUserID(java.lang.Integer value)
Sets the value of the recipientUserID property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setTerms(java.lang.String value)
Sets the value of the terms property.
|
void |
setUserID(java.lang.Integer value)
Sets the value of the userID property.
|
protected java.math.BigDecimal amountPaid
protected java.lang.Integer clientCorporationID
protected java.lang.String comments
protected java.lang.String costCenter
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateBegin
protected javax.xml.datatype.XMLGregorianCalendar dateDue
protected javax.xml.datatype.XMLGregorianCalendar dateEnd
protected javax.xml.datatype.XMLGregorianCalendar dateExported
protected javax.xml.datatype.XMLGregorianCalendar dateInvoice
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.Integer fileExportID
protected java.lang.Integer invoiceBatchID
protected java.lang.Integer invoiceID
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isExported
protected java.lang.String migrateGUID
protected java.math.BigDecimal outstandingBalance
protected java.lang.Integer recipientUserID
protected java.lang.String status
protected java.lang.String terms
protected java.lang.Integer userID
public java.math.BigDecimal getAmountPaid()
BigDecimalpublic void setAmountPaid(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getClientCorporationID()
Integerpublic void setClientCorporationID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCostCenter()
Stringpublic void setCostCenter(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 getDateBegin()
XMLGregorianCalendarpublic void setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateDue()
XMLGregorianCalendarpublic void setDateDue(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateEnd()
XMLGregorianCalendarpublic void setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateExported()
XMLGregorianCalendarpublic void setDateExported(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateInvoice()
XMLGregorianCalendarpublic void setDateInvoice(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendarpublic void setDateLastModified(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 getInvoiceBatchID()
Integerpublic void setInvoiceBatchID(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.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsExported()
Booleanpublic void setIsExported(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getOutstandingBalance()
BigDecimalpublic void setOutstandingBalance(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getRecipientUserID()
Integerpublic void setRecipientUserID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTerms()
Stringpublic void setTerms(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getUserID()
Integerpublic void setUserID(java.lang.Integer value)
value - allowed object is
Integer