Class ShippingMethodDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.shipping.common.transfer.ShippingMethodDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShippingMethodDescriptionTransfer
(LanguageTransfer language, ShippingMethodTransfer shippingMethod, String description) Creates a new instance of ShippingMethodDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setShippingMethod
(ShippingMethodTransfer shippingMethod) 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
-
ShippingMethodDescriptionTransfer
public ShippingMethodDescriptionTransfer(LanguageTransfer language, ShippingMethodTransfer shippingMethod, String description) Creates a new instance of ShippingMethodDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getShippingMethod
-
setShippingMethod
-
getDescription
-
setDescription
-