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