Package io.gs2.inventory.model
Class ReferenceOf
java.lang.Object
io.gs2.inventory.model.ReferenceOf
- All Implemented Interfaces:
IModel,Serializable,Comparable<ReferenceOf>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ReferenceOffromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidvoidsetReferenceOfId(String referenceOfId) com.fasterxml.jackson.databind.JsonNodetoJson()withReferenceOfId(String referenceOfId)
-
Constructor Details
-
ReferenceOf
public ReferenceOf()
-
-
Method Details
-
getReferenceOfId
-
setReferenceOfId
-
withReferenceOfId
-
getName
-
setName
-
withName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<ReferenceOf>
-
hashCode
public int hashCode() -
equals
-