public class CouponNotificationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASESITE
Generated constant - Attribute key of
CouponNotification.baseSite attribute defined at extension customercouponservices. |
static java.lang.String |
CUSTOMER
Generated constant - Attribute key of
CouponNotification.customer attribute defined at extension customercouponservices. |
static java.lang.String |
CUSTOMERCOUPON
Generated constant - Attribute key of
CouponNotification.customerCoupon attribute defined at extension customercouponservices. |
static java.lang.String |
LANGUAGE
Generated constant - Attribute key of
CouponNotification.language attribute defined at extension customercouponservices. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
CouponNotification.status attribute defined at extension customercouponservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CouponNotificationModel()
Generated constructor - Default constructor for generic creation.
|
CouponNotificationModel(BaseSiteModel _baseSite,
CustomerModel _customer,
CustomerCouponModel _customerCoupon,
LanguageModel _language)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CouponNotificationModel(BaseSiteModel _baseSite,
CustomerModel _customer,
CustomerCouponModel _customerCoupon,
LanguageModel _language,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CouponNotificationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
getBaseSite()
Generated method - Getter of the
CouponNotification.baseSite attribute defined at extension customercouponservices. |
CustomerModel |
getCustomer()
Generated method - Getter of the
CouponNotification.customer attribute defined at extension customercouponservices. |
CustomerCouponModel |
getCustomerCoupon()
Generated method - Getter of the
CouponNotification.customerCoupon attribute defined at extension customercouponservices. |
LanguageModel |
getLanguage()
Generated method - Getter of the
CouponNotification.language attribute defined at extension customercouponservices. |
CouponNotificationStatus |
getStatus()
Generated method - Getter of the
CouponNotification.status attribute defined at extension customercouponservices. |
void |
setBaseSite(BaseSiteModel value)
Generated method - Setter of
CouponNotification.baseSite attribute defined at extension customercouponservices. |
void |
setCustomer(CustomerModel value)
Generated method - Setter of
CouponNotification.customer attribute defined at extension customercouponservices. |
void |
setCustomerCoupon(CustomerCouponModel value)
Generated method - Setter of
CouponNotification.customerCoupon attribute defined at extension customercouponservices. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
CouponNotification.language attribute defined at extension customercouponservices. |
void |
setStatus(CouponNotificationStatus value)
Generated method - Setter of
CouponNotification.status attribute defined at extension customercouponservices. |
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 CUSTOMERCOUPON
CouponNotification.customerCoupon attribute defined at extension customercouponservices.public static final java.lang.String CUSTOMER
CouponNotification.customer attribute defined at extension customercouponservices.public static final java.lang.String STATUS
CouponNotification.status attribute defined at extension customercouponservices.public static final java.lang.String BASESITE
CouponNotification.baseSite attribute defined at extension customercouponservices.public static final java.lang.String LANGUAGE
CouponNotification.language attribute defined at extension customercouponservices.public CouponNotificationModel()
public CouponNotificationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language)
_baseSite - initial attribute declared by type CouponNotification at extension customercouponservices_customer - initial attribute declared by type CouponNotification at extension customercouponservices_customerCoupon - initial attribute declared by type CouponNotification at extension customercouponservices_language - initial attribute declared by type CouponNotification at extension customercouponservices@Deprecated public CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, ItemModel _owner)
_baseSite - initial attribute declared by type CouponNotification at extension customercouponservices_customer - initial attribute declared by type CouponNotification at extension customercouponservices_customerCoupon - initial attribute declared by type CouponNotification at extension customercouponservices_language - initial attribute declared by type CouponNotification at extension customercouponservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
CouponNotification.baseSite attribute defined at extension customercouponservices.@Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
CouponNotification.customer attribute defined at extension customercouponservices.@Accessor(qualifier="customerCoupon", type=GETTER) public CustomerCouponModel getCustomerCoupon()
CouponNotification.customerCoupon attribute defined at extension customercouponservices.@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
CouponNotification.language attribute defined at extension customercouponservices.@Accessor(qualifier="status", type=GETTER) public CouponNotificationStatus getStatus()
CouponNotification.status attribute defined at extension customercouponservices.@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
CouponNotification.baseSite attribute defined at extension customercouponservices.value - the baseSite - Attribute contains base site object that will be used in the process.@Accessor(qualifier="customer", type=SETTER) public void setCustomer(CustomerModel value)
CouponNotification.customer attribute defined at extension customercouponservices.value - the customer@Accessor(qualifier="customerCoupon", type=SETTER) public void setCustomerCoupon(CustomerCouponModel value)
CouponNotification.customerCoupon attribute defined at extension customercouponservices.value - the customerCoupon@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
CouponNotification.language attribute defined at extension customercouponservices.value - the language@Accessor(qualifier="status", type=SETTER) public void setStatus(CouponNotificationStatus value)
CouponNotification.status attribute defined at extension customercouponservices.value - the status - Coupon notification status.Copyright © 2018 SAP SE. All Rights Reserved.