public class CouponNotificationProcessModel extends BusinessProcessModel
Represents The coupon notification Process.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COUPONNOTIFICATION
Generated constant - Attribute key of
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices. |
static java.lang.String |
LANGUAGE
Generated constant - Attribute key of
couponNotificationProcess.language attribute defined at extension customercouponservices. |
static java.lang.String |
NOTIFICATIONTYPE
Generated constant - Attribute key of
couponNotificationProcess.notificationType attribute defined at extension customercouponservices. |
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CouponNotificationProcessModel()
Generated constructor - Default constructor for generic creation.
|
CouponNotificationProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CouponNotificationProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CouponNotificationProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CouponNotificationModel |
getCouponNotification()
Generated method - Getter of the
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices. |
LanguageModel |
getLanguage()
Generated method - Getter of the
couponNotificationProcess.language attribute defined at extension customercouponservices. |
NotificationType |
getNotificationType()
Generated method - Getter of the
couponNotificationProcess.notificationType attribute defined at extension customercouponservices. |
void |
setCouponNotification(CouponNotificationModel value)
Generated method - Setter of
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
couponNotificationProcess.language attribute defined at extension customercouponservices. |
void |
setNotificationType(NotificationType value)
Generated method - Setter of
couponNotificationProcess.notificationType attribute defined at extension customercouponservices. |
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUsergetComments, 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 LANGUAGE
couponNotificationProcess.language attribute defined at extension customercouponservices.public static final java.lang.String COUPONNOTIFICATION
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices.public static final java.lang.String NOTIFICATIONTYPE
couponNotificationProcess.notificationType attribute defined at extension customercouponservices.public CouponNotificationProcessModel()
public CouponNotificationProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public CouponNotificationProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Deprecated
public CouponNotificationProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_owner - initial attribute declared by type Item at extension core_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Accessor(qualifier="couponNotification", type=GETTER) public CouponNotificationModel getCouponNotification()
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices.@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
couponNotificationProcess.language attribute defined at extension customercouponservices.@Accessor(qualifier="notificationType", type=GETTER) public NotificationType getNotificationType()
couponNotificationProcess.notificationType attribute defined at extension customercouponservices.@Accessor(qualifier="couponNotification", type=SETTER) public void setCouponNotification(CouponNotificationModel value)
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices.value - the couponNotification - Attribute contains the coupon notification@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
couponNotificationProcess.language attribute defined at extension customercouponservices.value - the language - Attribute contains language that will be used in the process.@Accessor(qualifier="notificationType", type=SETTER) public void setNotificationType(NotificationType value)
couponNotificationProcess.notificationType attribute defined at extension customercouponservices.value - the notificationType - Notification typeCopyright © 2018 SAP SE. All Rights Reserved.