|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cscie160.project.account.AccountInfo
By David Cheung
CSCIE160 Project
Due 05-16-2001
AccountInfo class:
Data object that stores account number and account pin. once the pin is stored, it cannot be changed.
Constructor Summary | |
AccountInfo(int AcctNum,
int AcctPIN)
Constructor that requires account number and pin. |
Method Summary | |
int |
getAccountNum()
returns account number |
int |
getPinNum()
returns Pin number |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AccountInfo(int AcctNum, int AcctPIN)
Method Detail |
public int getAccountNum()
public int getPinNum()
public static void main(java.lang.String[] argv)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |