Class ScheduleRecord

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ScheduleRecord
    extends PersistentRecord
    Deprecated.
    Don't modify this class or use it to create new records. Instead, use BasicScheduleRecord
    See Also:
    Serialized Form
    • Constructor Detail

      • ScheduleRecord

        public ScheduleRecord()
        Deprecated.
    • Method Detail

      • getMeta

        public RecordMeta<?> getMeta()
        Deprecated.
        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
      • getType

        public java.lang.String getType()
        Deprecated.