Class TaxClassificationTranslationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.tax.common.transfer.TaxClassificationTranslationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaxClassificationTranslationTransfer
(LanguageTransfer language, TaxClassificationTransfer taxClassification, String description, MimeTypeTransfer overviewMimeType, String overview) Creates a new instance of TaxClassificationTranslationTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the language.Returns the overview.Returns the overviewMimeType.Returns the taxClassification.void
setDescription
(String description) Sets the description.void
setLanguage
(LanguageTransfer language) Sets the language.void
setOverview
(String overview) Sets the overview.void
setOverviewMimeType
(MimeTypeTransfer overviewMimeType) Sets the overviewMimeType.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
-
TaxClassificationTranslationTransfer
public TaxClassificationTranslationTransfer(LanguageTransfer language, TaxClassificationTransfer taxClassification, String description, MimeTypeTransfer overviewMimeType, String overview) Creates a new instance of TaxClassificationTranslationTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getTaxClassification
Returns the taxClassification.- Returns:
- the taxClassification
-
setTaxClassification
Sets the taxClassification.- Parameters:
taxClassification
- the taxClassification to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getOverviewMimeType
Returns the overviewMimeType.- Returns:
- the overviewMimeType
-
setOverviewMimeType
Sets the overviewMimeType.- Parameters:
overviewMimeType
- the overviewMimeType to set
-
getOverview
Returns the overview.- Returns:
- the overview
-
setOverview
Sets the overview.- Parameters:
overview
- the overview to set
-