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, setUOMRef
protected Date serviceDate
protected BigDecimal taxInclusiveAmt
protected BigDecimal discountRate
protected BigDecimal discountAmt
protected IntuitAnyType salesItemLineDetailEx
public Date getServiceDate()
String
public void setServiceDate(Date value)
value
- allowed object is
String
public BigDecimal getTaxInclusiveAmt()
BigDecimal
public void setTaxInclusiveAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getDiscountRate()
BigDecimal
public void setDiscountRate(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getDiscountAmt()
BigDecimal
public void setDiscountAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getSalesItemLineDetailEx()
IntuitAnyType
public void setSalesItemLineDetailEx(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.