|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.dto.RecurringCharge
public class RecurringCharge
会員課金情報のクラス
コンストラクタの概要 | |
---|---|
RecurringCharge()
|
メソッドの概要 | |
---|---|
String |
getCardId()
カードIDを取得する |
String |
getGroupId()
課金グループIDを取得する |
void |
setCardId(String cardId)
カードIDを設定する |
void |
setGroupId(String groupId)
課金グループIDを設定する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RecurringCharge()
メソッドの詳細 |
---|
public void setGroupId(String groupId)
groupId
- 課金グループIDpublic String getGroupId()
public void setCardId(String cardId)
cardId
- カードIDpublic String getCardId()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |