Class CouponNotificationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.customercouponservices.model.CouponNotificationModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CouponNotificationModel extends ItemModel
Generated model class for type CouponNotification first defined at extension customercouponservices.- 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
_TYPECODE
Generated model type code constant.static java.lang.String
BASESITE
Generated constant - Attribute key ofCouponNotification.baseSite
attribute defined at extensioncustomercouponservices
.static java.lang.String
CUSTOMER
Generated constant - Attribute key ofCouponNotification.customer
attribute defined at extensioncustomercouponservices
.static java.lang.String
CUSTOMERCOUPON
Generated constant - Attribute key ofCouponNotification.customerCoupon
attribute defined at extensioncustomercouponservices
.static java.lang.String
LANGUAGE
Generated constant - Attribute key ofCouponNotification.language
attribute defined at extensioncustomercouponservices
.static java.lang.String
STATUS
Generated constant - Attribute key ofCouponNotification.status
attribute defined at extensioncustomercouponservices
.-
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 CouponNotificationModel()
Generated constructor - Default constructor for generic creation.CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, 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 parametersCouponNotificationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseSiteModel
getBaseSite()
Generated method - Getter of theCouponNotification.baseSite
attribute defined at extensioncustomercouponservices
.CustomerModel
getCustomer()
Generated method - Getter of theCouponNotification.customer
attribute defined at extensioncustomercouponservices
.CustomerCouponModel
getCustomerCoupon()
Generated method - Getter of theCouponNotification.customerCoupon
attribute defined at extensioncustomercouponservices
.LanguageModel
getLanguage()
Generated method - Getter of theCouponNotification.language
attribute defined at extensioncustomercouponservices
.CouponNotificationStatus
getStatus()
Generated method - Getter of theCouponNotification.status
attribute defined at extensioncustomercouponservices
.void
setBaseSite(BaseSiteModel value)
Generated method - Setter ofCouponNotification.baseSite
attribute defined at extensioncustomercouponservices
.void
setCustomer(CustomerModel value)
Generated method - Setter ofCouponNotification.customer
attribute defined at extensioncustomercouponservices
.void
setCustomerCoupon(CustomerCouponModel value)
Generated method - Setter ofCouponNotification.customerCoupon
attribute defined at extensioncustomercouponservices
.void
setLanguage(LanguageModel value)
Generated method - Setter ofCouponNotification.language
attribute defined at extensioncustomercouponservices
.void
setStatus(CouponNotificationStatus value)
Generated method - Setter ofCouponNotification.status
attribute defined at extensioncustomercouponservices
.-
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
-
CUSTOMERCOUPON
public static final java.lang.String CUSTOMERCOUPON
Generated constant - Attribute key ofCouponNotification.customerCoupon
attribute defined at extensioncustomercouponservices
.- See Also:
- Constant Field Values
-
CUSTOMER
public static final java.lang.String CUSTOMER
Generated constant - Attribute key ofCouponNotification.customer
attribute defined at extensioncustomercouponservices
.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofCouponNotification.status
attribute defined at extensioncustomercouponservices
.- See Also:
- Constant Field Values
-
BASESITE
public static final java.lang.String BASESITE
Generated constant - Attribute key ofCouponNotification.baseSite
attribute defined at extensioncustomercouponservices
.- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Generated constant - Attribute key ofCouponNotification.language
attribute defined at extensioncustomercouponservices
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CouponNotificationModel
public CouponNotificationModel()
Generated constructor - Default constructor for generic creation.
-
CouponNotificationModel
public CouponNotificationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
CouponNotificationModel
@Deprecated(since="4.1.1", forRemoval=true) public CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language)
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 - Constructor with all mandatory attributes.- Parameters:
_baseSite
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
_customer
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
_customerCoupon
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
_language
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
-
CouponNotificationModel
@Deprecated(since="4.1.1", forRemoval=true) public CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, 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:
_baseSite
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
_customer
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
_customerCoupon
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
_language
- initial attribute declared by typeCouponNotification
at extensioncustomercouponservices
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getBaseSite
@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
Generated method - Getter of theCouponNotification.baseSite
attribute defined at extensioncustomercouponservices
.- Returns:
- the baseSite - Attribute contains base site object that will be used in the process.
-
getCustomer
@Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
Generated method - Getter of theCouponNotification.customer
attribute defined at extensioncustomercouponservices
.- Returns:
- the customer
-
getCustomerCoupon
@Accessor(qualifier="customerCoupon", type=GETTER) public CustomerCouponModel getCustomerCoupon()
Generated method - Getter of theCouponNotification.customerCoupon
attribute defined at extensioncustomercouponservices
.- Returns:
- the customerCoupon
-
getLanguage
@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
Generated method - Getter of theCouponNotification.language
attribute defined at extensioncustomercouponservices
.- Returns:
- the language
-
getStatus
@Accessor(qualifier="status", type=GETTER) public CouponNotificationStatus getStatus()
Generated method - Getter of theCouponNotification.status
attribute defined at extensioncustomercouponservices
.- Returns:
- the status - Coupon notification status.
-
setBaseSite
@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
Generated method - Setter ofCouponNotification.baseSite
attribute defined at extensioncustomercouponservices
.- Parameters:
value
- the baseSite - Attribute contains base site object that will be used in the process.
-
setCustomer
@Accessor(qualifier="customer", type=SETTER) public void setCustomer(CustomerModel value)
Generated method - Setter ofCouponNotification.customer
attribute defined at extensioncustomercouponservices
.- Parameters:
value
- the customer
-
setCustomerCoupon
@Accessor(qualifier="customerCoupon", type=SETTER) public void setCustomerCoupon(CustomerCouponModel value)
Generated method - Setter ofCouponNotification.customerCoupon
attribute defined at extensioncustomercouponservices
.- Parameters:
value
- the customerCoupon
-
setLanguage
@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
Generated method - Setter ofCouponNotification.language
attribute defined at extensioncustomercouponservices
.- Parameters:
value
- the language
-
setStatus
@Accessor(qualifier="status", type=SETTER) public void setStatus(CouponNotificationStatus value)
Generated method - Setter ofCouponNotification.status
attribute defined at extensioncustomercouponservices
.- Parameters:
value
- the status - Coupon notification status.
-
-