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 TypeMethodDescriptionvoidsetCapacity(Long capacity) voidsetLocation(LocationTransfer location) voidsetUnitOfMeasureType(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
-