Class LocationVolumeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.warehouse.common.transfer.LocationVolumeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationVolumeTransfer
(LocationTransfer location, String height, String width, String depth, Long cubicVolume) Creates a new instance of LocationVolumeTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetDepth()
getWidth()
void
setCubicVolume
(Long cubicVolume) void
void
void
setLocation
(LocationTransfer location) void
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
-
LocationVolumeTransfer
public LocationVolumeTransfer(LocationTransfer location, String height, String width, String depth, Long cubicVolume) Creates a new instance of LocationVolumeTransfer
-
-
Method Details
-
getLocation
-
setLocation
-
getHeight
-
setHeight
-
getWidth
-
setWidth
-
getDepth
-
setDepth
-
getCubicVolume
-
setCubicVolume
-