public class AdvancedInventoryPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for AdvancedInventoryPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdvancedInventoryPrefs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MLIAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MLIEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="EnhancedInventoryReceivingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TrackingSerialOrLotNumber" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TrackingOnSalesTransactionsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TrackingOnPurchaseTransactionsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TrackingOnInventoryAdjustmentEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TrackingOnBuildAssemblyEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FIFOEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FIFOEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="RowShelfBinEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BarcodeEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
barcodeEnabled |
protected Boolean |
enhancedInventoryReceivingEnabled |
protected Date |
fifoEffectiveDate |
protected Boolean |
fifoEnabled |
protected Boolean |
mliAvailable |
protected Boolean |
mliEnabled |
protected Boolean |
rowShelfBinEnabled |
protected Boolean |
trackingOnBuildAssemblyEnabled |
protected Boolean |
trackingOnInventoryAdjustmentEnabled |
protected Boolean |
trackingOnPurchaseTransactionsEnabled |
protected Boolean |
trackingOnSalesTransactionsEnabled |
protected Boolean |
trackingSerialOrLotNumber |
| Constructor and Description |
|---|
AdvancedInventoryPrefs() |
| 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) |
Date |
getFIFOEffectiveDate()
Gets the value of the fifoEffectiveDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isBarcodeEnabled()
Gets the value of the barcodeEnabled property.
|
Boolean |
isEnhancedInventoryReceivingEnabled()
Gets the value of the enhancedInventoryReceivingEnabled property.
|
Boolean |
isFIFOEnabled()
Gets the value of the fifoEnabled property.
|
Boolean |
isMLIAvailable()
Gets the value of the mliAvailable property.
|
Boolean |
isMLIEnabled()
Gets the value of the mliEnabled property.
|
Boolean |
isRowShelfBinEnabled()
Gets the value of the rowShelfBinEnabled property.
|
Boolean |
isTrackingOnBuildAssemblyEnabled()
Gets the value of the trackingOnBuildAssemblyEnabled property.
|
Boolean |
isTrackingOnInventoryAdjustmentEnabled()
Gets the value of the trackingOnInventoryAdjustmentEnabled property.
|
Boolean |
isTrackingOnPurchaseTransactionsEnabled()
Gets the value of the trackingOnPurchaseTransactionsEnabled property.
|
Boolean |
isTrackingOnSalesTransactionsEnabled()
Gets the value of the trackingOnSalesTransactionsEnabled property.
|
Boolean |
isTrackingSerialOrLotNumber()
Gets the value of the trackingSerialOrLotNumber property.
|
void |
setBarcodeEnabled(Boolean value)
Sets the value of the barcodeEnabled property.
|
void |
setEnhancedInventoryReceivingEnabled(Boolean value)
Sets the value of the enhancedInventoryReceivingEnabled property.
|
void |
setFIFOEffectiveDate(Date value)
Sets the value of the fifoEffectiveDate property.
|
void |
setFIFOEnabled(Boolean value)
Sets the value of the fifoEnabled property.
|
void |
setMLIAvailable(Boolean value)
Sets the value of the mliAvailable property.
|
void |
setMLIEnabled(Boolean value)
Sets the value of the mliEnabled property.
|
void |
setRowShelfBinEnabled(Boolean value)
Sets the value of the rowShelfBinEnabled property.
|
void |
setTrackingOnBuildAssemblyEnabled(Boolean value)
Sets the value of the trackingOnBuildAssemblyEnabled property.
|
void |
setTrackingOnInventoryAdjustmentEnabled(Boolean value)
Sets the value of the trackingOnInventoryAdjustmentEnabled property.
|
void |
setTrackingOnPurchaseTransactionsEnabled(Boolean value)
Sets the value of the trackingOnPurchaseTransactionsEnabled property.
|
void |
setTrackingOnSalesTransactionsEnabled(Boolean value)
Sets the value of the trackingOnSalesTransactionsEnabled property.
|
void |
setTrackingSerialOrLotNumber(Boolean value)
Sets the value of the trackingSerialOrLotNumber property.
|
protected Boolean mliAvailable
protected Boolean mliEnabled
protected Boolean enhancedInventoryReceivingEnabled
protected Boolean trackingSerialOrLotNumber
protected Boolean trackingOnSalesTransactionsEnabled
protected Boolean trackingOnPurchaseTransactionsEnabled
protected Boolean trackingOnInventoryAdjustmentEnabled
protected Boolean trackingOnBuildAssemblyEnabled
protected Boolean fifoEnabled
protected Date fifoEffectiveDate
protected Boolean rowShelfBinEnabled
protected Boolean barcodeEnabled
public Boolean isMLIAvailable()
Booleanpublic void setMLIAvailable(Boolean value)
value - allowed object is
Booleanpublic Boolean isMLIEnabled()
Booleanpublic void setMLIEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnhancedInventoryReceivingEnabled()
Booleanpublic void setEnhancedInventoryReceivingEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackingSerialOrLotNumber()
Booleanpublic void setTrackingSerialOrLotNumber(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackingOnSalesTransactionsEnabled()
Booleanpublic void setTrackingOnSalesTransactionsEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackingOnPurchaseTransactionsEnabled()
Booleanpublic void setTrackingOnPurchaseTransactionsEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackingOnInventoryAdjustmentEnabled()
Booleanpublic void setTrackingOnInventoryAdjustmentEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackingOnBuildAssemblyEnabled()
Booleanpublic void setTrackingOnBuildAssemblyEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isFIFOEnabled()
Booleanpublic void setFIFOEnabled(Boolean value)
value - allowed object is
Booleanpublic Date getFIFOEffectiveDate()
Stringpublic void setFIFOEffectiveDate(Date value)
value - allowed object is
Stringpublic Boolean isRowShelfBinEnabled()
Booleanpublic void setRowShelfBinEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isBarcodeEnabled()
Booleanpublic void setBarcodeEnabled(Boolean value)
value - allowed object is
Booleanpublic 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 © 2017. All rights reserved.