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 SummaryConstructorsConstructorDescriptionShipmentTimeTransfer(ShipmentTimeTypeTransfer shipmentTimeType, Long unformattedTime, String time) Creates a new instance of ShipmentTimeTransfer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the shipmentTimeType.getTime()Returns the time.Returns the unformattedTime.voidsetShipmentTimeType(ShipmentTimeTypeTransfer shipmentTimeType) Sets the shipmentTimeType.voidSets the time.voidsetUnformattedTime(Long unformattedTime) Sets the unformattedTime.Methods inherited from class com.echothree.util.common.transfer.BaseTransferaddComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
- 
Constructor Details- 
ShipmentTimeTransferpublic ShipmentTimeTransfer(ShipmentTimeTypeTransfer shipmentTimeType, Long unformattedTime, String time) Creates a new instance of ShipmentTimeTransfer
 
- 
- 
Method Details- 
getShipmentTimeTypeReturns the shipmentTimeType.- Returns:
- the shipmentTimeType
 
- 
setShipmentTimeTypeSets the shipmentTimeType.- Parameters:
- shipmentTimeType- the shipmentTimeType to set
 
- 
getUnformattedTimeReturns the unformattedTime.- Returns:
- the unformattedTime
 
- 
setUnformattedTimeSets the unformattedTime.- Parameters:
- unformattedTime- the unformattedTime to set
 
- 
getTimeReturns the time.- Returns:
- the time
 
- 
setTimeSets the time.- Parameters:
- time- the time to set
 
 
-