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:
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
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_CSTICKETEVENT2CSTICKETEMAILGenerated relation code constant for relationCsTicketEvent2CsTicketEmaildefining source attributeticketin extensionticketsystem.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringBODYGenerated constant - Attribute key ofCsTicketEmail.bodyattribute defined at extensionticketsystem.static java.lang.StringFROMGenerated constant - Attribute key ofCsTicketEmail.fromattribute defined at extensionticketsystem.static java.lang.StringMESSAGEIDGenerated constant - Attribute key ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.static java.lang.StringSUBJECTGenerated constant - Attribute key ofCsTicketEmail.subjectattribute defined at extensionticketsystem.static java.lang.StringTICKETGenerated constant - Attribute key ofCsTicketEmail.ticketattribute defined at extensionticketsystem.static java.lang.StringTICKETPOSGenerated constant - Attribute key ofCsTicketEmail.ticketPOSattribute defined at extensionticketsystem.static java.lang.StringTOGenerated constant - Attribute key ofCsTicketEmail.toattribute defined at extensionticketsystem.-
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 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 parametersCsTicketEmailModel(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.StringgetBody()Generated method - Getter of theCsTicketEmail.bodyattribute defined at extensionticketsystem.java.lang.StringgetFrom()Generated method - Getter of theCsTicketEmail.fromattribute defined at extensionticketsystem.java.lang.StringgetMessageId()Generated method - Getter of theCsTicketEmail.messageIdattribute defined at extensionticketsystem.java.lang.StringgetSubject()Generated method - Getter of theCsTicketEmail.subjectattribute defined at extensionticketsystem.CsTicketEventModelgetTicket()Generated method - Getter of theCsTicketEmail.ticketattribute defined at extensionticketsystem.java.lang.StringgetTo()Generated method - Getter of theCsTicketEmail.toattribute defined at extensionticketsystem.voidsetBody(java.lang.String value)Generated method - Setter ofCsTicketEmail.bodyattribute defined at extensionticketsystem.voidsetFrom(java.lang.String value)Generated method - Setter ofCsTicketEmail.fromattribute defined at extensionticketsystem.voidsetMessageId(java.lang.String value)Generated method - Setter ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.voidsetSubject(java.lang.String value)Generated method - Setter ofCsTicketEmail.subjectattribute defined at extensionticketsystem.voidsetTicket(CsTicketEventModel value)Generated method - Setter ofCsTicketEmail.ticketattribute defined at extensionticketsystem.voidsetTo(java.lang.String value)Generated method - Setter ofCsTicketEmail.toattribute defined at extensionticketsystem.-
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
-
-
-
-
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 relationCsTicketEvent2CsTicketEmaildefining source attributeticketin extensionticketsystem.- See Also:
- Constant Field Values
-
MESSAGEID
public static final java.lang.String MESSAGEID
Generated constant - Attribute key ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.- See Also:
- Constant Field Values
-
FROM
public static final java.lang.String FROM
Generated constant - Attribute key ofCsTicketEmail.fromattribute defined at extensionticketsystem.- See Also:
- Constant Field Values
-
TO
public static final java.lang.String TO
Generated constant - Attribute key ofCsTicketEmail.toattribute defined at extensionticketsystem.- See Also:
- Constant Field Values
-
SUBJECT
public static final java.lang.String SUBJECT
Generated constant - Attribute key ofCsTicketEmail.subjectattribute defined at extensionticketsystem.- See Also:
- Constant Field Values
-
BODY
public static final java.lang.String BODY
Generated constant - Attribute key ofCsTicketEmail.bodyattribute defined at extensionticketsystem.- See Also:
- Constant Field Values
-
TICKETPOS
public static final java.lang.String TICKETPOS
Generated constant - Attribute key ofCsTicketEmail.ticketPOSattribute defined at extensionticketsystem.- See Also:
- Constant Field Values
-
TICKET
public static final java.lang.String TICKET
Generated constant - Attribute key ofCsTicketEmail.ticketattribute defined at extensionticketsystem.- 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getBody
@Accessor(qualifier="body", type=GETTER) public java.lang.String getBody()
Generated method - Getter of theCsTicketEmail.bodyattribute defined at extensionticketsystem.- Returns:
- the body
-
getFrom
@Accessor(qualifier="from", type=GETTER) public java.lang.String getFrom()
Generated method - Getter of theCsTicketEmail.fromattribute defined at extensionticketsystem.- Returns:
- the from
-
getMessageId
@Accessor(qualifier="messageId", type=GETTER) public java.lang.String getMessageId()
Generated method - Getter of theCsTicketEmail.messageIdattribute defined at extensionticketsystem.- Returns:
- the messageId
-
getSubject
@Accessor(qualifier="subject", type=GETTER) public java.lang.String getSubject()
Generated method - Getter of theCsTicketEmail.subjectattribute defined at extensionticketsystem.- Returns:
- the subject
-
getTicket
@Accessor(qualifier="ticket", type=GETTER) public CsTicketEventModel getTicket()
Generated method - Getter of theCsTicketEmail.ticketattribute defined at extensionticketsystem.- Returns:
- the ticket
-
getTo
@Accessor(qualifier="to", type=GETTER) public java.lang.String getTo()
Generated method - Getter of theCsTicketEmail.toattribute defined at extensionticketsystem.- Returns:
- the to
-
setBody
@Accessor(qualifier="body", type=SETTER) public void setBody(java.lang.String value)
Generated method - Setter ofCsTicketEmail.bodyattribute defined at extensionticketsystem.- Parameters:
value- the body
-
setFrom
@Accessor(qualifier="from", type=SETTER) public void setFrom(java.lang.String value)
Generated method - Setter ofCsTicketEmail.fromattribute defined at extensionticketsystem.- Parameters:
value- the from
-
setMessageId
@Accessor(qualifier="messageId", type=SETTER) public void setMessageId(java.lang.String value)
Generated method - Setter ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.- Parameters:
value- the messageId
-
setSubject
@Accessor(qualifier="subject", type=SETTER) public void setSubject(java.lang.String value)
Generated method - Setter ofCsTicketEmail.subjectattribute defined at extensionticketsystem.- Parameters:
value- the subject
-
setTicket
@Accessor(qualifier="ticket", type=SETTER) public void setTicket(CsTicketEventModel value)
Generated method - Setter ofCsTicketEmail.ticketattribute defined at extensionticketsystem.- Parameters:
value- the ticket
-
-