edu.trinity.cs.bmassing.bank
Interface HasPersonName

All Known Implementing Classes:
Account, CheckingAccount, SavingsAccount

public interface HasPersonName

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


Method Summary
 java.lang.String getPersonName()
          Get associated person's name.
 

Method Detail

getPersonName

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