Class ItemTaxClassificationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.tax.common.transfer.ItemTaxClassificationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemTaxClassificationTransfer
(ItemTransfer item, CountryTransfer countryGeoCode, TaxClassificationTransfer taxClassification) Creates a new instance of ItemTaxClassificationTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the countryGeoCode.getItem()
Returns the item.Returns the taxClassification.void
setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.void
setItem
(ItemTransfer item) Sets the item.void
setTaxClassification
(TaxClassificationTransfer taxClassification) Sets the taxClassification.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
-
ItemTaxClassificationTransfer
public ItemTaxClassificationTransfer(ItemTransfer item, CountryTransfer countryGeoCode, TaxClassificationTransfer taxClassification) Creates a new instance of ItemTaxClassificationTransfer
-
-
Method Details
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item
- the item to set
-
getCountryGeoCode
Returns the countryGeoCode.- Returns:
- the countryGeoCode
-
setCountryGeoCode
Sets the countryGeoCode.- Parameters:
countryGeoCode
- the countryGeoCode to set
-
getTaxClassification
Returns the taxClassification.- Returns:
- the taxClassification
-
setTaxClassification
Sets the taxClassification.- Parameters:
taxClassification
- the taxClassification to set
-