Class TransactionGlAccountTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.TransactionGlAccountTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionGlAccountTransfer(TransactionGlAccountCategoryTransfer transactionGlAccountCategory, GlAccountTransfer glAccount) Creates a new instance of TransactionGlAccountTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGlAccount(GlAccountTransfer glAccount) voidsetTransactionGlAccountCategory(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) 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
-
TransactionGlAccountTransfer
public TransactionGlAccountTransfer(TransactionGlAccountCategoryTransfer transactionGlAccountCategory, GlAccountTransfer glAccount) Creates a new instance of TransactionGlAccountTransfer
-
-
Method Details
-
getTransactionGlAccountCategory
-
setTransactionGlAccountCategory
public void setTransactionGlAccountCategory(TransactionGlAccountCategoryTransfer transactionGlAccountCategory) -
getGlAccount
-
setGlAccount
-