Class LocationCapacityTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.warehouse.common.transfer.LocationCapacityTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationCapacityTransfer
(LocationTransfer location, UnitOfMeasureTypeTransfer unitOfMeasureType, Long capacity) Creates a new instance of LocationCapacityTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCapacity
(Long capacity) void
setLocation
(LocationTransfer location) void
setUnitOfMeasureType
(UnitOfMeasureTypeTransfer unitOfMeasureType) 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
-
LocationCapacityTransfer
public LocationCapacityTransfer(LocationTransfer location, UnitOfMeasureTypeTransfer unitOfMeasureType, Long capacity) Creates a new instance of LocationCapacityTransfer
-
-
Method Details
-
getLocation
-
setLocation
-
getUnitOfMeasureType
-
setUnitOfMeasureType
-
getCapacity
-
setCapacity
-