org.apache.geronimo.samples.bank.ejb
Class Account

java.lang.Object
  extended by org.apache.geronimo.samples.bank.ejb.Account
All Implemented Interfaces:
Serializable

public class Account
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Account()
           
Account(String account_number, String account_type, double balance, String customerId)
           
 
Method Summary
 String getAccountNumber()
           
 String getAccountType()
           
 double getBalance()
           
 String getCustomerId()
           
 void setAccountNumber(String accountNumber)
           
 void setAccountType(String accountType)
           
 void setBalance(double balance)
           
 void setCustomerId(String customerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()

Account

public Account(String account_number,
               String account_type,
               double balance,
               String customerId)
Method Detail

getAccountNumber

public String getAccountNumber()

setAccountNumber

public void setAccountNumber(String accountNumber)

getAccountType

public String getAccountType()

setAccountType

public void setAccountType(String accountType)

getBalance

public double getBalance()

setBalance

public void setBalance(double balance)

getCustomerId

public String getCustomerId()

setCustomerId

public void setCustomerId(String customerId)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.