Package io.gs2.megaField.model
Class LayerModelMaster
java.lang.Object
io.gs2.megaField.model.LayerModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<LayerModelMaster>
public class LayerModelMaster
extends Object
implements IModel, Serializable, Comparable<LayerModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic LayerModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetLayerModelMasterId(String layerModelMasterId) voidsetMetadata(String metadata) voidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDescription(String description) withLayerModelMasterId(String layerModelMasterId) withMetadata(String metadata) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
LayerModelMaster
public LayerModelMaster()
-
-
Method Details
-
getLayerModelMasterId
-
setLayerModelMasterId
-
withLayerModelMasterId
-
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<LayerModelMaster>
-
hashCode
public int hashCode() -
equals
-