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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _CSTICKETEVENT2CSTICKETEMAIL
      Generated relation code constant for relation CsTicketEvent2CsTicketEmail defining source attribute ticket in extension ticketsystem.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String BODY
      Generated constant - Attribute key of CsTicketEmail.body attribute defined at extension ticketsystem.
      static java.lang.String FROM
      Generated constant - Attribute key of CsTicketEmail.from attribute defined at extension ticketsystem.
      static java.lang.String MESSAGEID
      Generated constant - Attribute key of CsTicketEmail.messageId attribute defined at extension ticketsystem.
      static java.lang.String SUBJECT
      Generated constant - Attribute key of CsTicketEmail.subject attribute defined at extension ticketsystem.
      static java.lang.String TICKET
      Generated constant - Attribute key of CsTicketEmail.ticket attribute defined at extension ticketsystem.
      static java.lang.String TICKETPOS
      Generated constant - Attribute key of CsTicketEmail.ticketPOS attribute defined at extension ticketsystem.
      static java.lang.String TO
      Generated constant - Attribute key of CsTicketEmail.to attribute defined at extension ticketsystem.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      CsTicketEmailModel()
      Generated constructor - Default constructor for generic creation.
      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
      CsTicketEmailModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBody()
      Generated method - Getter of the CsTicketEmail.body attribute defined at extension ticketsystem.
      java.lang.String getFrom()
      Generated method - Getter of the CsTicketEmail.from attribute defined at extension ticketsystem.
      java.lang.String getMessageId()
      Generated method - Getter of the CsTicketEmail.messageId attribute defined at extension ticketsystem.
      java.lang.String getSubject()
      Generated method - Getter of the CsTicketEmail.subject attribute defined at extension ticketsystem.
      CsTicketEventModel getTicket()
      Generated method - Getter of the CsTicketEmail.ticket attribute defined at extension ticketsystem.
      java.lang.String getTo()
      Generated method - Getter of the CsTicketEmail.to attribute defined at extension ticketsystem.
      void setBody​(java.lang.String value)
      Generated method - Setter of CsTicketEmail.body attribute defined at extension ticketsystem.
      void setFrom​(java.lang.String value)
      Generated method - Setter of CsTicketEmail.from attribute defined at extension ticketsystem.
      void setMessageId​(java.lang.String value)
      Generated method - Setter of CsTicketEmail.messageId attribute defined at extension ticketsystem.
      void setSubject​(java.lang.String value)
      Generated method - Setter of CsTicketEmail.subject attribute defined at extension ticketsystem.
      void setTicket​(CsTicketEventModel value)
      Generated method - Setter of CsTicketEmail.ticket attribute defined at extension ticketsystem.
      void setTo​(java.lang.String value)
      Generated method - Setter of CsTicketEmail.to attribute defined at extension ticketsystem.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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​(de.hybris.platform.servicelayer.model.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
      • getTicket

        @Accessor(qualifier="ticket",
                  type=GETTER)
        public CsTicketEventModel getTicket()
        Generated method - Getter of the CsTicketEmail.ticket attribute defined at extension ticketsystem.
        Returns:
        the ticket
      • 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