Class ItemShippingTimeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemShippingTimeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemShippingTimeTransfer
(ItemTransfer item, CustomerTypeTransfer customerType, Long unformattedShippingStartTime, String shippingStartTime, Long unformattedShippingEndTime, String shippingEndTime) Creates a new instance of ItemShippingTimeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the customerType.getItem()
Returns the item.Returns the shippingEndTime.Returns the shippingStartTime.Returns the unformattedShippingEndTime.Returns the unformattedShippingStartTime.void
setCustomerType
(CustomerTypeTransfer customerType) Sets the customerType.void
setItem
(ItemTransfer item) Sets the item.void
setShippingEndTime
(String shippingEndTime) Sets the shippingEndTime.void
setShippingStartTime
(String shippingStartTime) Sets the shippingStartTime.void
setUnformattedShippingEndTime
(Long unformattedShippingEndTime) Sets the unformattedShippingEndTime.void
setUnformattedShippingStartTime
(Long unformattedShippingStartTime) Sets the unformattedShippingStartTime.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
-
ItemShippingTimeTransfer
public ItemShippingTimeTransfer(ItemTransfer item, CustomerTypeTransfer customerType, Long unformattedShippingStartTime, String shippingStartTime, Long unformattedShippingEndTime, String shippingEndTime) Creates a new instance of ItemShippingTimeTransfer
-
-
Method Details
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item
- the item to set
-
getCustomerType
Returns the customerType.- Returns:
- the customerType
-
setCustomerType
Sets the customerType.- Parameters:
customerType
- the customerType to set
-
getUnformattedShippingStartTime
Returns the unformattedShippingStartTime.- Returns:
- the unformattedShippingStartTime
-
setUnformattedShippingStartTime
Sets the unformattedShippingStartTime.- Parameters:
unformattedShippingStartTime
- the unformattedShippingStartTime to set
-
getShippingStartTime
Returns the shippingStartTime.- Returns:
- the shippingStartTime
-
setShippingStartTime
Sets the shippingStartTime.- Parameters:
shippingStartTime
- the shippingStartTime to set
-
getUnformattedShippingEndTime
Returns the unformattedShippingEndTime.- Returns:
- the unformattedShippingEndTime
-
setUnformattedShippingEndTime
Sets the unformattedShippingEndTime.- Parameters:
unformattedShippingEndTime
- the unformattedShippingEndTime to set
-
getShippingEndTime
Returns the shippingEndTime.- Returns:
- the shippingEndTime
-
setShippingEndTime
Sets the shippingEndTime.- Parameters:
shippingEndTime
- the shippingEndTime to set
-