File
Doc
Category
Size
Date
Package
Account.java
API Doc
Example
814
Wed Aug 23 21:39:42 BST 2000
com.imaginary.bank
Account
public interface Account implements com.imaginary.lwp.Entity
Fields Summary
public static final String
BALANCE
public static final String
CUSTOMER
public static final String
NUMBER
public static final String
TYPE
Constructors Summary
Methods Summary
public void
credit
(
com.imaginary.lwp.Identifier
id,
double
amt)
public
double
getBalance
(
com.imaginary.lwp.Identifier
id)
public
CustomerFacade
getCustomer
(
com.imaginary.lwp.Identifier
id)
public
int
getNumber
(
com.imaginary.lwp.Identifier
id)
public
AccountType
getType
(
com.imaginary.lwp.Identifier
id)
Java Code Source