cscie160.project
Class AccountInfo

java.lang.Object
  |
  +--cscie160.project.AccountInfo
All Implemented Interfaces:
java.io.Serializable

public class AccountInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AccountInfo(int mAccountNum, int mAccountPin)
          | Constructor.
 
Method Summary
 int getAccountNum()
          | Accessors.
 int getAccountPin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountInfo

public AccountInfo(int mAccountNum,
                   int mAccountPin)
| Constructor.

Method Detail

getAccountNum

public int getAccountNum()
| Accessors.


getAccountPin

public int getAccountPin()