Class CsTicketEmailModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsTicketEmailModel
    extends ItemModel
    Generated model class for type CsTicketEmail first defined at extension ticketsystem.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _CSTICKETEVENT2CSTICKETEMAIL

        public static final java.lang.String _CSTICKETEVENT2CSTICKETEMAIL
        Generated relation code constant for relation CsTicketEvent2CsTicketEmail defining source attribute ticket in extension ticketsystem.
        See Also:
        Constant Field Values
      • MESSAGEID

        public static final java.lang.String MESSAGEID
        Generated constant - Attribute key of CsTicketEmail.messageId attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • FROM

        public static final java.lang.String FROM
        Generated constant - Attribute key of CsTicketEmail.from attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • TO

        public static final java.lang.String TO
        Generated constant - Attribute key of CsTicketEmail.to attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • SUBJECT

        public static final java.lang.String SUBJECT
        Generated constant - Attribute key of CsTicketEmail.subject attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • BODY

        public static final java.lang.String BODY
        Generated constant - Attribute key of CsTicketEmail.body attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • TICKETPOS

        public static final java.lang.String TICKETPOS
        Generated constant - Attribute key of CsTicketEmail.ticketPOS attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
      • TICKET

        public static final java.lang.String TICKET
        Generated constant - Attribute key of CsTicketEmail.ticket attribute defined at extension ticketsystem.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CsTicketEmailModel

        public CsTicketEmailModel()
        Generated constructor - Default constructor for generic creation.
      • CsTicketEmailModel

        public CsTicketEmailModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • CsTicketEmailModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CsTicketEmailModel​(ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getBody

        @Accessor(qualifier="body",
                  type=GETTER)
        public java.lang.String getBody()
        Generated method - Getter of the CsTicketEmail.body attribute defined at extension ticketsystem.
        Returns:
        the body
      • getFrom

        @Accessor(qualifier="from",
                  type=GETTER)
        public java.lang.String getFrom()
        Generated method - Getter of the CsTicketEmail.from attribute defined at extension ticketsystem.
        Returns:
        the from
      • getMessageId

        @Accessor(qualifier="messageId",
                  type=GETTER)
        public java.lang.String getMessageId()
        Generated method - Getter of the CsTicketEmail.messageId attribute defined at extension ticketsystem.
        Returns:
        the messageId
      • getSubject

        @Accessor(qualifier="subject",
                  type=GETTER)
        public java.lang.String getSubject()
        Generated method - Getter of the CsTicketEmail.subject attribute defined at extension ticketsystem.
        Returns:
        the subject
      • getTo

        @Accessor(qualifier="to",
                  type=GETTER)
        public java.lang.String getTo()
        Generated method - Getter of the CsTicketEmail.to attribute defined at extension ticketsystem.
        Returns:
        the to
      • setBody

        @Accessor(qualifier="body",
                  type=SETTER)
        public void setBody​(java.lang.String value)
        Generated method - Setter of CsTicketEmail.body attribute defined at extension ticketsystem.
        Parameters:
        value - the body
      • setFrom

        @Accessor(qualifier="from",
                  type=SETTER)
        public void setFrom​(java.lang.String value)
        Generated method - Setter of CsTicketEmail.from attribute defined at extension ticketsystem.
        Parameters:
        value - the from
      • setMessageId

        @Accessor(qualifier="messageId",
                  type=SETTER)
        public void setMessageId​(java.lang.String value)
        Generated method - Setter of CsTicketEmail.messageId attribute defined at extension ticketsystem.
        Parameters:
        value - the messageId
      • setSubject

        @Accessor(qualifier="subject",
                  type=SETTER)
        public void setSubject​(java.lang.String value)
        Generated method - Setter of CsTicketEmail.subject attribute defined at extension ticketsystem.
        Parameters:
        value - the subject
      • setTicket

        @Accessor(qualifier="ticket",
                  type=SETTER)
        public void setTicket​(CsTicketEventModel value)
        Generated method - Setter of CsTicketEmail.ticket attribute defined at extension ticketsystem.
        Parameters:
        value - the ticket
      • setTo

        @Accessor(qualifier="to",
                  type=SETTER)
        public void setTo​(java.lang.String value)
        Generated method - Setter of CsTicketEmail.to attribute defined at extension ticketsystem.
        Parameters:
        value - the to