public class ShowcaseMaster extends Object implements IModel, Serializable, Comparable<ShowcaseMaster>
| Constructor and Description |
|---|
ShowcaseMaster() |
public String getShowcaseId()
public void setShowcaseId(String showcaseId)
public ShowcaseMaster withShowcaseId(String showcaseId)
public String getName()
public void setName(String name)
public ShowcaseMaster withName(String name)
public String getDescription()
public void setDescription(String description)
public ShowcaseMaster withDescription(String description)
public String getMetadata()
public void setMetadata(String metadata)
public ShowcaseMaster withMetadata(String metadata)
public String getSalesPeriodEventId()
public void setSalesPeriodEventId(String salesPeriodEventId)
public ShowcaseMaster withSalesPeriodEventId(String salesPeriodEventId)
public List<DisplayItemMaster> getDisplayItems()
public void setDisplayItems(List<DisplayItemMaster> displayItems)
public ShowcaseMaster withDisplayItems(List<DisplayItemMaster> displayItems)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public ShowcaseMaster withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public ShowcaseMaster withUpdatedAt(Long updatedAt)
public static ShowcaseMaster fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(ShowcaseMaster o)
compareTo in interface Comparable<ShowcaseMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.