Class GeneratedWarehouseBin
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.warehousing.jalo.GeneratedWarehouseBin
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
WarehouseBin
public abstract class GeneratedWarehouseBin extends GenericItem
Generated class for typeWarehouseBin
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE
Qualifier of theWarehouseBin.code
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DESTINATIONWAREHOUSETRANSFERENTRIES
Qualifier of theWarehouseBin.destinationWarehouseTransferEntries
attributeprotected static OneToManyHandler<WarehouseTransferEntry>
DESTINATIONWAREHOUSETRANSFERENTRIESHANDLER
OneToManyHandler
for handling 1:n DESTINATIONWAREHOUSETRANSFERENTRIES's relation attributes from 'many' side.static java.lang.String
MAXENTRIES
Qualifier of theWarehouseBin.maxEntries
attributestatic java.lang.String
POSITION
Qualifier of theWarehouseBin.position
attributestatic java.lang.String
ROW
Qualifier of theWarehouseBin.row
attributestatic java.lang.String
SOURCEWAREHOUSETRANSFERENTRIES
Qualifier of theWarehouseBin.sourceWarehouseTransferEntries
attributeprotected static OneToManyHandler<WarehouseTransferEntry>
SOURCEWAREHOUSETRANSFERENTRIESHANDLER
OneToManyHandler
for handling 1:n SOURCEWAREHOUSETRANSFERENTRIES's relation attributes from 'many' side.static java.lang.String
VOLUME
Qualifier of theWarehouseBin.volume
attributestatic java.lang.String
WAREHOUSE
Qualifier of theWarehouseBin.warehouse
attributestatic java.lang.String
WAREHOUSEBINENTRIES
Qualifier of theWarehouseBin.warehouseBinEntries
attributeprotected static OneToManyHandler<WarehouseBinEntry>
WAREHOUSEBINENTRIESHANDLER
OneToManyHandler
for handling 1:n WAREHOUSEBINENTRIES's relation attributes from 'many' side.protected static BidirectionalOneToManyHandler<GeneratedWarehouseBin>
WAREHOUSEHANDLER
BidirectionalOneToManyHandler
for handling 1:n WAREHOUSE's relation attributes from 'one' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedWarehouseBin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Addsvalue
to destinationWarehouseTransferEntries.void
addToDestinationWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Addsvalue
to destinationWarehouseTransferEntries.void
addToSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Addsvalue
to sourceWarehouseTransferEntries.void
addToSourceWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Addsvalue
to sourceWarehouseTransferEntries.void
addToWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)
Generated method - Addsvalue
to warehouseBinEntries.void
addToWarehouseBinEntries(WarehouseBinEntry value)
Generated method - Addsvalue
to warehouseBinEntries.protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.lang.String
getCode()
Generated method - Getter of theWarehouseBin.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theWarehouseBin.code
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Set<WarehouseTransferEntry>
getDestinationWarehouseTransferEntries()
Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.java.util.Set<WarehouseTransferEntry>
getDestinationWarehouseTransferEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.java.lang.Integer
getMaxEntries()
Generated method - Getter of theWarehouseBin.maxEntries
attribute.java.lang.Integer
getMaxEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.maxEntries
attribute.int
getMaxEntriesAsPrimitive()
Generated method - Getter of theWarehouseBin.maxEntries
attribute.int
getMaxEntriesAsPrimitive(SessionContext ctx)
Generated method - Getter of theWarehouseBin.maxEntries
attribute.java.lang.String
getPosition()
Generated method - Getter of theWarehouseBin.position
attribute.java.lang.String
getPosition(SessionContext ctx)
Generated method - Getter of theWarehouseBin.position
attribute.java.lang.String
getRow()
Generated method - Getter of theWarehouseBin.row
attribute.java.lang.String
getRow(SessionContext ctx)
Generated method - Getter of theWarehouseBin.row
attribute.java.util.Set<WarehouseTransferEntry>
getSourceWarehouseTransferEntries()
Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.java.util.Set<WarehouseTransferEntry>
getSourceWarehouseTransferEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.java.lang.Double
getVolume()
Generated method - Getter of theWarehouseBin.volume
attribute.java.lang.Double
getVolume(SessionContext ctx)
Generated method - Getter of theWarehouseBin.volume
attribute.double
getVolumeAsPrimitive()
Generated method - Getter of theWarehouseBin.volume
attribute.double
getVolumeAsPrimitive(SessionContext ctx)
Generated method - Getter of theWarehouseBin.volume
attribute.Warehouse
getWarehouse()
Generated method - Getter of theWarehouseBin.warehouse
attribute.Warehouse
getWarehouse(SessionContext ctx)
Generated method - Getter of theWarehouseBin.warehouse
attribute.java.util.Set<WarehouseBinEntry>
getWarehouseBinEntries()
Generated method - Getter of theWarehouseBin.warehouseBinEntries
attribute.java.util.Set<WarehouseBinEntry>
getWarehouseBinEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.warehouseBinEntries
attribute.void
removeFromDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Removesvalue
from destinationWarehouseTransferEntries.void
removeFromDestinationWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Removesvalue
from destinationWarehouseTransferEntries.void
removeFromSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Removesvalue
from sourceWarehouseTransferEntries.void
removeFromSourceWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Removesvalue
from sourceWarehouseTransferEntries.void
removeFromWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)
Generated method - Removesvalue
from warehouseBinEntries.void
removeFromWarehouseBinEntries(WarehouseBinEntry value)
Generated method - Removesvalue
from warehouseBinEntries.void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.code
attribute.void
setCode(java.lang.String value)
Generated method - Setter of theWarehouseBin.code
attribute.void
setDestinationWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.void
setDestinationWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.void
setMaxEntries(int value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.void
setMaxEntries(SessionContext ctx, int value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.void
setMaxEntries(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.void
setMaxEntries(java.lang.Integer value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.void
setPosition(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.position
attribute.void
setPosition(java.lang.String value)
Generated method - Setter of theWarehouseBin.position
attribute.void
setRow(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.row
attribute.void
setRow(java.lang.String value)
Generated method - Setter of theWarehouseBin.row
attribute.void
setSourceWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.void
setSourceWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.void
setVolume(double value)
Generated method - Setter of theWarehouseBin.volume
attribute.void
setVolume(SessionContext ctx, double value)
Generated method - Setter of theWarehouseBin.volume
attribute.void
setVolume(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theWarehouseBin.volume
attribute.void
setVolume(java.lang.Double value)
Generated method - Setter of theWarehouseBin.volume
attribute.void
setWarehouse(SessionContext ctx, Warehouse value)
Generated method - Setter of theWarehouseBin.warehouse
attribute.void
setWarehouse(Warehouse value)
Generated method - Setter of theWarehouseBin.warehouse
attribute.void
setWarehouseBinEntries(SessionContext ctx, java.util.Set<WarehouseBinEntry> value)
Generated method - Setter of theWarehouseBin.warehouseBinEntries
attribute.void
setWarehouseBinEntries(java.util.Set<WarehouseBinEntry> value)
Generated method - Setter of theWarehouseBin.warehouseBinEntries
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theWarehouseBin.code
attribute- See Also:
- Constant Field Values
-
VOLUME
public static final java.lang.String VOLUME
Qualifier of theWarehouseBin.volume
attribute- See Also:
- Constant Field Values
-
MAXENTRIES
public static final java.lang.String MAXENTRIES
Qualifier of theWarehouseBin.maxEntries
attribute- See Also:
- Constant Field Values
-
ROW
public static final java.lang.String ROW
Qualifier of theWarehouseBin.row
attribute- See Also:
- Constant Field Values
-
POSITION
public static final java.lang.String POSITION
Qualifier of theWarehouseBin.position
attribute- See Also:
- Constant Field Values
-
WAREHOUSE
public static final java.lang.String WAREHOUSE
Qualifier of theWarehouseBin.warehouse
attribute- See Also:
- Constant Field Values
-
WAREHOUSEBINENTRIES
public static final java.lang.String WAREHOUSEBINENTRIES
Qualifier of theWarehouseBin.warehouseBinEntries
attribute- See Also:
- Constant Field Values
-
SOURCEWAREHOUSETRANSFERENTRIES
public static final java.lang.String SOURCEWAREHOUSETRANSFERENTRIES
Qualifier of theWarehouseBin.sourceWarehouseTransferEntries
attribute- See Also:
- Constant Field Values
-
DESTINATIONWAREHOUSETRANSFERENTRIES
public static final java.lang.String DESTINATIONWAREHOUSETRANSFERENTRIES
Qualifier of theWarehouseBin.destinationWarehouseTransferEntries
attribute- See Also:
- Constant Field Values
-
WAREHOUSEHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedWarehouseBin> WAREHOUSEHANDLER
BidirectionalOneToManyHandler
for handling 1:n WAREHOUSE's relation attributes from 'one' side.
-
WAREHOUSEBINENTRIESHANDLER
protected static final OneToManyHandler<WarehouseBinEntry> WAREHOUSEBINENTRIESHANDLER
OneToManyHandler
for handling 1:n WAREHOUSEBINENTRIES's relation attributes from 'many' side.
-
SOURCEWAREHOUSETRANSFERENTRIESHANDLER
protected static final OneToManyHandler<WarehouseTransferEntry> SOURCEWAREHOUSETRANSFERENTRIESHANDLER
OneToManyHandler
for handling 1:n SOURCEWAREHOUSETRANSFERENTRIES's relation attributes from 'many' side.
-
DESTINATIONWAREHOUSETRANSFERENTRIESHANDLER
protected static final OneToManyHandler<WarehouseTransferEntry> DESTINATIONWAREHOUSETRANSFERENTRIESHANDLER
OneToManyHandler
for handling 1:n DESTINATIONWAREHOUSETRANSFERENTRIES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theWarehouseBin.code
attribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theWarehouseBin.code
attribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.code
attribute.- Parameters:
value
- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theWarehouseBin.code
attribute.- Parameters:
value
- the code
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getDestinationWarehouseTransferEntries
public java.util.Set<WarehouseTransferEntry> getDestinationWarehouseTransferEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.- Returns:
- the destinationWarehouseTransferEntries
-
getDestinationWarehouseTransferEntries
public java.util.Set<WarehouseTransferEntry> getDestinationWarehouseTransferEntries()
Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.- Returns:
- the destinationWarehouseTransferEntries
-
setDestinationWarehouseTransferEntries
public void setDestinationWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.- Parameters:
value
- the destinationWarehouseTransferEntries
-
setDestinationWarehouseTransferEntries
public void setDestinationWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntries
attribute.- Parameters:
value
- the destinationWarehouseTransferEntries
-
addToDestinationWarehouseTransferEntries
public void addToDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Addsvalue
to destinationWarehouseTransferEntries.- Parameters:
value
- the item to add to destinationWarehouseTransferEntries
-
addToDestinationWarehouseTransferEntries
public void addToDestinationWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Addsvalue
to destinationWarehouseTransferEntries.- Parameters:
value
- the item to add to destinationWarehouseTransferEntries
-
removeFromDestinationWarehouseTransferEntries
public void removeFromDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Removesvalue
from destinationWarehouseTransferEntries.- Parameters:
value
- the item to remove from destinationWarehouseTransferEntries
-
removeFromDestinationWarehouseTransferEntries
public void removeFromDestinationWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Removesvalue
from destinationWarehouseTransferEntries.- Parameters:
value
- the item to remove from destinationWarehouseTransferEntries
-
getMaxEntries
public java.lang.Integer getMaxEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.maxEntries
attribute.- Returns:
- the maxEntries
-
getMaxEntries
public java.lang.Integer getMaxEntries()
Generated method - Getter of theWarehouseBin.maxEntries
attribute.- Returns:
- the maxEntries
-
getMaxEntriesAsPrimitive
public int getMaxEntriesAsPrimitive(SessionContext ctx)
Generated method - Getter of theWarehouseBin.maxEntries
attribute.- Returns:
- the maxEntries
-
getMaxEntriesAsPrimitive
public int getMaxEntriesAsPrimitive()
Generated method - Getter of theWarehouseBin.maxEntries
attribute.- Returns:
- the maxEntries
-
setMaxEntries
public void setMaxEntries(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.- Parameters:
value
- the maxEntries
-
setMaxEntries
public void setMaxEntries(java.lang.Integer value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.- Parameters:
value
- the maxEntries
-
setMaxEntries
public void setMaxEntries(SessionContext ctx, int value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.- Parameters:
value
- the maxEntries
-
setMaxEntries
public void setMaxEntries(int value)
Generated method - Setter of theWarehouseBin.maxEntries
attribute.- Parameters:
value
- the maxEntries
-
getPosition
public java.lang.String getPosition(SessionContext ctx)
Generated method - Getter of theWarehouseBin.position
attribute.- Returns:
- the position
-
getPosition
public java.lang.String getPosition()
Generated method - Getter of theWarehouseBin.position
attribute.- Returns:
- the position
-
setPosition
public void setPosition(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.position
attribute.- Parameters:
value
- the position
-
setPosition
public void setPosition(java.lang.String value)
Generated method - Setter of theWarehouseBin.position
attribute.- Parameters:
value
- the position
-
getRow
public java.lang.String getRow(SessionContext ctx)
Generated method - Getter of theWarehouseBin.row
attribute.- Returns:
- the row
-
getRow
public java.lang.String getRow()
Generated method - Getter of theWarehouseBin.row
attribute.- Returns:
- the row
-
setRow
public void setRow(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.row
attribute.- Parameters:
value
- the row
-
setRow
public void setRow(java.lang.String value)
Generated method - Setter of theWarehouseBin.row
attribute.- Parameters:
value
- the row
-
getSourceWarehouseTransferEntries
public java.util.Set<WarehouseTransferEntry> getSourceWarehouseTransferEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.- Returns:
- the sourceWarehouseTransferEntries
-
getSourceWarehouseTransferEntries
public java.util.Set<WarehouseTransferEntry> getSourceWarehouseTransferEntries()
Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.- Returns:
- the sourceWarehouseTransferEntries
-
setSourceWarehouseTransferEntries
public void setSourceWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.- Parameters:
value
- the sourceWarehouseTransferEntries
-
setSourceWarehouseTransferEntries
public void setSourceWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntries
attribute.- Parameters:
value
- the sourceWarehouseTransferEntries
-
addToSourceWarehouseTransferEntries
public void addToSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Addsvalue
to sourceWarehouseTransferEntries.- Parameters:
value
- the item to add to sourceWarehouseTransferEntries
-
addToSourceWarehouseTransferEntries
public void addToSourceWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Addsvalue
to sourceWarehouseTransferEntries.- Parameters:
value
- the item to add to sourceWarehouseTransferEntries
-
removeFromSourceWarehouseTransferEntries
public void removeFromSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Removesvalue
from sourceWarehouseTransferEntries.- Parameters:
value
- the item to remove from sourceWarehouseTransferEntries
-
removeFromSourceWarehouseTransferEntries
public void removeFromSourceWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Removesvalue
from sourceWarehouseTransferEntries.- Parameters:
value
- the item to remove from sourceWarehouseTransferEntries
-
getVolume
public java.lang.Double getVolume(SessionContext ctx)
Generated method - Getter of theWarehouseBin.volume
attribute.- Returns:
- the volume
-
getVolume
public java.lang.Double getVolume()
Generated method - Getter of theWarehouseBin.volume
attribute.- Returns:
- the volume
-
getVolumeAsPrimitive
public double getVolumeAsPrimitive(SessionContext ctx)
Generated method - Getter of theWarehouseBin.volume
attribute.- Returns:
- the volume
-
getVolumeAsPrimitive
public double getVolumeAsPrimitive()
Generated method - Getter of theWarehouseBin.volume
attribute.- Returns:
- the volume
-
setVolume
public void setVolume(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theWarehouseBin.volume
attribute.- Parameters:
value
- the volume
-
setVolume
public void setVolume(java.lang.Double value)
Generated method - Setter of theWarehouseBin.volume
attribute.- Parameters:
value
- the volume
-
setVolume
public void setVolume(SessionContext ctx, double value)
Generated method - Setter of theWarehouseBin.volume
attribute.- Parameters:
value
- the volume
-
setVolume
public void setVolume(double value)
Generated method - Setter of theWarehouseBin.volume
attribute.- Parameters:
value
- the volume
-
getWarehouse
public Warehouse getWarehouse(SessionContext ctx)
Generated method - Getter of theWarehouseBin.warehouse
attribute.- Returns:
- the warehouse
-
getWarehouse
public Warehouse getWarehouse()
Generated method - Getter of theWarehouseBin.warehouse
attribute.- Returns:
- the warehouse
-
setWarehouse
public void setWarehouse(SessionContext ctx, Warehouse value)
Generated method - Setter of theWarehouseBin.warehouse
attribute.- Parameters:
value
- the warehouse
-
setWarehouse
public void setWarehouse(Warehouse value)
Generated method - Setter of theWarehouseBin.warehouse
attribute.- Parameters:
value
- the warehouse
-
getWarehouseBinEntries
public java.util.Set<WarehouseBinEntry> getWarehouseBinEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.warehouseBinEntries
attribute.- Returns:
- the warehouseBinEntries
-
getWarehouseBinEntries
public java.util.Set<WarehouseBinEntry> getWarehouseBinEntries()
Generated method - Getter of theWarehouseBin.warehouseBinEntries
attribute.- Returns:
- the warehouseBinEntries
-
setWarehouseBinEntries
public void setWarehouseBinEntries(SessionContext ctx, java.util.Set<WarehouseBinEntry> value)
Generated method - Setter of theWarehouseBin.warehouseBinEntries
attribute.- Parameters:
value
- the warehouseBinEntries
-
setWarehouseBinEntries
public void setWarehouseBinEntries(java.util.Set<WarehouseBinEntry> value)
Generated method - Setter of theWarehouseBin.warehouseBinEntries
attribute.- Parameters:
value
- the warehouseBinEntries
-
addToWarehouseBinEntries
public void addToWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)
Generated method - Addsvalue
to warehouseBinEntries.- Parameters:
value
- the item to add to warehouseBinEntries
-
addToWarehouseBinEntries
public void addToWarehouseBinEntries(WarehouseBinEntry value)
Generated method - Addsvalue
to warehouseBinEntries.- Parameters:
value
- the item to add to warehouseBinEntries
-
removeFromWarehouseBinEntries
public void removeFromWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)
Generated method - Removesvalue
from warehouseBinEntries.- Parameters:
value
- the item to remove from warehouseBinEntries
-
removeFromWarehouseBinEntries
public void removeFromWarehouseBinEntries(WarehouseBinEntry value)
Generated method - Removesvalue
from warehouseBinEntries.- Parameters:
value
- the item to remove from warehouseBinEntries
-
-