Class TransactionGlAccountCategoryTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.TransactionGlAccountCategoryTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionGlAccountCategoryTransfer
(TransactionTypeTransfer transactionType, String transactionGlAccountCategoryName, GlAccountCategoryTransfer glAccountCategory, Integer sortOrder, GlAccountTransfer glAccount, String description) Creates a new instance of TransactionGlAccountCategoryTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setGlAccount
(GlAccountTransfer glAccount) void
setGlAccountCategory
(GlAccountCategoryTransfer glAccountCategory) void
setSortOrder
(Integer sortOrder) void
setTransactionGlAccountCategoryName
(String transactionGlAccountCategoryName) void
setTransactionType
(TransactionTypeTransfer transactionType) 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
-
TransactionGlAccountCategoryTransfer
public TransactionGlAccountCategoryTransfer(TransactionTypeTransfer transactionType, String transactionGlAccountCategoryName, GlAccountCategoryTransfer glAccountCategory, Integer sortOrder, GlAccountTransfer glAccount, String description) Creates a new instance of TransactionGlAccountCategoryTransfer
-
-
Method Details
-
getTransactionType
-
setTransactionType
-
getTransactionGlAccountCategoryName
-
setTransactionGlAccountCategoryName
-
getGlAccountCategory
-
setGlAccountCategory
-
getSortOrder
-
setSortOrder
-
getGlAccount
-
setGlAccount
-
getDescription
-
setDescription
-