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 Details

    • LayerModelMaster

      public LayerModelMaster()
  • Method Details

    • getLayerModelMasterId

      public String getLayerModelMasterId()
    • setLayerModelMasterId

      public void setLayerModelMasterId(String layerModelMasterId)
    • withLayerModelMasterId

      public LayerModelMaster withLayerModelMasterId(String layerModelMasterId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public LayerModelMaster withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public LayerModelMaster withDescription(String description)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public LayerModelMaster withMetadata(String metadata)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public LayerModelMaster withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public LayerModelMaster withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public LayerModelMaster withRevision(Long revision)
    • fromJson

      public static LayerModelMaster fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(LayerModelMaster o)
      Specified by:
      compareTo in interface Comparable<LayerModelMaster>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object