public class SalesItemLineDetail extends ItemLineDetail implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SalesItemLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesItemLineDetail">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}ItemLineDetail">
<sequence>
<element name="ServiceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="TaxInclusiveAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="DiscountRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="DiscountAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="SalesItemLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
discountAmt |
protected BigDecimal |
discountRate |
protected IntuitAnyType |
salesItemLineDetailEx |
protected Date |
serviceDate |
protected BigDecimal |
taxInclusiveAmt |
classRef, inventorySiteRef, itemAccountRef, itemRef, markupInfo, priceLevelRef, qty, ratePercent, taxCodeRef, unitPrice, uomRef| Constructor and Description |
|---|
SalesItemLineDetail() |
| 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) |
BigDecimal |
getDiscountAmt()
Gets the value of the discountAmt property.
|
BigDecimal |
getDiscountRate()
Gets the value of the discountRate property.
|
IntuitAnyType |
getSalesItemLineDetailEx()
Gets the value of the salesItemLineDetailEx property.
|
Date |
getServiceDate()
Gets the value of the serviceDate 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 |
setDiscountAmt(BigDecimal value)
Sets the value of the discountAmt property.
|
void |
setDiscountRate(BigDecimal value)
Sets the value of the discountRate property.
|
void |
setSalesItemLineDetailEx(IntuitAnyType value)
Sets the value of the salesItemLineDetailEx property.
|
void |
setServiceDate(Date value)
Sets the value of the serviceDate 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 Date serviceDate
protected BigDecimal taxInclusiveAmt
protected BigDecimal discountRate
protected BigDecimal discountAmt
protected IntuitAnyType salesItemLineDetailEx
public Date getServiceDate()
Stringpublic void setServiceDate(Date value)
value - allowed object is
Stringpublic BigDecimal getTaxInclusiveAmt()
BigDecimalpublic void setTaxInclusiveAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDiscountRate()
BigDecimalpublic void setDiscountRate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDiscountAmt()
BigDecimalpublic void setDiscountAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic IntuitAnyType getSalesItemLineDetailEx()
IntuitAnyTypepublic void setSalesItemLineDetailEx(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.