Class CsTicketEmailModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ticket.events.model.CsTicketEmailModel
All Implemented Interfaces:
Serializable

public class CsTicketEmailModel extends ItemModel
Generated model class for type CsTicketEmail first defined at extension ticketsystem.
See Also:
  • 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 final String
    Generated relation code constant for relation CsTicketEvent2CsTicketEmail defining source attribute ticket in extension ticketsystem.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of CsTicketEmail.body attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketEmail.from attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketEmail.messageId attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketEmail.subject attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketEmail.ticket attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketEmail.ticketPOS attribute defined at extension ticketsystem.
    static final String
    Generated constant - Attribute key of CsTicketEmail.to attribute defined at extension ticketsystem.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the CsTicketEmail.body attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketEmail.from attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketEmail.messageId attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketEmail.subject attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketEmail.ticket attribute defined at extension ticketsystem.
    Generated method - Getter of the CsTicketEmail.to attribute defined at extension ticketsystem.
    void
    setBody(String value)
    Generated method - Setter of CsTicketEmail.body attribute defined at extension ticketsystem.
    void
    setFrom(String value)
    Generated method - Setter of CsTicketEmail.from attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketEmail.messageId attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketEmail.subject attribute defined at extension ticketsystem.
    void
    Generated method - Setter of CsTicketEmail.ticket attribute defined at extension ticketsystem.
    void
    setTo(String value)
    Generated method - Setter of CsTicketEmail.to attribute defined at extension ticketsystem.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    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 Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _CSTICKETEVENT2CSTICKETEMAIL

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

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

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

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

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

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

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

      public static final String TICKET
      Generated constant - Attribute key of CsTicketEmail.ticket attribute defined at extension ticketsystem.
      See Also:
  • Constructor Details

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

    • getBody

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

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

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

      @Accessor(qualifier="subject", type=GETTER) public 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 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(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(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(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(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(String value)
      Generated method - Setter of CsTicketEmail.to attribute defined at extension ticketsystem.
      Parameters:
      value - the to