java.lang.Object
dev.getelements.elements.rt.manifest.model.Model
All Implemented Interfaces:
Serializable

public class Model extends Object implements Serializable
Created by patricktwohig on 8/16/17.
See Also:
  • Constructor Details

    • Model

      public Model()
  • Method Details

    • getName

      public String getName()
      Get the name of the model.
      Returns:
      the name of the model
    • setName

      public void setName(String name)
      Sets the name of the model.
      Parameters:
      name - the name of the model
    • getDescription

      public String getDescription()
      Gets the description of this Model.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description of this model.
      Parameters:
      description - the description
    • getProperties

      public Map<String,Property> getProperties()
      Gets the mapping of properties.
      Returns:
      the Map<String,Property>
    • setProperties

      public void setProperties(Map<String,Property> properties)
      Sets the mapping of properties.
      Parameters:
      properties - the Map<String,Property>
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object