public class ShowcaseItemMaster extends Object implements Serializable
| Constructor and Description |
|---|
ShowcaseItemMaster() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
商品の種類を取得
|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getItemGroupName()
グループ名を取得
|
String |
getItemName()
商品名を取得
|
Integer |
getPriority()
応答順序優先度を取得
|
String |
getReleaseConditionScheduleEventName()
公開許可判定 に実行されるGS2-Schedule のイベント名を取得
|
String |
getReleaseConditionScheduleName()
公開許可判定 に実行されるGS2-Scheduleを取得
|
String |
getReleaseConditionType()
公開判定の種類を取得
|
String |
getShowcaseItemId()
陳列商品GRNを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setCategory(String category)
商品の種類を設定
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setItemGroupName(String itemGroupName)
グループ名を設定
|
void |
setItemName(String itemName)
商品名を設定
|
void |
setPriority(Integer priority)
応答順序優先度を設定
|
void |
setReleaseConditionScheduleEventName(String releaseConditionScheduleEventName)
公開許可判定 に実行されるGS2-Schedule のイベント名を設定
|
void |
setReleaseConditionScheduleName(String releaseConditionScheduleName)
公開許可判定 に実行されるGS2-Scheduleを設定
|
void |
setReleaseConditionType(String releaseConditionType)
公開判定の種類を設定
|
void |
setShowcaseItemId(String showcaseItemId)
陳列商品GRNを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
ShowcaseItemMaster |
withCategory(String category)
商品の種類を設定
|
ShowcaseItemMaster |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
ShowcaseItemMaster |
withItemGroupName(String itemGroupName)
グループ名を設定
|
ShowcaseItemMaster |
withItemName(String itemName)
商品名を設定
|
ShowcaseItemMaster |
withPriority(Integer priority)
応答順序優先度を設定
|
ShowcaseItemMaster |
withReleaseConditionScheduleEventName(String releaseConditionScheduleEventName)
公開許可判定 に実行されるGS2-Schedule のイベント名を設定
|
ShowcaseItemMaster |
withReleaseConditionScheduleName(String releaseConditionScheduleName)
公開許可判定 に実行されるGS2-Scheduleを設定
|
ShowcaseItemMaster |
withReleaseConditionType(String releaseConditionType)
公開判定の種類を設定
|
ShowcaseItemMaster |
withShowcaseItemId(String showcaseItemId)
陳列商品GRNを設定
|
ShowcaseItemMaster |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getShowcaseItemId()
public void setShowcaseItemId(String showcaseItemId)
showcaseItemId - 陳列商品GRNpublic ShowcaseItemMaster withShowcaseItemId(String showcaseItemId)
showcaseItemId - 陳列商品GRNpublic String getCategory()
public void setCategory(String category)
category - 商品の種類public ShowcaseItemMaster withCategory(String category)
category - 商品の種類public String getItemName()
public void setItemName(String itemName)
itemName - 商品名public ShowcaseItemMaster withItemName(String itemName)
itemName - 商品名public String getItemGroupName()
public void setItemGroupName(String itemGroupName)
itemGroupName - グループ名public ShowcaseItemMaster withItemGroupName(String itemGroupName)
itemGroupName - グループ名public String getReleaseConditionType()
public void setReleaseConditionType(String releaseConditionType)
releaseConditionType - 公開判定の種類public ShowcaseItemMaster withReleaseConditionType(String releaseConditionType)
releaseConditionType - 公開判定の種類public String getReleaseConditionScheduleName()
public void setReleaseConditionScheduleName(String releaseConditionScheduleName)
releaseConditionScheduleName - 公開許可判定 に実行されるGS2-Schedulepublic ShowcaseItemMaster withReleaseConditionScheduleName(String releaseConditionScheduleName)
releaseConditionScheduleName - 公開許可判定 に実行されるGS2-Schedulepublic String getReleaseConditionScheduleEventName()
public void setReleaseConditionScheduleEventName(String releaseConditionScheduleEventName)
releaseConditionScheduleEventName - 公開許可判定 に実行されるGS2-Schedule のイベント名public ShowcaseItemMaster withReleaseConditionScheduleEventName(String releaseConditionScheduleEventName)
releaseConditionScheduleEventName - 公開許可判定 に実行されるGS2-Schedule のイベント名public Integer getPriority()
public void setPriority(Integer priority)
priority - 応答順序優先度public ShowcaseItemMaster withPriority(Integer priority)
priority - 応答順序優先度public Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public ShowcaseItemMaster withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public ShowcaseItemMaster withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.