Class TagHistoryProviderRecord

  • All Implemented Interfaces:
    java.io.Serializable

    public class TagHistoryProviderRecord
    extends PersistentRecord
    This is the parent record type for that Tag History Provider extension points.
    See Also:
    Serialized Form
    • Constructor Detail

      • TagHistoryProviderRecord

        public TagHistoryProviderRecord()
    • Method Detail

      • 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 java.lang.Long getId()
      • getName

        public java.lang.String getName()
      • getType

        public java.lang.String getType()
      • isEnabled

        public boolean isEnabled()