jestr.examples.example99
Class Account

java.lang.Object
  extended byjestr.examples.example99.Account

public class Account
extends java.lang.Object

Author:
David Gilliland

Field Summary
static int CLOSED
           
static int OPEN
           
 
Constructor Summary
Account()
           
Account(java.lang.String accountId)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPEN

public static final int OPEN
See Also:
Constant Field Values

CLOSED

public static final int CLOSED
See Also:
Constant Field Values
Constructor Detail

Account

public Account()

Account

public Account(java.lang.String accountId)
Method Detail

toString

public java.lang.String toString()


Copyright (c) 2001-2003 - Apache Software Foundation