public class CsTicketEventEmailConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALTEREDATTRIBUTES
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem. |
static java.lang.String |
CODE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. |
static java.lang.String |
EVENTTYPE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
static java.lang.String |
HTMLTEMPLATE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem. |
static java.lang.String |
PLAINTEXTTEMPLATE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem. |
static java.lang.String |
RECIPIENTTYPE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem. |
static java.lang.String |
SUBJECT
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CsTicketEventEmailConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
CsTicketEventEmailConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CsTicketEventEmailConfigurationModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CsTicketEventEmailConfigurationModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AttributeDescriptorModel> |
getAlteredAttributes()
Generated method - Getter of the
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem. |
java.lang.String |
getCode()
Generated method - Getter of the
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. |
CommentTypeModel |
getEventType()
Generated method - Getter of the
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
RendererTemplateModel |
getHtmlTemplate()
Generated method - Getter of the
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem. |
RendererTemplateModel |
getPlainTextTemplate()
Generated method - Getter of the
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem. |
CsEmailRecipients |
getRecipientType()
Generated method - Getter of the
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem. |
java.lang.String |
getSubject()
Generated method - Getter of the
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem. |
void |
setAlteredAttributes(java.util.Set<AttributeDescriptorModel> value)
Generated method - Setter of
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem. |
void |
setCode(java.lang.String value)
Generated method - Initial setter of
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. |
void |
setEventType(CommentTypeModel value)
Generated method - Setter of
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
void |
setHtmlTemplate(RendererTemplateModel value)
Generated method - Setter of
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem. |
void |
setPlainTextTemplate(RendererTemplateModel value)
Generated method - Setter of
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem. |
void |
setRecipientType(CsEmailRecipients value)
Generated method - Setter of
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem. |
void |
setSubject(java.lang.String value)
Generated method - Setter of
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String CODE
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem.public static final java.lang.String PLAINTEXTTEMPLATE
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.public static final java.lang.String HTMLTEMPLATE
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.public static final java.lang.String SUBJECT
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem.public static final java.lang.String EVENTTYPE
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.public static final java.lang.String ALTEREDATTRIBUTES
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.public static final java.lang.String RECIPIENTTYPE
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.public CsTicketEventEmailConfigurationModel()
public CsTicketEventEmailConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsTicketEventEmailConfigurationModel(java.lang.String _code)
_code - initial attribute declared by type CsTicketEventEmailConfiguration at extension ticketsystem@Deprecated
public CsTicketEventEmailConfigurationModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type CsTicketEventEmailConfiguration at extension ticketsystem_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="alteredAttributes", type=GETTER) public java.util.Set<AttributeDescriptorModel> getAlteredAttributes()
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem.@Accessor(qualifier="eventType", type=GETTER) public CommentTypeModel getEventType()
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.@Accessor(qualifier="htmlTemplate", type=GETTER) public RendererTemplateModel getHtmlTemplate()
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.@Accessor(qualifier="plainTextTemplate", type=GETTER) public RendererTemplateModel getPlainTextTemplate()
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.@Accessor(qualifier="recipientType", type=GETTER) public CsEmailRecipients getRecipientType()
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.@Accessor(qualifier="subject", type=GETTER) public java.lang.String getSubject()
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem.@Accessor(qualifier="alteredAttributes", type=SETTER) public void setAlteredAttributes(java.util.Set<AttributeDescriptorModel> value)
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.value - the alteredAttributes@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. Can only be used at creation of model - before first save.value - the code@Accessor(qualifier="eventType", type=SETTER) public void setEventType(CommentTypeModel value)
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.value - the eventType@Accessor(qualifier="htmlTemplate", type=SETTER) public void setHtmlTemplate(RendererTemplateModel value)
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.value - the htmlTemplate@Accessor(qualifier="plainTextTemplate", type=SETTER) public void setPlainTextTemplate(RendererTemplateModel value)
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.value - the plainTextTemplate@Accessor(qualifier="recipientType", type=SETTER) public void setRecipientType(CsEmailRecipients value)
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.value - the recipientTypeCopyright © 2018 SAP SE. All Rights Reserved.