Package io.gs2.inventory.model
Class SimpleInventoryModelMaster
java.lang.Object
io.gs2.inventory.model.SimpleInventoryModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<SimpleInventoryModelMaster>
public class SimpleInventoryModelMaster
extends Object
implements IModel, Serializable, Comparable<SimpleInventoryModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic SimpleInventoryModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetInventoryModelId(String inventoryModelId) voidsetMetadata(String metadata) voidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDescription(String description) withInventoryModelId(String inventoryModelId) withMetadata(String metadata) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
SimpleInventoryModelMaster
public SimpleInventoryModelMaster()
-
-
Method Details
-
getInventoryModelId
-
setInventoryModelId
-
withInventoryModelId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getDescription
-
setDescription
-
withDescription
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<SimpleInventoryModelMaster>
-
hashCode
public int hashCode() -
equals
-