de.schlund.pfixcore.example.bank.model
Class Customer

java.lang.Object
  extended by de.schlund.pfixcore.example.bank.model.Customer

public class Customer
extends Object


Constructor Summary
Customer(long customerId, String firstName, String lastName, String password)
           
 
Method Summary
 Account getAccountByNo(long no)
           
 List<Account> getAccounts()
           
 long getCustomerId()
           
 String getFirstName()
           
 String getLastName()
           
 String getPassword()
           
 void setAccounts(List<Account> accounts)
           
 void setCustomerId(long customerId)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer(long customerId,
                String firstName,
                String lastName,
                String password)
Method Detail

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 © 2012 United Internet. All Rights Reserved.