Class CompositeScheduleRecord

java.lang.Object
simpleorm.dataset.SRecordInstance
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
com.inductiveautomation.ignition.gateway.alarming.schedule.CompositeScheduleRecord
All Implemented Interfaces:
Serializable

public class CompositeScheduleRecord extends PersistentRecord
A record that contains references to two other ScheduleProfileRecords
See Also:
  • Field Details

  • Constructor Details

    • CompositeScheduleRecord

      public CompositeScheduleRecord()
  • 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