Class GeneratedCsTicketEventEmailConfiguration

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CsTicketEventEmailConfiguration

public abstract class GeneratedCsTicketEventEmailConfiguration extends GenericItem
Generated class for type CsTicketEventEmailConfiguration.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the CsTicketEventEmailConfiguration.code attribute
      See Also:
    • PLAINTEXTTEMPLATE

      public static final String PLAINTEXTTEMPLATE
      Qualifier of the CsTicketEventEmailConfiguration.plainTextTemplate attribute
      See Also:
    • HTMLTEMPLATE

      public static final String HTMLTEMPLATE
      Qualifier of the CsTicketEventEmailConfiguration.htmlTemplate attribute
      See Also:
    • SUBJECT

      public static final String SUBJECT
      Qualifier of the CsTicketEventEmailConfiguration.subject attribute
      See Also:
    • EVENTTYPE

      public static final String EVENTTYPE
      Qualifier of the CsTicketEventEmailConfiguration.eventType attribute
      See Also:
    • ALTEREDATTRIBUTES

      public static final String ALTEREDATTRIBUTES
      Qualifier of the CsTicketEventEmailConfiguration.alteredAttributes attribute
      See Also:
    • RECIPIENTTYPE

      public static final String RECIPIENTTYPE
      Qualifier of the CsTicketEventEmailConfiguration.recipientType attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCsTicketEventEmailConfiguration

      public GeneratedCsTicketEventEmailConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAlteredAttributes

      public Set<AttributeDescriptor> getAlteredAttributes(SessionContext ctx)
      Generated method - Getter of the CsTicketEventEmailConfiguration.alteredAttributes attribute.
      Returns:
      the alteredAttributes
    • getAlteredAttributes

      public Set<AttributeDescriptor> getAlteredAttributes()
      Generated method - Getter of the CsTicketEventEmailConfiguration.alteredAttributes attribute.
      Returns:
      the alteredAttributes
    • setAlteredAttributes

      public void setAlteredAttributes(SessionContext ctx, Set<AttributeDescriptor> value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.alteredAttributes attribute.
      Parameters:
      value - the alteredAttributes
    • setAlteredAttributes

      public void setAlteredAttributes(Set<AttributeDescriptor> value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.alteredAttributes attribute.
      Parameters:
      value - the alteredAttributes
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the CsTicketEventEmailConfiguration.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the CsTicketEventEmailConfiguration.code attribute.
      Returns:
      the code
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.code attribute.
      Parameters:
      value - the code
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.code attribute.
      Parameters:
      value - the code
    • getEventType

      public CommentType getEventType(SessionContext ctx)
      Generated method - Getter of the CsTicketEventEmailConfiguration.eventType attribute.
      Returns:
      the eventType
    • getEventType

      public CommentType getEventType()
      Generated method - Getter of the CsTicketEventEmailConfiguration.eventType attribute.
      Returns:
      the eventType
    • setEventType

      public void setEventType(SessionContext ctx, CommentType value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.eventType attribute.
      Parameters:
      value - the eventType
    • setEventType

      public void setEventType(CommentType value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.eventType attribute.
      Parameters:
      value - the eventType
    • getHtmlTemplate

      public RendererTemplate getHtmlTemplate(SessionContext ctx)
      Generated method - Getter of the CsTicketEventEmailConfiguration.htmlTemplate attribute.
      Returns:
      the htmlTemplate
    • getHtmlTemplate

      public RendererTemplate getHtmlTemplate()
      Generated method - Getter of the CsTicketEventEmailConfiguration.htmlTemplate attribute.
      Returns:
      the htmlTemplate
    • setHtmlTemplate

      public void setHtmlTemplate(SessionContext ctx, RendererTemplate value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.htmlTemplate attribute.
      Parameters:
      value - the htmlTemplate
    • setHtmlTemplate

      public void setHtmlTemplate(RendererTemplate value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.htmlTemplate attribute.
      Parameters:
      value - the htmlTemplate
    • getPlainTextTemplate

      public RendererTemplate getPlainTextTemplate(SessionContext ctx)
      Generated method - Getter of the CsTicketEventEmailConfiguration.plainTextTemplate attribute.
      Returns:
      the plainTextTemplate
    • getPlainTextTemplate

      public RendererTemplate getPlainTextTemplate()
      Generated method - Getter of the CsTicketEventEmailConfiguration.plainTextTemplate attribute.
      Returns:
      the plainTextTemplate
    • setPlainTextTemplate

      public void setPlainTextTemplate(SessionContext ctx, RendererTemplate value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.plainTextTemplate attribute.
      Parameters:
      value - the plainTextTemplate
    • setPlainTextTemplate

      public void setPlainTextTemplate(RendererTemplate value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.plainTextTemplate attribute.
      Parameters:
      value - the plainTextTemplate
    • getRecipientType

      public EnumerationValue getRecipientType(SessionContext ctx)
      Generated method - Getter of the CsTicketEventEmailConfiguration.recipientType attribute.
      Returns:
      the recipientType
    • getRecipientType

      public EnumerationValue getRecipientType()
      Generated method - Getter of the CsTicketEventEmailConfiguration.recipientType attribute.
      Returns:
      the recipientType
    • setRecipientType

      public void setRecipientType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.recipientType attribute.
      Parameters:
      value - the recipientType
    • setRecipientType

      public void setRecipientType(EnumerationValue value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.recipientType attribute.
      Parameters:
      value - the recipientType
    • getSubject

      public String getSubject(SessionContext ctx)
      Generated method - Getter of the CsTicketEventEmailConfiguration.subject attribute.
      Returns:
      the subject
    • getSubject

      public String getSubject()
      Generated method - Getter of the CsTicketEventEmailConfiguration.subject attribute.
      Returns:
      the subject
    • setSubject

      public void setSubject(SessionContext ctx, String value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.subject attribute.
      Parameters:
      value - the subject
    • setSubject

      public void setSubject(String value)
      Generated method - Setter of the CsTicketEventEmailConfiguration.subject attribute.
      Parameters:
      value - the subject