org.apache.geronimo.samples.bank.ejb
Class Account
java.lang.Object
org.apache.geronimo.samples.bank.ejb.Account
- All Implemented Interfaces:
- Serializable
public class Account
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account()
Account
public Account(String account_number,
String account_type,
double balance,
String customerId)
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.