Class TaxClassificationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.tax.common.transfer.TaxClassificationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaxClassificationTransfer
(CountryTransfer countryGeoCode, String taxClassificationName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of TaxClassificationTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the countryGeoCode.Returns the description.Returns the isDefault.Returns the sortOrder.Returns the taxClassificationName.void
setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setTaxClassificationName
(String taxClassificationName) Sets the taxClassificationName.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
-
TaxClassificationTransfer
public TaxClassificationTransfer(CountryTransfer countryGeoCode, String taxClassificationName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of TaxClassificationTransfer
-
-
Method Details
-
getCountryGeoCode
Returns the countryGeoCode.- Returns:
- the countryGeoCode
-
setCountryGeoCode
Sets the countryGeoCode.- Parameters:
countryGeoCode
- the countryGeoCode to set
-
getTaxClassificationName
Returns the taxClassificationName.- Returns:
- the taxClassificationName
-
setTaxClassificationName
Sets the taxClassificationName.- Parameters:
taxClassificationName
- the taxClassificationName 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
-