Uses of Class
com.storedobject.accounts.AccountEntity
Packages that use AccountEntity
-
Uses of AccountEntity in com.storedobject.accounts
Subclasses of AccountEntity in com.storedobject.accountsModifier and TypeClassDescriptionfinal class
Business entity - Used byEntityAccount
.final class
Personal entity - Used byEntityAccount
.Methods in com.storedobject.accounts that return AccountEntityModifier and TypeMethodDescriptionstatic AccountEntity
<?> EntityAccount.getEntity()
Retrieves the associated entity for this EntityAccount.Methods in com.storedobject.accounts that return types with arguments of type AccountEntityMethods in com.storedobject.accounts with parameters of type AccountEntityModifier and TypeMethodDescriptionstatic EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity) Creates an EntityAccount for the providedAccountEntity
.static EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, int category, int type) Creates an EntityAccount for the providedAccountEntity
, category and type of invoice.static EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntity
and class ofEntityAccount
.static EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, Currency currency, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntity
and class ofEntityAccount
.void
EntityAccount.setEntity
(AccountEntity<?> entity) Sets the associated entity for the EntityAccount.