All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.batch.BatchAccountManager

java.lang.Object
   |
   +----bank.batch.BatchAccountManager

public class BatchAccountManager
extends Object
コマンドラインで預金の預け入れ、引き出しなどを行うテスト用クラス


Constructor Index

 o BatchAccountManager()

Method Index

 o main(String[])
 o manage(String[])
 o parseInt(String)
 o test1()
 o test2()
 o test3()

Constructors

 o BatchAccountManager
 public BatchAccountManager()

Methods

 o main
 public static void main(String args[])
 o manage
 public static void manage(String args[])
 o parseInt
 protected static int parseInt(String number)
 o test1
 public static void test1()
 o test2
 public static void test2()
 o test3
 public static void test3()

All Packages  Class Hierarchy  This Package  Previous  Next  Index