Package io.gs2.account.model
Class DataOwner
java.lang.Object
io.gs2.account.model.DataOwner
- All Implemented Interfaces:
IModel,Serializable,Comparable<DataOwner>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic DataOwnerfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDataOwnerId(String dataOwnerId) voidvoidsetRevision(Long revision) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDataOwnerId(String dataOwnerId) withRevision(Long revision) withUserId(String userId)
-
Constructor Details
-
DataOwner
public DataOwner()
-
-
Method Details
-
getDataOwnerId
-
setDataOwnerId
-
withDataOwnerId
-
getUserId
-
setUserId
-
withUserId
-
getName
-
setName
-
withName
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<DataOwner>
-
hashCode
public int hashCode() -
equals
-