public class PriceLevelPerItem extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for PriceLevelPerItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceLevelPerItem"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="ItemRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <choice> <element name="CustomPrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="CustomPricePercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </choice> <element name="PriceLevelPerItemEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
customPrice |
protected BigDecimal |
customPricePercent |
protected ReferenceType |
itemRef |
protected IntuitAnyType |
priceLevelPerItemEx |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
PriceLevelPerItem() |
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) |
BigDecimal |
getCustomPrice()
Gets the value of the customPrice property.
|
BigDecimal |
getCustomPricePercent()
Gets the value of the customPricePercent property.
|
ReferenceType |
getItemRef()
Gets the value of the itemRef property.
|
IntuitAnyType |
getPriceLevelPerItemEx()
Gets the value of the priceLevelPerItemEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCustomPrice(BigDecimal value)
Sets the value of the customPrice property.
|
void |
setCustomPricePercent(BigDecimal value)
Sets the value of the customPricePercent property.
|
void |
setItemRef(ReferenceType value)
Sets the value of the itemRef property.
|
void |
setPriceLevelPerItemEx(IntuitAnyType value)
Sets the value of the priceLevelPerItemEx property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected ReferenceType itemRef
protected BigDecimal customPrice
protected BigDecimal customPricePercent
protected IntuitAnyType priceLevelPerItemEx
public ReferenceType getItemRef()
ReferenceType
public void setItemRef(ReferenceType value)
value
- allowed object is
ReferenceType
public BigDecimal getCustomPrice()
BigDecimal
public void setCustomPrice(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getCustomPricePercent()
BigDecimal
public void setCustomPricePercent(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getPriceLevelPerItemEx()
IntuitAnyType
public void setPriceLevelPerItemEx(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 IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
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 IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.