Class RandomShowcase

java.lang.Object
io.gs2.showcase.model.RandomShowcase
All Implemented Interfaces:
IModel, Serializable, Comparable<RandomShowcase>

public class RandomShowcase extends Object implements IModel, Serializable, Comparable<RandomShowcase>
See Also:
  • Constructor Details

    • RandomShowcase

      public RandomShowcase()
  • Method Details

    • getRandomShowcaseId

      public String getRandomShowcaseId()
    • setRandomShowcaseId

      public void setRandomShowcaseId(String randomShowcaseId)
    • withRandomShowcaseId

      public RandomShowcase withRandomShowcaseId(String randomShowcaseId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public RandomShowcase withName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public RandomShowcase withMetadata(String metadata)
    • getMaximumNumberOfChoice

      public Integer getMaximumNumberOfChoice()
    • setMaximumNumberOfChoice

      public void setMaximumNumberOfChoice(Integer maximumNumberOfChoice)
    • withMaximumNumberOfChoice

      public RandomShowcase withMaximumNumberOfChoice(Integer maximumNumberOfChoice)
    • getDisplayItems

      public List<RandomDisplayItemModel> getDisplayItems()
    • setDisplayItems

      public void setDisplayItems(List<RandomDisplayItemModel> displayItems)
    • withDisplayItems

      public RandomShowcase withDisplayItems(List<RandomDisplayItemModel> displayItems)
    • getBaseTimestamp

      public Long getBaseTimestamp()
    • setBaseTimestamp

      public void setBaseTimestamp(Long baseTimestamp)
    • withBaseTimestamp

      public RandomShowcase withBaseTimestamp(Long baseTimestamp)
    • getResetIntervalHours

      public Integer getResetIntervalHours()
    • setResetIntervalHours

      public void setResetIntervalHours(Integer resetIntervalHours)
    • withResetIntervalHours

      public RandomShowcase withResetIntervalHours(Integer resetIntervalHours)
    • getSalesPeriodEventId

      public String getSalesPeriodEventId()
    • setSalesPeriodEventId

      public void setSalesPeriodEventId(String salesPeriodEventId)
    • withSalesPeriodEventId

      public RandomShowcase withSalesPeriodEventId(String salesPeriodEventId)
    • fromJson

      public static RandomShowcase fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(RandomShowcase o)
      Specified by:
      compareTo in interface Comparable<RandomShowcase>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object