Class ItemSet

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

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

    • ItemSet

      public ItemSet()
  • Method Details

    • getItemSetId

      public String getItemSetId()
    • setItemSetId

      public void setItemSetId(String itemSetId)
    • withItemSetId

      public ItemSet withItemSetId(String itemSetId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public ItemSet withName(String name)
    • getInventoryName

      public String getInventoryName()
    • setInventoryName

      public void setInventoryName(String inventoryName)
    • withInventoryName

      public ItemSet withInventoryName(String inventoryName)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public ItemSet withUserId(String userId)
    • getItemName

      public String getItemName()
    • setItemName

      public void setItemName(String itemName)
    • withItemName

      public ItemSet withItemName(String itemName)
    • getCount

      public Long getCount()
    • setCount

      public void setCount(Long count)
    • withCount

      public ItemSet withCount(Long count)
    • getReferenceOf

      public List<String> getReferenceOf()
    • setReferenceOf

      public void setReferenceOf(List<String> referenceOf)
    • withReferenceOf

      public ItemSet withReferenceOf(List<String> referenceOf)
    • getSortValue

      public Integer getSortValue()
    • setSortValue

      public void setSortValue(Integer sortValue)
    • withSortValue

      public ItemSet withSortValue(Integer sortValue)
    • getExpiresAt

      public Long getExpiresAt()
    • setExpiresAt

      public void setExpiresAt(Long expiresAt)
    • withExpiresAt

      public ItemSet withExpiresAt(Long expiresAt)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public ItemSet withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public ItemSet withUpdatedAt(Long updatedAt)
    • fromJson

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

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

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

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

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