Package io.gs2.inventory.model
Class ItemSet
java.lang.Object
io.gs2.inventory.model.ItemSet
- All Implemented Interfaces:
IModel,Serializable,Comparable<ItemSet>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ItemSetfromJson(com.fasterxml.jackson.databind.JsonNode data) getCount()getName()inthashCode()voidvoidsetCreatedAt(Long createdAt) voidsetExpiresAt(Long expiresAt) voidsetInventoryName(String inventoryName) voidsetItemName(String itemName) voidsetItemSetId(String itemSetId) voidvoidsetReferenceOf(List<String> referenceOf) voidsetSortValue(Integer sortValue) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withExpiresAt(Long expiresAt) withInventoryName(String inventoryName) withItemName(String itemName) withItemSetId(String itemSetId) withReferenceOf(List<String> referenceOf) withSortValue(Integer sortValue) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
ItemSet
public ItemSet()
-
-
Method Details
-
getItemSetId
-
setItemSetId
-
withItemSetId
-
getName
-
setName
-
withName
-
getInventoryName
-
setInventoryName
-
withInventoryName
-
getUserId
-
setUserId
-
withUserId
-
getItemName
-
setItemName
-
withItemName
-
getCount
-
setCount
-
withCount
-
getReferenceOf
-
setReferenceOf
-
withReferenceOf
-
getSortValue
-
setSortValue
-
withSortValue
-
getExpiresAt
-
setExpiresAt
-
withExpiresAt
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<ItemSet>
-
hashCode
public int hashCode() -
equals
-