Class OrderLineTimeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.order.common.transfer.OrderLineTimeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderLineTimeTransfer
(OrderTimeTypeTransfer orderTimeType, Long unformattedTime, String time) Creates a new instance of OrderLineTimeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the orderTimeType.getTime()
Returns the time.Returns the unformattedTime.void
setOrderTimeType
(OrderTimeTypeTransfer orderTimeType) Sets the orderTimeType.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
-
OrderLineTimeTransfer
public OrderLineTimeTransfer(OrderTimeTypeTransfer orderTimeType, Long unformattedTime, String time) Creates a new instance of OrderLineTimeTransfer
-
-
Method Details
-
getOrderTimeType
Returns the orderTimeType.- Returns:
- the orderTimeType
-
setOrderTimeType
Sets the orderTimeType.- Parameters:
orderTimeType
- the orderTimeType 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
-