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 TypeMethodDescriptionvoid
setCurrency
(CurrencyTransfer currency) void
setDescription
(String description) void
setGlAccountCategory
(GlAccountCategoryTransfer glAccountCategory) void
setGlAccountClass
(GlAccountClassTransfer glAccountClass) void
setGlAccountName
(String glAccountName) void
setGlAccountType
(GlAccountTypeTransfer glAccountType) void
setGlResourceType
(GlResourceTypeTransfer glResourceType) void
setIsDefault
(Boolean isDefault) void
setParentGlAccount
(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
-