de.schlund.pfixcore.example.bank.model
Class Customer
java.lang.Object
de.schlund.pfixcore.example.bank.model.Customer
public class Customer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customer
public Customer(long customerId,
String firstName,
String lastName,
String password)
getCustomerId
public long getCustomerId()
setCustomerId
public void setCustomerId(long customerId)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getAccounts
public List<Account> getAccounts()
getAccountByNo
public Account getAccountByNo(long no)
setAccounts
public void setAccounts(List<Account> accounts)
Copyright © 2011 United Internet. All Rights Reserved.