Class ShipmentTimeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.shipment.common.transfer.ShipmentTimeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentTimeTransfer
(ShipmentTimeTypeTransfer shipmentTimeType, Long unformattedTime, String time) Creates a new instance of ShipmentTimeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the shipmentTimeType.getTime()
Returns the time.Returns the unformattedTime.void
setShipmentTimeType
(ShipmentTimeTypeTransfer shipmentTimeType) Sets the shipmentTimeType.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
-
ShipmentTimeTransfer
public ShipmentTimeTransfer(ShipmentTimeTypeTransfer shipmentTimeType, Long unformattedTime, String time) Creates a new instance of ShipmentTimeTransfer
-
-
Method Details
-
getShipmentTimeType
Returns the shipmentTimeType.- Returns:
- the shipmentTimeType
-
setShipmentTimeType
Sets the shipmentTimeType.- Parameters:
shipmentTimeType
- the shipmentTimeType 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
-