public class ProductAndServicesPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ProductAndServicesPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductAndServicesPrefs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ForSales" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ForPurchase" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="InventoryAndPurchaseOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="QuantityWithPriceAndRate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="QuantityOnHand" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="UOM" type="{http://schema.intuit.com/finance/v3}UOMFeatureTypeEnum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
forPurchase |
protected Boolean |
forSales |
protected Boolean |
inventoryAndPurchaseOrder |
protected Boolean |
quantityOnHand |
protected Boolean |
quantityWithPriceAndRate |
protected UOMFeatureTypeEnum |
uom |
Constructor and Description |
---|
ProductAndServicesPrefs() |
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) |
UOMFeatureTypeEnum |
getUOM()
Gets the value of the uom property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isForPurchase()
Gets the value of the forPurchase property.
|
Boolean |
isForSales()
Gets the value of the forSales property.
|
Boolean |
isInventoryAndPurchaseOrder()
Gets the value of the inventoryAndPurchaseOrder property.
|
Boolean |
isQuantityOnHand()
Gets the value of the quantityOnHand property.
|
Boolean |
isQuantityWithPriceAndRate()
Gets the value of the quantityWithPriceAndRate property.
|
void |
setForPurchase(Boolean value)
Sets the value of the forPurchase property.
|
void |
setForSales(Boolean value)
Sets the value of the forSales property.
|
void |
setInventoryAndPurchaseOrder(Boolean value)
Sets the value of the inventoryAndPurchaseOrder property.
|
void |
setQuantityOnHand(Boolean value)
Sets the value of the quantityOnHand property.
|
void |
setQuantityWithPriceAndRate(Boolean value)
Sets the value of the quantityWithPriceAndRate property.
|
void |
setUOM(UOMFeatureTypeEnum value)
Sets the value of the uom property.
|
protected Boolean forSales
protected Boolean forPurchase
protected Boolean inventoryAndPurchaseOrder
protected Boolean quantityWithPriceAndRate
protected Boolean quantityOnHand
protected UOMFeatureTypeEnum uom
public Boolean isForSales()
Boolean
public void setForSales(Boolean value)
value
- allowed object is
Boolean
public Boolean isForPurchase()
Boolean
public void setForPurchase(Boolean value)
value
- allowed object is
Boolean
public Boolean isInventoryAndPurchaseOrder()
Boolean
public void setInventoryAndPurchaseOrder(Boolean value)
value
- allowed object is
Boolean
public Boolean isQuantityWithPriceAndRate()
Boolean
public void setQuantityWithPriceAndRate(Boolean value)
value
- allowed object is
Boolean
public Boolean isQuantityOnHand()
Boolean
public void setQuantityOnHand(Boolean value)
value
- allowed object is
Boolean
public UOMFeatureTypeEnum getUOM()
UOMFeatureTypeEnum
public void setUOM(UOMFeatureTypeEnum value)
value
- allowed object is
UOMFeatureTypeEnum
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
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
Copyright © 2017. All rights reserved.