Class Setting

java.lang.Object
se.bth.pulse.entity.Setting

@Entity(name="Setting") public class Setting extends Object
This is the entity class for the table Setting. This class models the table Settings meaning that each instance of this class represents a row in the table. This table is intended to hold settings for the application. The settings are stored as key-value pairs. Using this class the table is created.
  • Constructor Details

    • Setting

      public Setting()
  • Method Details

    • setId

      public void setId(Integer id)
    • setName

      public void setName(String name)
    • setValue

      public void setValue(String value)