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
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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationCsTicketEvent2CsTicketEmaildefining source attributeticketin extensionticketsystem.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCsTicketEmail.bodyattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEmail.fromattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEmail.subjectattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEmail.ticketattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEmail.ticketPOSattribute defined at extensionticketsystem.static final StringGenerated 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, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated 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(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Generated method - Getter of theCsTicketEmail.bodyattribute defined at extensionticketsystem.getFrom()Generated method - Getter of theCsTicketEmail.fromattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEmail.messageIdattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEmail.subjectattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEmail.ticketattribute defined at extensionticketsystem.getTo()Generated method - Getter of theCsTicketEmail.toattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketEmail.bodyattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketEmail.fromattribute defined at extensionticketsystem.voidsetMessageId(String value) Generated method - Setter ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.voidsetSubject(String value) Generated method - Setter ofCsTicketEmail.subjectattribute defined at extensionticketsystem.voidsetTicket(CsTicketEventModel value) Generated method - Setter ofCsTicketEmail.ticketattribute defined at extensionticketsystem.voidGenerated 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, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_CSTICKETEVENT2CSTICKETEMAIL
Generated relation code constant for relationCsTicketEvent2CsTicketEmaildefining source attributeticketin extensionticketsystem.- See Also:
-
MESSAGEID
Generated constant - Attribute key ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.- See Also:
-
FROM
Generated constant - Attribute key ofCsTicketEmail.fromattribute defined at extensionticketsystem.- See Also:
-
TO
Generated constant - Attribute key ofCsTicketEmail.toattribute defined at extensionticketsystem.- See Also:
-
SUBJECT
Generated constant - Attribute key ofCsTicketEmail.subjectattribute defined at extensionticketsystem.- See Also:
-
BODY
Generated constant - Attribute key ofCsTicketEmail.bodyattribute defined at extensionticketsystem.- See Also:
-
TICKETPOS
Generated constant - Attribute key ofCsTicketEmail.ticketPOSattribute defined at extensionticketsystem.- See Also:
-
TICKET
Generated constant - Attribute key ofCsTicketEmail.ticketattribute defined at extensionticketsystem.- 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, 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 Details
-
getBody
Generated method - Getter of theCsTicketEmail.bodyattribute defined at extensionticketsystem.- Returns:
- the body
-
getFrom
Generated method - Getter of theCsTicketEmail.fromattribute defined at extensionticketsystem.- Returns:
- the from
-
getMessageId
Generated method - Getter of theCsTicketEmail.messageIdattribute defined at extensionticketsystem.- Returns:
- the messageId
-
getSubject
Generated method - Getter of theCsTicketEmail.subjectattribute defined at extensionticketsystem.- Returns:
- the subject
-
getTicket
Generated method - Getter of theCsTicketEmail.ticketattribute defined at extensionticketsystem.- Returns:
- the ticket
-
getTo
Generated method - Getter of theCsTicketEmail.toattribute defined at extensionticketsystem.- Returns:
- the to
-
setBody
Generated method - Setter ofCsTicketEmail.bodyattribute defined at extensionticketsystem.- Parameters:
value- the body
-
setFrom
Generated method - Setter ofCsTicketEmail.fromattribute defined at extensionticketsystem.- Parameters:
value- the from
-
setMessageId
Generated method - Setter ofCsTicketEmail.messageIdattribute defined at extensionticketsystem.- Parameters:
value- the messageId
-
setSubject
Generated method - Setter ofCsTicketEmail.subjectattribute defined at extensionticketsystem.- Parameters:
value- the subject
-
setTicket
Generated method - Setter ofCsTicketEmail.ticketattribute defined at extensionticketsystem.- Parameters:
value- the ticket
-
setTo
Generated method - Setter ofCsTicketEmail.toattribute defined at extensionticketsystem.- Parameters:
value- the to
-