All Packages Class Hierarchy This Package Previous Next Index
Class bank.batch.BatchAccountStorager
java.lang.Object
|
+----bank.batch.BatchAccountStorager
- public class BatchAccountStorager
- extends Object
テストデータとなる新規口座をまとめて作成するユーティリティ
-
BatchAccountStorager()
-
-
defaultAccounts()
-
-
defaultCustomers()
-
-
main(String[])
-
-
storeAccounts()
-
BatchAccountStorager
public BatchAccountStorager()
defaultAccounts
public static Account[] defaultAccounts()
defaultCustomers
public static Customer[] defaultCustomers()
main
public static void main(String args[])
storeAccounts
public static void storeAccounts()
All Packages Class Hierarchy This Package Previous Next Index