Class AlertNotificationProfileRecord

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlertNotificationProfileRecord
    extends PersistentRecord
    The AlertNotificationProfileRecord defines the table structure all filters an AlertNotificationProfile will use before any notification
    See Also:
    Serialized Form
    • Constructor Detail

      • AlertNotificationProfileRecord

        public AlertNotificationProfileRecord()
    • 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 long getId()
      • getType

        public java.lang.String getType()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getSystem

        public java.lang.String getSystem()
      • getPath

        public java.lang.String getPath()
      • getStateName

        public java.lang.String getStateName()
      • isEnabled

        public boolean isEnabled()