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.voidsetCustomerType(CustomerTypeTransfer customerType) Sets the customerType.voidsetItem(ItemTransfer item) Sets the item.voidsetShippingEndTime(String shippingEndTime) Sets the shippingEndTime.voidsetShippingStartTime(String shippingStartTime) Sets the shippingStartTime.voidsetUnformattedShippingEndTime(Long unformattedShippingEndTime) Sets the unformattedShippingEndTime.voidsetUnformattedShippingStartTime(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
-