public class ShowcaseMaster extends Object implements io.gs2.model.IModel, Serializable, Comparable<ShowcaseMaster>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdAt
作成日時
|
protected String |
description
陳列棚マスターの説明
|
protected List<DisplayItemMaster> |
displayItems
陳列する商品モデル一覧
|
protected String |
metadata
商品のメタデータ
|
protected String |
name
陳列棚名
|
protected String |
salesPeriodEventId
販売期間とするイベントマスター のGRN
|
protected String |
showcaseId
陳列棚マスター
|
protected Long |
updatedAt
最終更新日時
|
| Constructor and Description |
|---|
ShowcaseMaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ShowcaseMaster o) |
boolean |
equals(Object o) |
Long |
getCreatedAt()
作成日時を取得
|
String |
getDescription()
陳列棚マスターの説明を取得
|
List<DisplayItemMaster> |
getDisplayItems()
陳列する商品モデル一覧を取得
|
String |
getMetadata()
商品のメタデータを取得
|
String |
getName()
陳列棚名を取得
|
String |
getSalesPeriodEventId()
販売期間とするイベントマスター のGRNを取得
|
String |
getShowcaseId()
陳列棚マスターを取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
int |
hashCode() |
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setDescription(String description)
陳列棚マスターの説明を設定
|
void |
setDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
void |
setMetadata(String metadata)
商品のメタデータを設定
|
void |
setName(String name)
陳列棚名を設定
|
void |
setSalesPeriodEventId(String salesPeriodEventId)
販売期間とするイベントマスター のGRNを設定
|
void |
setShowcaseId(String showcaseId)
陳列棚マスターを設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
ShowcaseMaster |
withCreatedAt(Long createdAt)
作成日時を設定
|
ShowcaseMaster |
withDescription(String description)
陳列棚マスターの説明を設定
|
ShowcaseMaster |
withDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
ShowcaseMaster |
withMetadata(String metadata)
商品のメタデータを設定
|
ShowcaseMaster |
withName(String name)
陳列棚名を設定
|
ShowcaseMaster |
withSalesPeriodEventId(String salesPeriodEventId)
販売期間とするイベントマスター のGRNを設定
|
ShowcaseMaster |
withShowcaseId(String showcaseId)
陳列棚マスターを設定
|
ShowcaseMaster |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
protected String showcaseId
protected String name
protected String description
protected String metadata
protected List<DisplayItemMaster> displayItems
protected String salesPeriodEventId
protected Long createdAt
protected Long updatedAt
public String getShowcaseId()
public void setShowcaseId(String showcaseId)
showcaseId - 陳列棚マスターpublic ShowcaseMaster withShowcaseId(String showcaseId)
showcaseId - 陳列棚マスターpublic String getName()
public void setName(String name)
name - 陳列棚名public ShowcaseMaster withName(String name)
name - 陳列棚名public String getDescription()
public void setDescription(String description)
description - 陳列棚マスターの説明public ShowcaseMaster withDescription(String description)
description - 陳列棚マスターの説明public String getMetadata()
public void setMetadata(String metadata)
metadata - 商品のメタデータpublic ShowcaseMaster withMetadata(String metadata)
metadata - 商品のメタデータpublic List<DisplayItemMaster> getDisplayItems()
public void setDisplayItems(List<DisplayItemMaster> displayItems)
displayItems - 陳列する商品モデル一覧public ShowcaseMaster withDisplayItems(List<DisplayItemMaster> displayItems)
displayItems - 陳列する商品モデル一覧public String getSalesPeriodEventId()
public void setSalesPeriodEventId(String salesPeriodEventId)
salesPeriodEventId - 販売期間とするイベントマスター のGRNpublic ShowcaseMaster withSalesPeriodEventId(String salesPeriodEventId)
salesPeriodEventId - 販売期間とするイベントマスター のGRNpublic Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public ShowcaseMaster withCreatedAt(Long createdAt)
createdAt - 作成日時public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public ShowcaseMaster withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(ShowcaseMaster o)
compareTo in interface Comparable<ShowcaseMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.