Package com.carlosbcruz.account.dynamicmodel

Interface Summary
AccountModelListener Classes that are interested in receiving notifications of changes in the application model have to implement this interface.
AccountModelPersistence There are many ways to save the model (UserAccounts) Whatever the way choosed, the class must comply with this interface.
AccountModelProvider There are many ways to retrieve the model (UserAccounts) Whatever the way choosed, the class must comply with this interface.
 

Class Summary
AccountAllUserAccounts Main model class for Account application.
AccountCheck Represents a single check.
AccountCheckGroup Has all the users check groups.
AccountComment Represents an Account Comment that can be any continuous text with as many lines as necessary.
AccountCurrentAccountSingleton Store the current information of acount statically an can be accessed anywere.
AccountEvent Has information that deatils what has changed in the com.carlosbcruz.account.control model.
AccountTransaction Represents a transaction in an com.carlosbcruz.account.control.
AccountUserAccount Represents an User Account.
 

Exception Summary
AccountModelException Main Model Exception Level