public class StampSheet extends Object implements Serializable
| Constructor and Description |
|---|
StampSheet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSheet()
スタンプシートデータを取得
|
List<StampTask> |
getTasks()
スタンプタスク一覧 を取得
|
String |
getTransactionId()
スタンプシート関連の処理の実行で使用するトランザクションIDを取得
|
void |
setSheet(String sheet)
スタンプシートデータを設定
|
void |
setTasks(List<StampTask> tasks)
スタンプタスク一覧 を設定
|
void |
setTransactionId(String transactionId)
スタンプシート関連の処理の実行で使用するトランザクションIDを設定
|
public String getSheet()
public void setSheet(String sheet)
sheet - スタンプシートデータpublic String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - スタンプシート関連の処理の実行で使用するトランザクションIDCopyright © 2016 Game Server Services, Inc. AllRights Reserved.