Class BigInventory

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

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

    • BigInventory

      public BigInventory()
  • Method Details

    • getInventoryId

      public String getInventoryId()
    • setInventoryId

      public void setInventoryId(String inventoryId)
    • withInventoryId

      public BigInventory withInventoryId(String inventoryId)
    • getInventoryName

      public String getInventoryName()
    • setInventoryName

      public void setInventoryName(String inventoryName)
    • withInventoryName

      public BigInventory withInventoryName(String inventoryName)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public BigInventory withUserId(String userId)
    • getBigItems

      public List<BigItem> getBigItems()
    • setBigItems

      public void setBigItems(List<BigItem> bigItems)
    • withBigItems

      public BigInventory withBigItems(List<BigItem> bigItems)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public BigInventory withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public BigInventory withUpdatedAt(Long updatedAt)
    • fromJson

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

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

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

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

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