Class LocationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.warehouse.common.transfer.LocationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationTransfer
(WarehouseTransfer warehouse, String locationName, LocationTypeTransfer locationType, LocationUseTypeTransfer locationUseType, Integer velocity, InventoryLocationGroupTransfer inventoryLocationGroup, String description, WorkflowEntityStatusTransfer locationStatus) Creates a new instance of LocationTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setInventoryLocationGroup
(InventoryLocationGroupTransfer inventoryLocationGroup) void
setLocationCapacities
(ListWrapper<LocationCapacityTransfer> locationCapacities) void
setLocationName
(String locationName) void
setLocationStatus
(WorkflowEntityStatusTransfer locationStatus) void
setLocationType
(LocationTypeTransfer locationType) void
setLocationUseType
(LocationUseTypeTransfer locationUseType) void
setLocationVolume
(LocationVolumeTransfer locationVolume) void
setVelocity
(Integer velocity) void
setWarehouse
(WarehouseTransfer warehouse) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
LocationTransfer
public LocationTransfer(WarehouseTransfer warehouse, String locationName, LocationTypeTransfer locationType, LocationUseTypeTransfer locationUseType, Integer velocity, InventoryLocationGroupTransfer inventoryLocationGroup, String description, WorkflowEntityStatusTransfer locationStatus) Creates a new instance of LocationTransfer
-
-
Method Details
-
getWarehouse
-
setWarehouse
-
getLocationName
-
setLocationName
-
getLocationType
-
setLocationType
-
getLocationUseType
-
setLocationUseType
-
getVelocity
-
setVelocity
-
getInventoryLocationGroup
-
setInventoryLocationGroup
-
getDescription
-
setDescription
-
getLocationStatus
-
setLocationStatus
-
getLocationCapacities
-
setLocationCapacities
-
getLocationVolume
-
setLocationVolume
-