Class COM.ibm.jaws.tutorial1.AccountBase
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.tutorial1.AccountBase

java.lang.Object
   |
   +----COM.ibm.jaws.tutorial1.AccountBase

public class AccountBase
extends Object

Variable Index

 o balance

Constructor Index

 o AccountBase()
 o AccountBase(float)

Method Index

 o deposit(float)
 o getBalance()
 o withdrawal(float)

Variables

 o balance
  protected float balance

Constructors

 o AccountBase
  public AccountBase()
 o AccountBase
  public AccountBase(float balance)

Methods

 o deposit
  public void deposit(float amount)
 o withdrawal
  public void withdrawal(float amount)
 o getBalance
  public float getBalance()

All Packages  Class Hierarchy  This Package  Previous  Next  Index