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()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
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.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPayPeriod()
String
public void setPayPeriod(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPlacementID()
Integer
public void setPlacementID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getQuantity()
Double
public void setQuantity(java.lang.Double value)
value
- allowed object is
Double
public java.math.BigDecimal getRate()
BigDecimal
public void setRate(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.Double getTaxRate()
Double
public void setTaxRate(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getUnit()
String
public void setUnit(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnitOld()
String
public void setUnitOld(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isWasManuallyCreated()
Boolean
public void setWasManuallyCreated(java.lang.Boolean value)
value
- allowed object is
Boolean