Class EmailProfileSettingsRecord

  • All Implemented Interfaces:
    java.io.Serializable

    public class EmailProfileSettingsRecord
    extends PersistentRecord
    Encapsulated the base configuration settings common to all email profile types.
    See Also:
    Serialized Form
    • Constructor Detail

      • EmailProfileSettingsRecord

        public EmailProfileSettingsRecord()
    • Method Detail

      • getMeta

        public RecordMeta<EmailProfileSettingsRecord> 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()
      • setId

        public void setId​(long id)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)