Class ItemModelMaster

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

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

    • ItemModelMaster

      public ItemModelMaster()
  • Method Details

    • getItemModelId

      public String getItemModelId()
    • setItemModelId

      public void setItemModelId(String itemModelId)
    • withItemModelId

      public ItemModelMaster withItemModelId(String itemModelId)
    • getInventoryName

      public String getInventoryName()
    • setInventoryName

      public void setInventoryName(String inventoryName)
    • withInventoryName

      public ItemModelMaster withInventoryName(String inventoryName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public ItemModelMaster withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public ItemModelMaster withDescription(String description)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public ItemModelMaster withMetadata(String metadata)
    • getStackingLimit

      public Long getStackingLimit()
    • setStackingLimit

      public void setStackingLimit(Long stackingLimit)
    • withStackingLimit

      public ItemModelMaster withStackingLimit(Long stackingLimit)
    • getAllowMultipleStacks

      public Boolean getAllowMultipleStacks()
    • setAllowMultipleStacks

      public void setAllowMultipleStacks(Boolean allowMultipleStacks)
    • withAllowMultipleStacks

      public ItemModelMaster withAllowMultipleStacks(Boolean allowMultipleStacks)
    • getSortValue

      public Integer getSortValue()
    • setSortValue

      public void setSortValue(Integer sortValue)
    • withSortValue

      public ItemModelMaster withSortValue(Integer sortValue)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public ItemModelMaster withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public ItemModelMaster withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public ItemModelMaster withRevision(Long revision)
    • fromJson

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

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

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

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

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