Class GlAccountCategoryDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.GlAccountCategoryDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlAccountCategoryDescriptionTransfer
(LanguageTransfer language, GlAccountCategoryTransfer glAccountCategory, String description) Creates a new instance of GlAccountCategoryDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setGlAccountCategory
(GlAccountCategoryTransfer glAccountCategory) void
setLanguage
(LanguageTransfer language) 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
-
GlAccountCategoryDescriptionTransfer
public GlAccountCategoryDescriptionTransfer(LanguageTransfer language, GlAccountCategoryTransfer glAccountCategory, String description) Creates a new instance of GlAccountCategoryDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getGlAccountCategory
-
setGlAccountCategory
-
getDescription
-
setDescription
-