Package io.gs2.inventory.model
Class BigInventory
java.lang.Object
io.gs2.inventory.model.BigInventory
- All Implemented Interfaces:
IModel,Serializable,Comparable<BigInventory>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BigInventoryfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetBigItems(List<BigItem> bigItems) voidsetCreatedAt(Long createdAt) voidsetInventoryId(String inventoryId) voidsetInventoryName(String inventoryName) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withBigItems(List<BigItem> bigItems) withCreatedAt(Long createdAt) withInventoryId(String inventoryId) withInventoryName(String inventoryName) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
BigInventory
public BigInventory()
-
-
Method Details
-
getInventoryId
-
setInventoryId
-
withInventoryId
-
getInventoryName
-
setInventoryName
-
withInventoryName
-
getUserId
-
setUserId
-
withUserId
-
getBigItems
-
setBigItems
-
withBigItems
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BigInventory>
-
hashCode
public int hashCode() -
equals
-