All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.batch.BatchAccountStorager

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

public class BatchAccountStorager
extends Object
テストデータとなる新規口座をまとめて作成するユーティリティ


Constructor Index

 o BatchAccountStorager()

Method Index

 o defaultAccounts()
 o defaultCustomers()
 o main(String[])
 o storeAccounts()

Constructors

 o BatchAccountStorager
 public BatchAccountStorager()

Methods

 o defaultAccounts
 public static Account[] defaultAccounts()
 o defaultCustomers
 public static Customer[] defaultCustomers()
 o main
 public static void main(String args[])
 o storeAccounts
 public static void storeAccounts()

All Packages  Class Hierarchy  This Package  Previous  Next  Index