Class ShippingMethodResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.shipping.common.transfer.ShippingMethodResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShippingMethodResultTransfer(String shippingMethodName, ShippingMethodTransfer shippingMethod) Creates a new instance of ShippingMethodResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the shippingMethod.Returns the shippingMethodName.voidsetShippingMethod(ShippingMethodTransfer shippingMethod) Sets the shippingMethod.voidsetShippingMethodName(String shippingMethodName) Sets the shippingMethodName.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
-
ShippingMethodResultTransfer
public ShippingMethodResultTransfer(String shippingMethodName, ShippingMethodTransfer shippingMethod) Creates a new instance of ShippingMethodResultTransfer
-
-
Method Details
-
getShippingMethodName
Returns the shippingMethodName.- Returns:
- the shippingMethodName
-
setShippingMethodName
Sets the shippingMethodName.- Parameters:
shippingMethodName- the shippingMethodName to set
-
getShippingMethod
Returns the shippingMethod.- Returns:
- the shippingMethod
-
setShippingMethod
Sets the shippingMethod.- Parameters:
shippingMethod- the shippingMethod to set
-