|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.dynamicmodel.AccountAllUserAccounts
public class AccountAllUserAccounts
Main model class for Account application. It has all the Users Account and Checks Groups.
Constructor Summary | |
---|---|
AccountAllUserAccounts()
|
Method Summary | |
---|---|
void |
addCheckGroup(AccountCheckGroup checkGroup)
Insert a check group to the accounts |
void |
addComment(AccountComment comment)
Add a Comment to the Accounts |
void |
addUserAccount(AccountUserAccount accountUserAccount)
Add an user com.carlosbcruz.account.control |
AccountComment |
getAccountComment(int position)
Inform the comment to a specified position. |
AccountComment |
getAccountComments(java.lang.String commentIdentification)
Returns a specific comment. |
AccountCheckGroup |
getCheckGroup(int position)
Inform the Check Group by position. |
AccountCheckGroup |
getCheckGroup(java.lang.String checkGroupIdentification)
Returns a specific checkGroups. |
int |
getNumberOfCheckGroups()
Inform the Number of Check Groups |
int |
getNumberOfComments()
Inform how many comments there are |
int |
getNumberOfUserAccounts()
Inform how manuy accounts there is |
java.lang.String |
getOwner()
Returns the owner. |
AccountUserAccount |
getUserAccount(int position)
Provide the user com.carlosbcruz.account.control based on its position |
AccountUserAccount |
getUserAccount(java.lang.String accountId)
Returns a specific userAccount. |
void |
setOwner(java.lang.String owner)
Sets the owner. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountAllUserAccounts()
Method Detail |
---|
public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- The owner to setpublic int getNumberOfUserAccounts()
public AccountUserAccount getUserAccount(int position)
position
- Account position
public AccountUserAccount getUserAccount(java.lang.String accountId)
public void addUserAccount(AccountUserAccount accountUserAccount)
accountUserAccount
- The user com.carlosbcruz.account.control to be insertedpublic int getNumberOfCheckGroups()
public AccountCheckGroup getCheckGroup(int position)
position
- the specified position
public AccountCheckGroup getCheckGroup(java.lang.String checkGroupIdentification)
public void addCheckGroup(AccountCheckGroup checkGroup)
checkGroup
- The check group to be insertedpublic int getNumberOfComments()
public AccountComment getAccountComment(int position)
position
- The comment position
public AccountComment getAccountComments(java.lang.String commentIdentification)
public void addComment(AccountComment comment)
comment
- The comment to be inserted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |