Class Property

java.lang.Object
ch.autumo.beetroot.Model
ch.autumo.beetroot.handler.properties.Property
All Implemented Interfaces:
Entity, Serializable

public class Property extends Model
Property.
See Also:
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getCreated

      public Timestamp getCreated()
    • setCreated

      public void setCreated(Timestamp created)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getModified

      public Timestamp getModified()
    • setModified

      public void setModified(Timestamp modified)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDisplayField

      public String getDisplayField()
      Description copied from class: Model
      Default display field.
      Overrides:
      getDisplayField in class Model
      Returns:
      display field
    • modelClass

      public Class<?> modelClass()
      Description copied from class: Model
      Get model base class, usually overwritten by the Plant generator.
      Specified by:
      modelClass in class Model
      Returns:
      model base class