Class EmailProfileSettingsRecord

All Implemented Interfaces:
Serializable

@Deprecated(since="8.3") public class EmailProfileSettingsRecord extends PersistentRecord
Deprecated.
Encapsulated the base configuration settings common to all email profile types.
See Also:
  • Field Details

  • Constructor Details

    • EmailProfileSettingsRecord

      public EmailProfileSettingsRecord()
      Deprecated.
  • Method Details

    • 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
    • getId

      public long getId()
      Deprecated.
    • setId

      public void setId(long id)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.