Class CarrierServiceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.carrier.common.transfer.CarrierServiceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCarrierServiceTransfer(CarrierTransfer carrier, String carrierServiceName, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CarrierServiceTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the carrier.Returns the carrierServiceName.Returns the description.Returns the geoCodeSelector.Returns the isDefault.Returns the itemSelector.Returns the sortOrder.voidsetCarrier(CarrierTransfer carrier) Sets the carrier.voidsetCarrierServiceName(String carrierServiceName) Sets the carrierServiceName.voidsetDescription(String description) Sets the description.voidsetGeoCodeSelector(SelectorTransfer geoCodeSelector) Sets the geoCodeSelector.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetItemSelector(SelectorTransfer itemSelector) Sets the itemSelector.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
-
CarrierServiceTransfer
public CarrierServiceTransfer(CarrierTransfer carrier, String carrierServiceName, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CarrierServiceTransfer
-
-
Method Details
-
getCarrier
Returns the carrier.- Returns:
- the carrier
-
setCarrier
Sets the carrier.- Parameters:
carrier- the carrier to set
-
getCarrierServiceName
Returns the carrierServiceName.- Returns:
- the carrierServiceName
-
setCarrierServiceName
Sets the carrierServiceName.- Parameters:
carrierServiceName- the carrierServiceName 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
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault- the isDefault 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
-