Class DeviceSettingsRecord

All Implemented Interfaces:
Serializable

public class DeviceSettingsRecord extends PersistentRecord
See Also:
  • Field Details

  • Constructor Details

    • DeviceSettingsRecord

      public DeviceSettingsRecord()
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord
    • getId

      public Long getId()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isMigrated

      public boolean isMigrated()
    • setMigrated

      public void setMigrated(boolean migrated)