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 TypeMethodDescriptionvoidsetDescription(String description) voidsetInventoryLocationGroup(InventoryLocationGroupTransfer inventoryLocationGroup) voidsetLocationCapacities(ListWrapper<LocationCapacityTransfer> locationCapacities) voidsetLocationName(String locationName) voidsetLocationStatus(WorkflowEntityStatusTransfer locationStatus) voidsetLocationType(LocationTypeTransfer locationType) voidsetLocationUseType(LocationUseTypeTransfer locationUseType) voidsetLocationVolume(LocationVolumeTransfer locationVolume) voidsetVelocity(Integer velocity) voidsetWarehouse(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
-