Package org.fenixedu.academic.domain.accounting

Examples of org.fenixedu.academic.domain.accounting.Account


        super.setNationality(country);
    }

    public Account createAccount(AccountType accountType) {
        checkAccountsFor(accountType);
        return new Account(accountType, this);
    }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.domain.accounting.Account

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.