Class ShippingMethodTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.shipping.common.transfer.ShippingMethodTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShippingMethodTransfer(String shippingMethodName, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, Integer sortOrder, String description) Creates a new instance of ShippingMethodTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the geoCodeSelector.Returns the itemSelector.Returns the shippingMethodName.Returns the sortOrder.voidsetDescription(String description) Sets the description.voidsetGeoCodeSelector(SelectorTransfer geoCodeSelector) Sets the geoCodeSelector.voidsetItemSelector(SelectorTransfer itemSelector) Sets the itemSelector.voidsetShippingMethodName(String shippingMethodName) Sets the shippingMethodName.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.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
-
ShippingMethodTransfer
public ShippingMethodTransfer(String shippingMethodName, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, Integer sortOrder, String description) Creates a new instance of ShippingMethodTransfer
-
-
Method Details
-
getShippingMethodName
Returns the shippingMethodName.- Returns:
- the shippingMethodName
-
setShippingMethodName
Sets the shippingMethodName.- Parameters:
shippingMethodName- the shippingMethodName to set
-
getGeoCodeSelector
Returns the geoCodeSelector.- Returns:
- the geoCodeSelector
-
setGeoCodeSelector
Sets the geoCodeSelector.- Parameters:
geoCodeSelector- the geoCodeSelector to set
-
getItemSelector
Returns the itemSelector.- Returns:
- the itemSelector
-
setItemSelector
Sets the itemSelector.- Parameters:
itemSelector- the itemSelector to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-