public class ItemAdjustmentLineDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ItemAdjustmentLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemAdjustmentLineDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ItemRef" type="{http://schema.intuit.com/finance/v3}ReferenceType"/>
<element name="SalesPrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<choice>
<element name="QtyDiff" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="NewQty" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</choice>
<element name="ClassRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
classRef |
protected ReferenceType |
itemRef |
protected BigDecimal |
newQty |
protected BigDecimal |
qtyDiff |
protected BigDecimal |
salesPrice |
| Constructor and Description |
|---|
ItemAdjustmentLineDetail() |
| 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) |
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
ReferenceType |
getItemRef()
Gets the value of the itemRef property.
|
BigDecimal |
getNewQty()
Gets the value of the newQty property.
|
BigDecimal |
getQtyDiff()
Gets the value of the qtyDiff property.
|
BigDecimal |
getSalesPrice()
Gets the value of the salesPrice property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setItemRef(ReferenceType value)
Sets the value of the itemRef property.
|
void |
setNewQty(BigDecimal value)
Sets the value of the newQty property.
|
void |
setQtyDiff(BigDecimal value)
Sets the value of the qtyDiff property.
|
void |
setSalesPrice(BigDecimal value)
Sets the value of the salesPrice property.
|
protected ReferenceType itemRef
protected BigDecimal salesPrice
protected BigDecimal qtyDiff
protected BigDecimal newQty
protected ReferenceType classRef
public ReferenceType getItemRef()
ReferenceTypepublic void setItemRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getSalesPrice()
BigDecimalpublic void setSalesPrice(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getQtyDiff()
BigDecimalpublic void setQtyDiff(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getNewQty()
BigDecimalpublic void setNewQty(BigDecimal value)
value - allowed object is
BigDecimalpublic ReferenceType getClassRef()
ReferenceTypepublic void setClassRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2025. All Rights Reserved.