public class SalesOrderItemLineDetail extends SalesItemLineDetail implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SalesOrderItemLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesOrderItemLineDetail">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}SalesItemLineDetail">
<sequence>
<element name="ManuallyClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
manuallyClosed |
discountAmt, discountRate, salesItemLineDetailEx, serviceDate, taxInclusiveAmtclassRef, inventorySiteRef, itemAccountRef, itemRef, markupInfo, priceLevelRef, qty, ratePercent, taxCodeRef, unitPrice, uomRef| Constructor and Description |
|---|
SalesOrderItemLineDetail() |
| 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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isManuallyClosed()
Gets the value of the manuallyClosed property.
|
void |
setManuallyClosed(Boolean value)
Sets the value of the manuallyClosed property.
|
getDiscountAmt, getDiscountRate, getSalesItemLineDetailEx, getServiceDate, getTaxInclusiveAmt, setDiscountAmt, setDiscountRate, setSalesItemLineDetailEx, setServiceDate, setTaxInclusiveAmtgetClassRef, getInventorySiteRef, getItemAccountRef, getItemRef, getMarkupInfo, getPriceLevelRef, getQty, getRatePercent, getTaxCodeRef, getUnitPrice, getUOMRef, setClassRef, setInventorySiteRef, setItemAccountRef, setItemRef, setMarkupInfo, setPriceLevelRef, setQty, setRatePercent, setTaxCodeRef, setUnitPrice, setUOMRefprotected Boolean manuallyClosed
public Boolean isManuallyClosed()
Booleanpublic void setManuallyClosed(Boolean value)
value - allowed object is
Booleanpublic 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 SalesItemLineDetailpublic boolean equals(Object object)
equals in class SalesItemLineDetailpublic 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 SalesItemLineDetailpublic int hashCode()
hashCode in class SalesItemLineDetailCopyright © 2017. All rights reserved.