public class ItemBasedExpenseLineDetail extends ItemLineDetail implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ItemBasedExpenseLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemBasedExpenseLineDetail">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}ItemLineDetail">
<sequence>
<element name="CustomerRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="BillableStatus" type="{http://schema.intuit.com/finance/v3}BillableStatusEnum" minOccurs="0"/>
<element name="TaxInclusiveAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ItemBasedExpenseLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BillableStatusEnum |
billableStatus |
protected ReferenceType |
customerRef |
protected IntuitAnyType |
itemBasedExpenseLineDetailEx |
protected BigDecimal |
taxInclusiveAmt |
classRef, inventorySiteRef, itemAccountRef, itemRef, markupInfo, priceLevelRef, qty, ratePercent, taxCodeRef, unitPrice, uomRef| Constructor and Description |
|---|
ItemBasedExpenseLineDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
BillableStatusEnum |
getBillableStatus()
Gets the value of the billableStatus property.
|
ReferenceType |
getCustomerRef()
Gets the value of the customerRef property.
|
IntuitAnyType |
getItemBasedExpenseLineDetailEx()
Gets the value of the itemBasedExpenseLineDetailEx property.
|
BigDecimal |
getTaxInclusiveAmt()
Gets the value of the taxInclusiveAmt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBillableStatus(BillableStatusEnum value)
Sets the value of the billableStatus property.
|
void |
setCustomerRef(ReferenceType value)
Sets the value of the customerRef property.
|
void |
setItemBasedExpenseLineDetailEx(IntuitAnyType value)
Sets the value of the itemBasedExpenseLineDetailEx property.
|
void |
setTaxInclusiveAmt(BigDecimal value)
Sets the value of the taxInclusiveAmt property.
|
getClassRef, getInventorySiteRef, getItemAccountRef, getItemRef, getMarkupInfo, getPriceLevelRef, getQty, getRatePercent, getTaxCodeRef, getUnitPrice, getUOMRef, setClassRef, setInventorySiteRef, setItemAccountRef, setItemRef, setMarkupInfo, setPriceLevelRef, setQty, setRatePercent, setTaxCodeRef, setUnitPrice, setUOMRefprotected ReferenceType customerRef
protected BillableStatusEnum billableStatus
protected BigDecimal taxInclusiveAmt
protected IntuitAnyType itemBasedExpenseLineDetailEx
public ReferenceType getCustomerRef()
ReferenceTypepublic void setCustomerRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BillableStatusEnum getBillableStatus()
BillableStatusEnumpublic void setBillableStatus(BillableStatusEnum value)
value - allowed object is
BillableStatusEnumpublic BigDecimal getTaxInclusiveAmt()
BigDecimalpublic void setTaxInclusiveAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic IntuitAnyType getItemBasedExpenseLineDetailEx()
IntuitAnyTypepublic void setItemBasedExpenseLineDetailEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class ItemLineDetailpublic boolean equals(Object object)
equals in class ItemLineDetailpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class ItemLineDetailpublic int hashCode()
hashCode in class ItemLineDetailCopyright © 2017. All rights reserved.