Package io.gs2.grade.model
Class Status
java.lang.Object
io.gs2.grade.model.Status
- All Implemented Interfaces:
IModel,Serializable,Comparable<Status>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic StatusfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetGradeName(String gradeName) voidsetGradeValue(Long gradeValue) voidsetPropertyId(String propertyId) voidsetRevision(Long revision) voidsetStatusId(String statusId) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withGradeName(String gradeName) withGradeValue(Long gradeValue) withPropertyId(String propertyId) withRevision(Long revision) withStatusId(String statusId) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Status
public Status()
-
-
Method Details
-
getStatusId
-
setStatusId
-
withStatusId
-
getGradeName
-
setGradeName
-
withGradeName
-
getUserId
-
setUserId
-
withUserId
-
getPropertyId
-
setPropertyId
-
withPropertyId
-
getGradeValue
-
setGradeValue
-
withGradeValue
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Status>
-
hashCode
public int hashCode() -
equals
-