Class GlAccountTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.GlAccountTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlAccountTransfer(String glAccountName, GlAccountTransfer parentGlAccount, GlAccountTypeTransfer glAccountType, GlAccountClassTransfer glAccountClass, GlAccountCategoryTransfer glAccountCategory, GlResourceTypeTransfer glResourceType, CurrencyTransfer currency, Boolean isDefault, String description) Creates a new instance of GlAccountTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrency(CurrencyTransfer currency) voidsetDescription(String description) voidsetGlAccountCategory(GlAccountCategoryTransfer glAccountCategory) voidsetGlAccountClass(GlAccountClassTransfer glAccountClass) voidsetGlAccountName(String glAccountName) voidsetGlAccountType(GlAccountTypeTransfer glAccountType) voidsetGlResourceType(GlResourceTypeTransfer glResourceType) voidsetIsDefault(Boolean isDefault) voidsetParentGlAccount(GlAccountTransfer parentGlAccount) 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
-
GlAccountTransfer
public GlAccountTransfer(String glAccountName, GlAccountTransfer parentGlAccount, GlAccountTypeTransfer glAccountType, GlAccountClassTransfer glAccountClass, GlAccountCategoryTransfer glAccountCategory, GlResourceTypeTransfer glResourceType, CurrencyTransfer currency, Boolean isDefault, String description) Creates a new instance of GlAccountTransfer
-
-
Method Details
-
getGlAccountName
-
setGlAccountName
-
getParentGlAccount
-
setParentGlAccount
-
getGlAccountType
-
setGlAccountType
-
getGlAccountClass
-
setGlAccountClass
-
getGlAccountCategory
-
setGlAccountCategory
-
getGlResourceType
-
setGlResourceType
-
getCurrency
-
setCurrency
-
getIsDefault
-
setIsDefault
-
getDescription
-
setDescription
-