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, taxInclusiveAmt
classRef, 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, setTaxInclusiveAmt
getClassRef, getInventorySiteRef, getItemAccountRef, getItemRef, getMarkupInfo, getPriceLevelRef, getQty, getRatePercent, getTaxCodeRef, getUnitPrice, getUOMRef, setClassRef, setInventorySiteRef, setItemAccountRef, setItemRef, setMarkupInfo, setPriceLevelRef, setQty, setRatePercent, setTaxCodeRef, setUnitPrice, setUOMRef
protected Boolean manuallyClosed
public Boolean isManuallyClosed()
Boolean
public void setManuallyClosed(Boolean value)
value
- allowed object is
Boolean
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 SalesItemLineDetail
public boolean equals(Object object)
equals
in class SalesItemLineDetail
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 SalesItemLineDetail
public int hashCode()
hashCode
in class SalesItemLineDetail
Copyright © 2017. All rights reserved.