Method | Description | |
---|---|---|
Builder ( ) : System |
コンストラクタ
|
|
newBankAccount ( string line ) : |
銀行型アカウントの生成
|
|
newCreditCardAccount ( string line ) : |
クレジットカード型アカウントの作成
|
Method | Description | |
---|---|---|
newAccount ( string line, bool isCreditCard ) : |
public newBankAccount ( string line ) : |
||
line | string | |
return |
public newCreditCardAccount ( string line ) : |
||
line | string | |
return |