Class GlAccountCategoryTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.GlAccountCategoryTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlAccountCategoryTransfer
(String glAccountCategoryName, GlAccountCategoryTransfer parentGlAccountCategory, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of GlAccountCategoryTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setGlAccountCategoryName
(String glAccountCategoryName) void
setIsDefault
(Boolean isDefault) void
setParentGlAccountCategory
(GlAccountCategoryTransfer parentGlAccountCategory) void
setSortOrder
(Integer 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
-
GlAccountCategoryTransfer
public GlAccountCategoryTransfer(String glAccountCategoryName, GlAccountCategoryTransfer parentGlAccountCategory, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of GlAccountCategoryTransfer
-
-
Method Details
-
getGlAccountCategoryName
-
setGlAccountCategoryName
-
getParentGlAccountCategory
-
setParentGlAccountCategory
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-