public class PurchaseOrderItemLineDetail extends SalesItemLineDetail implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for PurchaseOrderItemLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurchaseOrderItemLineDetail">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}SalesItemLineDetail">
<sequence>
<element name="ManPartNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ManuallyClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OpenQty" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="PurchaseOrderItemLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
manPartNum |
protected Boolean |
manuallyClosed |
protected BigDecimal |
openQty |
protected IntuitAnyType |
purchaseOrderItemLineDetailEx |
discountAmt, discountRate, salesItemLineDetailEx, serviceDate, taxInclusiveAmtclassRef, inventorySiteRef, itemAccountRef, itemRef, markupInfo, priceLevelRef, qty, ratePercent, taxCodeRef, unitPrice, uomRef| Constructor and Description |
|---|
PurchaseOrderItemLineDetail() |
| 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) |
String |
getManPartNum()
Gets the value of the manPartNum property.
|
BigDecimal |
getOpenQty()
Gets the value of the openQty property.
|
IntuitAnyType |
getPurchaseOrderItemLineDetailEx()
Gets the value of the purchaseOrderItemLineDetailEx property.
|
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 |
setManPartNum(String value)
Sets the value of the manPartNum property.
|
void |
setManuallyClosed(Boolean value)
Sets the value of the manuallyClosed property.
|
void |
setOpenQty(BigDecimal value)
Sets the value of the openQty property.
|
void |
setPurchaseOrderItemLineDetailEx(IntuitAnyType value)
Sets the value of the purchaseOrderItemLineDetailEx 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 String manPartNum
protected Boolean manuallyClosed
protected BigDecimal openQty
protected IntuitAnyType purchaseOrderItemLineDetailEx
public String getManPartNum()
Stringpublic void setManPartNum(String value)
value - allowed object is
Stringpublic Boolean isManuallyClosed()
Booleanpublic void setManuallyClosed(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getOpenQty()
BigDecimalpublic void setOpenQty(BigDecimal value)
value - allowed object is
BigDecimalpublic IntuitAnyType getPurchaseOrderItemLineDetailEx()
IntuitAnyTypepublic void setPurchaseOrderItemLineDetailEx(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 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.