Package io.gs2.showcase.model
Class Showcase
java.lang.Object
io.gs2.showcase.model.Showcase
- All Implemented Interfaces:
IModel,Serializable,Comparable<Showcase>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ShowcasefromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetDisplayItems(List<DisplayItem> displayItems) voidsetMetadata(String metadata) voidvoidsetSalesPeriodEventId(String salesPeriodEventId) voidsetShowcaseId(String showcaseId) com.fasterxml.jackson.databind.JsonNodetoJson()withDisplayItems(List<DisplayItem> displayItems) withMetadata(String metadata) withSalesPeriodEventId(String salesPeriodEventId) withShowcaseId(String showcaseId)
-
Constructor Details
-
Showcase
public Showcase()
-
-
Method Details
-
getShowcaseId
-
setShowcaseId
-
withShowcaseId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getSalesPeriodEventId
-
setSalesPeriodEventId
-
withSalesPeriodEventId
-
getDisplayItems
-
setDisplayItems
-
withDisplayItems
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Showcase>
-
hashCode
public int hashCode() -
equals
-