Package io.gs2.megaField.model
Class AreaModelMaster
java.lang.Object
io.gs2.megaField.model.AreaModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<AreaModelMaster>
public class AreaModelMaster
extends Object
implements IModel, Serializable, Comparable<AreaModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic AreaModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAreaModelMasterId(String areaModelMasterId) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetMetadata(String metadata) voidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAreaModelMasterId(String areaModelMasterId) withCreatedAt(Long createdAt) withDescription(String description) withMetadata(String metadata) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
AreaModelMaster
public AreaModelMaster()
-
-
Method Details
-
getAreaModelMasterId
-
setAreaModelMasterId
-
withAreaModelMasterId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<AreaModelMaster>
-
hashCode
public int hashCode() -
equals
-