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, setUOMRef
protected ReferenceType customerRef
protected BillableStatusEnum billableStatus
protected BigDecimal taxInclusiveAmt
protected IntuitAnyType itemBasedExpenseLineDetailEx
public ReferenceType getCustomerRef()
ReferenceType
public void setCustomerRef(ReferenceType value)
value
- allowed object is
ReferenceType
public BillableStatusEnum getBillableStatus()
BillableStatusEnum
public void setBillableStatus(BillableStatusEnum value)
value
- allowed object is
BillableStatusEnum
public BigDecimal getTaxInclusiveAmt()
BigDecimal
public void setTaxInclusiveAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getItemBasedExpenseLineDetailEx()
IntuitAnyType
public void setItemBasedExpenseLineDetailEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public 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.Equals2
equals
in class ItemLineDetail
public boolean equals(Object object)
equals
in class ItemLineDetail
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class ItemLineDetail
public int hashCode()
hashCode
in class ItemLineDetail
Copyright © 2017. All rights reserved.