Package io.gs2.showcase.model
Class ShowcaseMaster
java.lang.Object
io.gs2.showcase.model.ShowcaseMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<ShowcaseMaster>
public class ShowcaseMaster
extends Object
implements IModel, Serializable, Comparable<ShowcaseMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ShowcaseMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetDisplayItems(List<DisplayItemMaster> displayItems) voidsetMetadata(String metadata) voidvoidsetRevision(Long revision) voidsetSalesPeriodEventId(String salesPeriodEventId) voidsetShowcaseId(String showcaseId) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDescription(String description) withDisplayItems(List<DisplayItemMaster> displayItems) withMetadata(String metadata) withRevision(Long revision) withSalesPeriodEventId(String salesPeriodEventId) withShowcaseId(String showcaseId) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
ShowcaseMaster
public ShowcaseMaster()
-
-
Method Details
-
getShowcaseId
-
setShowcaseId
-
withShowcaseId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getSalesPeriodEventId
-
setSalesPeriodEventId
-
withSalesPeriodEventId
-
getDisplayItems
-
setDisplayItems
-
withDisplayItems
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<ShowcaseMaster>
-
hashCode
public int hashCode() -
equals
-