public abstract class InvoiceItemDtoBase extends AbstractDto
Java class for invoiceItemDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="invoiceItemDtoBase">
   <complexContent>
     <extension base="{http://entity.bullhorn.com/}abstractDto">
       <sequence>
         <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" 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="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="payPeriod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="placementID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="taxRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unitOld" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="wasManuallyCreated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar | 
dateAdded  | 
protected java.lang.String | 
description  | 
protected java.lang.Integer | 
invoiceID  | 
protected java.lang.Integer | 
invoiceItemID  | 
protected java.lang.String | 
migrateGUID  | 
protected java.lang.String | 
payPeriod  | 
protected java.lang.Integer | 
placementID  | 
protected java.lang.Double | 
quantity  | 
protected java.math.BigDecimal | 
rate  | 
protected java.lang.Double | 
taxRate  | 
protected java.lang.String | 
unit  | 
protected java.lang.String | 
unitOld  | 
protected java.lang.Boolean | 
wasManuallyCreated  | 
| Constructor and Description | 
|---|
InvoiceItemDtoBase()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.xml.datatype.XMLGregorianCalendar | 
getDateAdded()
Gets the value of the dateAdded property. 
 | 
java.lang.String | 
getDescription()
Gets the value of the description 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.String | 
getMigrateGUID()
Gets the value of the migrateGUID property. 
 | 
java.lang.String | 
getPayPeriod()
Gets the value of the payPeriod property. 
 | 
java.lang.Integer | 
getPlacementID()
Gets the value of the placementID property. 
 | 
java.lang.Double | 
getQuantity()
Gets the value of the quantity property. 
 | 
java.math.BigDecimal | 
getRate()
Gets the value of the rate property. 
 | 
java.lang.Double | 
getTaxRate()
Gets the value of the taxRate property. 
 | 
java.lang.String | 
getUnit()
Gets the value of the unit property. 
 | 
java.lang.String | 
getUnitOld()
Gets the value of the unitOld property. 
 | 
java.lang.Boolean | 
isWasManuallyCreated()
Gets the value of the wasManuallyCreated property. 
 | 
void | 
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property. 
 | 
void | 
setDescription(java.lang.String value)
Sets the value of the description 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 | 
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property. 
 | 
void | 
setPayPeriod(java.lang.String value)
Sets the value of the payPeriod property. 
 | 
void | 
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property. 
 | 
void | 
setQuantity(java.lang.Double value)
Sets the value of the quantity property. 
 | 
void | 
setRate(java.math.BigDecimal value)
Sets the value of the rate property. 
 | 
void | 
setTaxRate(java.lang.Double value)
Sets the value of the taxRate property. 
 | 
void | 
setUnit(java.lang.String value)
Sets the value of the unit property. 
 | 
void | 
setUnitOld(java.lang.String value)
Sets the value of the unitOld property. 
 | 
void | 
setWasManuallyCreated(java.lang.Boolean value)
Sets the value of the wasManuallyCreated property. 
 | 
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String description
protected java.lang.Integer invoiceID
protected java.lang.Integer invoiceItemID
protected java.lang.String migrateGUID
protected java.lang.String payPeriod
protected java.lang.Integer placementID
protected java.lang.Double quantity
protected java.math.BigDecimal rate
protected java.lang.Double taxRate
protected java.lang.String unit
protected java.lang.String unitOld
protected java.lang.Boolean wasManuallyCreated
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
     Stringpublic 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.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getPayPeriod()
Stringpublic void setPayPeriod(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Integer getPlacementID()
Integerpublic void setPlacementID(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Double getQuantity()
Doublepublic void setQuantity(java.lang.Double value)
value - allowed object is
     Doublepublic java.math.BigDecimal getRate()
BigDecimalpublic void setRate(java.math.BigDecimal value)
value - allowed object is
     BigDecimalpublic java.lang.Double getTaxRate()
Doublepublic void setTaxRate(java.lang.Double value)
value - allowed object is
     Doublepublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getUnitOld()
Stringpublic void setUnitOld(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Boolean isWasManuallyCreated()
Booleanpublic void setWasManuallyCreated(java.lang.Boolean value)
value - allowed object is
     Boolean