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 classBusiness entity - Used byEntityAccount.final classPersonal 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 EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity) Creates an EntityAccount for the providedAccountEntity.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, int category, int type) Creates an EntityAccount for the providedAccountEntity, category and type of invoice.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Currency currency, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount.voidEntityAccount.setEntity(AccountEntity<?> entity) Sets the associated entity for the EntityAccount.