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

Interface COM.ibm.jaws.tutorial1.Account

public interface Account
extends Object
extends Manageable

Method Index

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index