edu.trinity.cs.bmassing.bank
Interface HasPersonInfo

All Known Implementing Classes:
Account, CheckingAccount, PotentialCustomer, SavingsAccount

public interface HasPersonInfo

Interface for anything that has associated with it a person's name, address, etc.


Method Summary
 java.lang.String[] getAddress()
          Get associated person's address.
 java.lang.String getName()
          Get associated person's name.
 

Method Detail

getName

java.lang.String getName()
Get associated person's name.

Returns:
full name

getAddress

java.lang.String[] getAddress()
Get associated person's address.

Returns:
address (multiple lines okay)