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, taxInclusiveAmt
classRef, 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, setTaxInclusiveAmt
getClassRef, getInventorySiteRef, getItemAccountRef, getItemRef, getMarkupInfo, getPriceLevelRef, getQty, getRatePercent, getTaxCodeRef, getUnitPrice, getUOMRef, setClassRef, setInventorySiteRef, setItemAccountRef, setItemRef, setMarkupInfo, setPriceLevelRef, setQty, setRatePercent, setTaxCodeRef, setUnitPrice, setUOMRef
protected String manPartNum
protected Boolean manuallyClosed
protected BigDecimal openQty
protected IntuitAnyType purchaseOrderItemLineDetailEx
public String getManPartNum()
String
public void setManPartNum(String value)
value
- allowed object is
String
public Boolean isManuallyClosed()
Boolean
public void setManuallyClosed(Boolean value)
value
- allowed object is
Boolean
public BigDecimal getOpenQty()
BigDecimal
public void setOpenQty(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getPurchaseOrderItemLineDetailEx()
IntuitAnyType
public void setPurchaseOrderItemLineDetailEx(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 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.