Class LotTimeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.LotTimeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLotTimeTransfer
(LotTimeTypeTransfer lotTimeType, Long unformattedTime, String time) Creates a new instance of LotTimeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the lotTimeType.getTime()
Returns the time.Returns the unformattedTime.void
setLotTimeType
(LotTimeTypeTransfer lotTimeType) Sets the lotTimeType.void
Sets the time.void
setUnformattedTime
(Long unformattedTime) Sets the unformattedTime.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
-
LotTimeTransfer
Creates a new instance of LotTimeTransfer
-
-
Method Details
-
getLotTimeType
Returns the lotTimeType.- Returns:
- the lotTimeType
-
setLotTimeType
Sets the lotTimeType.- Parameters:
lotTimeType
- the lotTimeType to set
-
getUnformattedTime
Returns the unformattedTime.- Returns:
- the unformattedTime
-
setUnformattedTime
Sets the unformattedTime.- Parameters:
unformattedTime
- the unformattedTime to set
-
getTime
Returns the time.- Returns:
- the time
-
setTime
Sets the time.- Parameters:
time
- the time to set
-