Package io.gs2.inventory.model
Class BigItemModel
java.lang.Object
io.gs2.inventory.model.BigItemModel
- All Implemented Interfaces:
IModel,Serializable,Comparable<BigItemModel>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BigItemModelfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetItemModelId(String itemModelId) voidsetMetadata(String metadata) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withItemModelId(String itemModelId) withMetadata(String metadata)
-
Constructor Details
-
BigItemModel
public BigItemModel()
-
-
Method Details
-
getItemModelId
-
setItemModelId
-
withItemModelId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BigItemModel>
-
hashCode
public int hashCode() -
equals
-