|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.dynamicmodel.AccountCheckGroup
public class AccountCheckGroup
Has all the users check groups.
Constructor Summary | |
---|---|
AccountCheckGroup()
|
Method Summary | |
---|---|
void |
addCheck(AccountCheck check)
Add and check to the check group |
AccountCheck |
getCheck(int position)
Return check by Position |
java.lang.String |
getCheckGroupIdentification()
Returns the check Group Identification. |
int |
getNumberOfChecks()
Inform how many check there are. |
void |
setCheckGroupIdentification(java.lang.String checkGroupIdentification)
Sets the check Group Identification. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountCheckGroup()
Method Detail |
---|
public java.lang.String getCheckGroupIdentification()
public void setCheckGroupIdentification(java.lang.String checkGroupIdentification)
checkGroupIdentification
- The checkGroupIdentification to setpublic int getNumberOfChecks()
public AccountCheck getCheck(int position)
position
- The desired position
public void addCheck(AccountCheck check)
check
- The check to be inserted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |