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()
BigDecimal
public void setAmountPaid(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.Integer getClientCorporationID()
Integer
public void setClientCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getComments()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCostCenter()
String
public void setCostCenter(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 getDateBegin()
XMLGregorianCalendar
public void setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateDue()
XMLGregorianCalendar
public void setDateDue(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateEnd()
XMLGregorianCalendar
public void setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateExported()
XMLGregorianCalendar
public void setDateExported(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateInvoice()
XMLGregorianCalendar
public void setDateInvoice(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(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 getInvoiceBatchID()
Integer
public void setInvoiceBatchID(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.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsExported()
Boolean
public void setIsExported(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getOutstandingBalance()
BigDecimal
public void setOutstandingBalance(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.Integer getRecipientUserID()
Integer
public void setRecipientUserID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTerms()
String
public void setTerms(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getUserID()
Integer
public void setUserID(java.lang.Integer value)
value
- allowed object is
Integer