Class Showcase

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

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

    • Showcase

      public Showcase()
  • Method Details

    • getShowcaseId

      public String getShowcaseId()
    • setShowcaseId

      public void setShowcaseId(String showcaseId)
    • withShowcaseId

      public Showcase withShowcaseId(String showcaseId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Showcase withName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public Showcase withMetadata(String metadata)
    • getSalesPeriodEventId

      public String getSalesPeriodEventId()
    • setSalesPeriodEventId

      public void setSalesPeriodEventId(String salesPeriodEventId)
    • withSalesPeriodEventId

      public Showcase withSalesPeriodEventId(String salesPeriodEventId)
    • getDisplayItems

      public List<DisplayItem> getDisplayItems()
    • setDisplayItems

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

      public Showcase withDisplayItems(List<DisplayItem> displayItems)
    • fromJson

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

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

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

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

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