|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.dto.OrderInfo
public class OrderInfo
検索結果:オーダー情報のクラス
コンストラクタの概要 | |
---|---|
OrderInfo()
|
メソッドの概要 | |
---|---|
String |
getAccountId()
会員IDを取得する |
String |
getFreeKey()
キー情報を取得する |
String |
getIndex()
インデックスを取得する |
String |
getLastSuccessTxnType()
最終成功トランザクションタイプを取得する |
String |
getMemo1()
取引メモ1を取得する |
String |
getMemo2()
取引メモ2を取得する |
String |
getMemo3()
取引メモ3を取得する |
String |
getOrderId()
オーダーIDを取得する |
String |
getOrderStatus()
オーダー決済状態を取得する |
ProperOrderInfo |
getProperOrderInfo()
固有オーダー情報を取得する |
String |
getServiceTypeCd()
決済サービスタイプを取得する |
String |
getSuccessDetailTxnType()
詳細トランザクションタイプを取得する |
TransactionInfos |
getTransactionInfos()
決済トランザクションリストを取得する |
void |
setAccountId(String accountId)
会員IDを設定する |
void |
setFreeKey(String freeKey)
キー情報を設定する |
void |
setIndex(String index)
インデックスを設定する |
void |
setLastSuccessTxnType(String lastSuccessTxnType)
最終成功トランザクションタイプを設定する |
void |
setMemo1(String memo1)
取引メモ1を設定する |
void |
setMemo2(String memo2)
取引メモ2を設定する |
void |
setMemo3(String memo3)
取引メモ3を設定する |
void |
setOrderId(String orderId)
オーダーIDを設定する |
void |
setOrderStatus(String orderStatus)
オーダー決済状態を設定する |
void |
setProperOrderInfo(ProperOrderInfo properOrderInfo)
固有オーダー情報を設定する |
void |
setServiceTypeCd(String serviceTypeCd)
決済サービスタイプを設定する |
void |
setSuccessDetailTxnType(String successDetailTxnType)
詳細トランザクションタイプを設定する |
void |
setTransactionInfos(TransactionInfos transactionInfos)
決済トランザクションリストを設定する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public OrderInfo()
メソッドの詳細 |
---|
public String getIndex()
public void setIndex(String index)
index
- インデックスpublic String getServiceTypeCd()
public void setServiceTypeCd(String serviceTypeCd)
serviceTypeCd
- 決済サービスタイプpublic String getOrderId()
public void setOrderId(String orderId)
orderId
- オーダーIDpublic String getOrderStatus()
public void setOrderStatus(String orderStatus)
orderStatus
- オーダー決済状態public String getLastSuccessTxnType()
public void setLastSuccessTxnType(String lastSuccessTxnType)
lastSuccessTxnType
- 最終成功トランザクションタイプpublic String getSuccessDetailTxnType()
public void setSuccessDetailTxnType(String successDetailTxnType)
successDetailTxnType
- 詳細トランザクションタイプpublic ProperOrderInfo getProperOrderInfo()
public void setProperOrderInfo(ProperOrderInfo properOrderInfo)
properOrderInfo
- 固有オーダー情報public TransactionInfos getTransactionInfos()
public void setTransactionInfos(TransactionInfos transactionInfos)
transactionInfos
- 決済トランザクションリストpublic String getMemo1()
public void setMemo1(String memo1)
memo1
- 取引メモ1public String getMemo2()
public void setMemo2(String memo2)
memo2
- 取引メモ2public String getMemo3()
public void setMemo3(String memo3)
memo3
- 取引メモ3public String getFreeKey()
public void setFreeKey(String freeKey)
freeKey
- キー情報public String getAccountId()
public void setAccountId(String accountId)
accountId
- 会員ID
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |