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.StringCODEQualifier of theWarehouseBin.codeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDESTINATIONWAREHOUSETRANSFERENTRIESQualifier of theWarehouseBin.destinationWarehouseTransferEntriesattributeprotected static OneToManyHandler<WarehouseTransferEntry>DESTINATIONWAREHOUSETRANSFERENTRIESHANDLEROneToManyHandlerfor handling 1:n DESTINATIONWAREHOUSETRANSFERENTRIES's relation attributes from 'many' side.static java.lang.StringMAXENTRIESQualifier of theWarehouseBin.maxEntriesattributestatic java.lang.StringPOSITIONQualifier of theWarehouseBin.positionattributestatic java.lang.StringROWQualifier of theWarehouseBin.rowattributestatic java.lang.StringSOURCEWAREHOUSETRANSFERENTRIESQualifier of theWarehouseBin.sourceWarehouseTransferEntriesattributeprotected static OneToManyHandler<WarehouseTransferEntry>SOURCEWAREHOUSETRANSFERENTRIESHANDLEROneToManyHandlerfor handling 1:n SOURCEWAREHOUSETRANSFERENTRIES's relation attributes from 'many' side.static java.lang.StringVOLUMEQualifier of theWarehouseBin.volumeattributestatic java.lang.StringWAREHOUSEQualifier of theWarehouseBin.warehouseattributestatic java.lang.StringWAREHOUSEBINENTRIESQualifier of theWarehouseBin.warehouseBinEntriesattributeprotected static OneToManyHandler<WarehouseBinEntry>WAREHOUSEBINENTRIESHANDLEROneToManyHandlerfor handling 1:n WAREHOUSEBINENTRIES's relation attributes from 'many' side.protected static BidirectionalOneToManyHandler<GeneratedWarehouseBin>WAREHOUSEHANDLERBidirectionalOneToManyHandlerfor 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 voidaddToDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)Generated method - Addsvalueto destinationWarehouseTransferEntries.voidaddToDestinationWarehouseTransferEntries(WarehouseTransferEntry value)Generated method - Addsvalueto destinationWarehouseTransferEntries.voidaddToSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)Generated method - Addsvalueto sourceWarehouseTransferEntries.voidaddToSourceWarehouseTransferEntries(WarehouseTransferEntry value)Generated method - Addsvalueto sourceWarehouseTransferEntries.voidaddToWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)Generated method - Addsvalueto warehouseBinEntries.voidaddToWarehouseBinEntries(WarehouseBinEntry value)Generated method - Addsvalueto warehouseBinEntries.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.java.lang.StringgetCode()Generated method - Getter of theWarehouseBin.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theWarehouseBin.codeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.Set<WarehouseTransferEntry>getDestinationWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntriesattribute.java.util.Set<WarehouseTransferEntry>getDestinationWarehouseTransferEntries(SessionContext ctx)Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntriesattribute.java.lang.IntegergetMaxEntries()Generated method - Getter of theWarehouseBin.maxEntriesattribute.java.lang.IntegergetMaxEntries(SessionContext ctx)Generated method - Getter of theWarehouseBin.maxEntriesattribute.intgetMaxEntriesAsPrimitive()Generated method - Getter of theWarehouseBin.maxEntriesattribute.intgetMaxEntriesAsPrimitive(SessionContext ctx)Generated method - Getter of theWarehouseBin.maxEntriesattribute.java.lang.StringgetPosition()Generated method - Getter of theWarehouseBin.positionattribute.java.lang.StringgetPosition(SessionContext ctx)Generated method - Getter of theWarehouseBin.positionattribute.java.lang.StringgetRow()Generated method - Getter of theWarehouseBin.rowattribute.java.lang.StringgetRow(SessionContext ctx)Generated method - Getter of theWarehouseBin.rowattribute.java.util.Set<WarehouseTransferEntry>getSourceWarehouseTransferEntries()Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.java.util.Set<WarehouseTransferEntry>getSourceWarehouseTransferEntries(SessionContext ctx)Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.java.lang.DoublegetVolume()Generated method - Getter of theWarehouseBin.volumeattribute.java.lang.DoublegetVolume(SessionContext ctx)Generated method - Getter of theWarehouseBin.volumeattribute.doublegetVolumeAsPrimitive()Generated method - Getter of theWarehouseBin.volumeattribute.doublegetVolumeAsPrimitive(SessionContext ctx)Generated method - Getter of theWarehouseBin.volumeattribute.WarehousegetWarehouse()Generated method - Getter of theWarehouseBin.warehouseattribute.WarehousegetWarehouse(SessionContext ctx)Generated method - Getter of theWarehouseBin.warehouseattribute.java.util.Set<WarehouseBinEntry>getWarehouseBinEntries()Generated method - Getter of theWarehouseBin.warehouseBinEntriesattribute.java.util.Set<WarehouseBinEntry>getWarehouseBinEntries(SessionContext ctx)Generated method - Getter of theWarehouseBin.warehouseBinEntriesattribute.voidremoveFromDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)Generated method - Removesvaluefrom destinationWarehouseTransferEntries.voidremoveFromDestinationWarehouseTransferEntries(WarehouseTransferEntry value)Generated method - Removesvaluefrom destinationWarehouseTransferEntries.voidremoveFromSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)Generated method - Removesvaluefrom sourceWarehouseTransferEntries.voidremoveFromSourceWarehouseTransferEntries(WarehouseTransferEntry value)Generated method - Removesvaluefrom sourceWarehouseTransferEntries.voidremoveFromWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)Generated method - Removesvaluefrom warehouseBinEntries.voidremoveFromWarehouseBinEntries(WarehouseBinEntry value)Generated method - Removesvaluefrom warehouseBinEntries.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theWarehouseBin.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of theWarehouseBin.codeattribute.voidsetDestinationWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntriesattribute.voidsetDestinationWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntriesattribute.voidsetMaxEntries(int value)Generated method - Setter of theWarehouseBin.maxEntriesattribute.voidsetMaxEntries(SessionContext ctx, int value)Generated method - Setter of theWarehouseBin.maxEntriesattribute.voidsetMaxEntries(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theWarehouseBin.maxEntriesattribute.voidsetMaxEntries(java.lang.Integer value)Generated method - Setter of theWarehouseBin.maxEntriesattribute.voidsetPosition(SessionContext ctx, java.lang.String value)Generated method - Setter of theWarehouseBin.positionattribute.voidsetPosition(java.lang.String value)Generated method - Setter of theWarehouseBin.positionattribute.voidsetRow(SessionContext ctx, java.lang.String value)Generated method - Setter of theWarehouseBin.rowattribute.voidsetRow(java.lang.String value)Generated method - Setter of theWarehouseBin.rowattribute.voidsetSourceWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.voidsetSourceWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.voidsetVolume(double value)Generated method - Setter of theWarehouseBin.volumeattribute.voidsetVolume(SessionContext ctx, double value)Generated method - Setter of theWarehouseBin.volumeattribute.voidsetVolume(SessionContext ctx, java.lang.Double value)Generated method - Setter of theWarehouseBin.volumeattribute.voidsetVolume(java.lang.Double value)Generated method - Setter of theWarehouseBin.volumeattribute.voidsetWarehouse(SessionContext ctx, Warehouse value)Generated method - Setter of theWarehouseBin.warehouseattribute.voidsetWarehouse(Warehouse value)Generated method - Setter of theWarehouseBin.warehouseattribute.voidsetWarehouseBinEntries(SessionContext ctx, java.util.Set<WarehouseBinEntry> value)Generated method - Setter of theWarehouseBin.warehouseBinEntriesattribute.voidsetWarehouseBinEntries(java.util.Set<WarehouseBinEntry> value)Generated method - Setter of theWarehouseBin.warehouseBinEntriesattribute.-
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.codeattribute- See Also:
- Constant Field Values
-
VOLUME
public static final java.lang.String VOLUME
Qualifier of theWarehouseBin.volumeattribute- See Also:
- Constant Field Values
-
MAXENTRIES
public static final java.lang.String MAXENTRIES
Qualifier of theWarehouseBin.maxEntriesattribute- See Also:
- Constant Field Values
-
ROW
public static final java.lang.String ROW
Qualifier of theWarehouseBin.rowattribute- See Also:
- Constant Field Values
-
POSITION
public static final java.lang.String POSITION
Qualifier of theWarehouseBin.positionattribute- See Also:
- Constant Field Values
-
WAREHOUSE
public static final java.lang.String WAREHOUSE
Qualifier of theWarehouseBin.warehouseattribute- See Also:
- Constant Field Values
-
WAREHOUSEBINENTRIES
public static final java.lang.String WAREHOUSEBINENTRIES
Qualifier of theWarehouseBin.warehouseBinEntriesattribute- See Also:
- Constant Field Values
-
SOURCEWAREHOUSETRANSFERENTRIES
public static final java.lang.String SOURCEWAREHOUSETRANSFERENTRIES
Qualifier of theWarehouseBin.sourceWarehouseTransferEntriesattribute- See Also:
- Constant Field Values
-
DESTINATIONWAREHOUSETRANSFERENTRIES
public static final java.lang.String DESTINATIONWAREHOUSETRANSFERENTRIES
Qualifier of theWarehouseBin.destinationWarehouseTransferEntriesattribute- See Also:
- Constant Field Values
-
WAREHOUSEHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedWarehouseBin> WAREHOUSEHANDLER
BidirectionalOneToManyHandlerfor handling 1:n WAREHOUSE's relation attributes from 'one' side.
-
WAREHOUSEBINENTRIESHANDLER
protected static final OneToManyHandler<WarehouseBinEntry> WAREHOUSEBINENTRIESHANDLER
OneToManyHandlerfor handling 1:n WAREHOUSEBINENTRIES's relation attributes from 'many' side.
-
SOURCEWAREHOUSETRANSFERENTRIESHANDLER
protected static final OneToManyHandler<WarehouseTransferEntry> SOURCEWAREHOUSETRANSFERENTRIESHANDLER
OneToManyHandlerfor handling 1:n SOURCEWAREHOUSETRANSFERENTRIES's relation attributes from 'many' side.
-
DESTINATIONWAREHOUSETRANSFERENTRIESHANDLER
protected static final OneToManyHandler<WarehouseTransferEntry> DESTINATIONWAREHOUSETRANSFERENTRIESHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theWarehouseBin.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theWarehouseBin.codeattribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.codeattribute.- Parameters:
value- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theWarehouseBin.codeattribute.- Parameters:
value- the code
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas 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:
createItemin 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.destinationWarehouseTransferEntriesattribute.- Returns:
- the destinationWarehouseTransferEntries
-
getDestinationWarehouseTransferEntries
public java.util.Set<WarehouseTransferEntry> getDestinationWarehouseTransferEntries()
Generated method - Getter of theWarehouseBin.destinationWarehouseTransferEntriesattribute.- Returns:
- the destinationWarehouseTransferEntries
-
setDestinationWarehouseTransferEntries
public void setDestinationWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntriesattribute.- Parameters:
value- the destinationWarehouseTransferEntries
-
setDestinationWarehouseTransferEntries
public void setDestinationWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.destinationWarehouseTransferEntriesattribute.- Parameters:
value- the destinationWarehouseTransferEntries
-
addToDestinationWarehouseTransferEntries
public void addToDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Addsvalueto destinationWarehouseTransferEntries.- Parameters:
value- the item to add to destinationWarehouseTransferEntries
-
addToDestinationWarehouseTransferEntries
public void addToDestinationWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Addsvalueto destinationWarehouseTransferEntries.- Parameters:
value- the item to add to destinationWarehouseTransferEntries
-
removeFromDestinationWarehouseTransferEntries
public void removeFromDestinationWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Removesvaluefrom destinationWarehouseTransferEntries.- Parameters:
value- the item to remove from destinationWarehouseTransferEntries
-
removeFromDestinationWarehouseTransferEntries
public void removeFromDestinationWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Removesvaluefrom destinationWarehouseTransferEntries.- Parameters:
value- the item to remove from destinationWarehouseTransferEntries
-
getMaxEntries
public java.lang.Integer getMaxEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.maxEntriesattribute.- Returns:
- the maxEntries
-
getMaxEntries
public java.lang.Integer getMaxEntries()
Generated method - Getter of theWarehouseBin.maxEntriesattribute.- Returns:
- the maxEntries
-
getMaxEntriesAsPrimitive
public int getMaxEntriesAsPrimitive(SessionContext ctx)
Generated method - Getter of theWarehouseBin.maxEntriesattribute.- Returns:
- the maxEntries
-
getMaxEntriesAsPrimitive
public int getMaxEntriesAsPrimitive()
Generated method - Getter of theWarehouseBin.maxEntriesattribute.- Returns:
- the maxEntries
-
setMaxEntries
public void setMaxEntries(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theWarehouseBin.maxEntriesattribute.- Parameters:
value- the maxEntries
-
setMaxEntries
public void setMaxEntries(java.lang.Integer value)
Generated method - Setter of theWarehouseBin.maxEntriesattribute.- Parameters:
value- the maxEntries
-
setMaxEntries
public void setMaxEntries(SessionContext ctx, int value)
Generated method - Setter of theWarehouseBin.maxEntriesattribute.- Parameters:
value- the maxEntries
-
setMaxEntries
public void setMaxEntries(int value)
Generated method - Setter of theWarehouseBin.maxEntriesattribute.- Parameters:
value- the maxEntries
-
getPosition
public java.lang.String getPosition(SessionContext ctx)
Generated method - Getter of theWarehouseBin.positionattribute.- Returns:
- the position
-
getPosition
public java.lang.String getPosition()
Generated method - Getter of theWarehouseBin.positionattribute.- Returns:
- the position
-
setPosition
public void setPosition(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.positionattribute.- Parameters:
value- the position
-
setPosition
public void setPosition(java.lang.String value)
Generated method - Setter of theWarehouseBin.positionattribute.- Parameters:
value- the position
-
getRow
public java.lang.String getRow(SessionContext ctx)
Generated method - Getter of theWarehouseBin.rowattribute.- Returns:
- the row
-
getRow
public java.lang.String getRow()
Generated method - Getter of theWarehouseBin.rowattribute.- Returns:
- the row
-
setRow
public void setRow(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWarehouseBin.rowattribute.- Parameters:
value- the row
-
setRow
public void setRow(java.lang.String value)
Generated method - Setter of theWarehouseBin.rowattribute.- Parameters:
value- the row
-
getSourceWarehouseTransferEntries
public java.util.Set<WarehouseTransferEntry> getSourceWarehouseTransferEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.- Returns:
- the sourceWarehouseTransferEntries
-
getSourceWarehouseTransferEntries
public java.util.Set<WarehouseTransferEntry> getSourceWarehouseTransferEntries()
Generated method - Getter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.- Returns:
- the sourceWarehouseTransferEntries
-
setSourceWarehouseTransferEntries
public void setSourceWarehouseTransferEntries(SessionContext ctx, java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.- Parameters:
value- the sourceWarehouseTransferEntries
-
setSourceWarehouseTransferEntries
public void setSourceWarehouseTransferEntries(java.util.Set<WarehouseTransferEntry> value)
Generated method - Setter of theWarehouseBin.sourceWarehouseTransferEntriesattribute.- Parameters:
value- the sourceWarehouseTransferEntries
-
addToSourceWarehouseTransferEntries
public void addToSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Addsvalueto sourceWarehouseTransferEntries.- Parameters:
value- the item to add to sourceWarehouseTransferEntries
-
addToSourceWarehouseTransferEntries
public void addToSourceWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Addsvalueto sourceWarehouseTransferEntries.- Parameters:
value- the item to add to sourceWarehouseTransferEntries
-
removeFromSourceWarehouseTransferEntries
public void removeFromSourceWarehouseTransferEntries(SessionContext ctx, WarehouseTransferEntry value)
Generated method - Removesvaluefrom sourceWarehouseTransferEntries.- Parameters:
value- the item to remove from sourceWarehouseTransferEntries
-
removeFromSourceWarehouseTransferEntries
public void removeFromSourceWarehouseTransferEntries(WarehouseTransferEntry value)
Generated method - Removesvaluefrom sourceWarehouseTransferEntries.- Parameters:
value- the item to remove from sourceWarehouseTransferEntries
-
getVolume
public java.lang.Double getVolume(SessionContext ctx)
Generated method - Getter of theWarehouseBin.volumeattribute.- Returns:
- the volume
-
getVolume
public java.lang.Double getVolume()
Generated method - Getter of theWarehouseBin.volumeattribute.- Returns:
- the volume
-
getVolumeAsPrimitive
public double getVolumeAsPrimitive(SessionContext ctx)
Generated method - Getter of theWarehouseBin.volumeattribute.- Returns:
- the volume
-
getVolumeAsPrimitive
public double getVolumeAsPrimitive()
Generated method - Getter of theWarehouseBin.volumeattribute.- Returns:
- the volume
-
setVolume
public void setVolume(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theWarehouseBin.volumeattribute.- Parameters:
value- the volume
-
setVolume
public void setVolume(java.lang.Double value)
Generated method - Setter of theWarehouseBin.volumeattribute.- Parameters:
value- the volume
-
setVolume
public void setVolume(SessionContext ctx, double value)
Generated method - Setter of theWarehouseBin.volumeattribute.- Parameters:
value- the volume
-
setVolume
public void setVolume(double value)
Generated method - Setter of theWarehouseBin.volumeattribute.- Parameters:
value- the volume
-
getWarehouse
public Warehouse getWarehouse(SessionContext ctx)
Generated method - Getter of theWarehouseBin.warehouseattribute.- Returns:
- the warehouse
-
getWarehouse
public Warehouse getWarehouse()
Generated method - Getter of theWarehouseBin.warehouseattribute.- Returns:
- the warehouse
-
setWarehouse
public void setWarehouse(SessionContext ctx, Warehouse value)
Generated method - Setter of theWarehouseBin.warehouseattribute.- Parameters:
value- the warehouse
-
setWarehouse
public void setWarehouse(Warehouse value)
Generated method - Setter of theWarehouseBin.warehouseattribute.- Parameters:
value- the warehouse
-
getWarehouseBinEntries
public java.util.Set<WarehouseBinEntry> getWarehouseBinEntries(SessionContext ctx)
Generated method - Getter of theWarehouseBin.warehouseBinEntriesattribute.- Returns:
- the warehouseBinEntries
-
getWarehouseBinEntries
public java.util.Set<WarehouseBinEntry> getWarehouseBinEntries()
Generated method - Getter of theWarehouseBin.warehouseBinEntriesattribute.- Returns:
- the warehouseBinEntries
-
setWarehouseBinEntries
public void setWarehouseBinEntries(SessionContext ctx, java.util.Set<WarehouseBinEntry> value)
Generated method - Setter of theWarehouseBin.warehouseBinEntriesattribute.- Parameters:
value- the warehouseBinEntries
-
setWarehouseBinEntries
public void setWarehouseBinEntries(java.util.Set<WarehouseBinEntry> value)
Generated method - Setter of theWarehouseBin.warehouseBinEntriesattribute.- Parameters:
value- the warehouseBinEntries
-
addToWarehouseBinEntries
public void addToWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)
Generated method - Addsvalueto warehouseBinEntries.- Parameters:
value- the item to add to warehouseBinEntries
-
addToWarehouseBinEntries
public void addToWarehouseBinEntries(WarehouseBinEntry value)
Generated method - Addsvalueto warehouseBinEntries.- Parameters:
value- the item to add to warehouseBinEntries
-
removeFromWarehouseBinEntries
public void removeFromWarehouseBinEntries(SessionContext ctx, WarehouseBinEntry value)
Generated method - Removesvaluefrom warehouseBinEntries.- Parameters:
value- the item to remove from warehouseBinEntries
-
removeFromWarehouseBinEntries
public void removeFromWarehouseBinEntries(WarehouseBinEntry value)
Generated method - Removesvaluefrom warehouseBinEntries.- Parameters:
value- the item to remove from warehouseBinEntries
-
-