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:
Serializable
Generated model class for type CouponNotification first defined at extension customercouponservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.static final StringGenerated constant - Attribute key ofCouponNotification.customerattribute defined at extensioncustomercouponservices.static final StringGenerated constant - Attribute key ofCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.static final StringGenerated constant - Attribute key ofCouponNotification.languageattribute defined at extensioncustomercouponservices.static final StringGenerated constant - Attribute key ofCouponNotification.statusattribute defined at extensioncustomercouponservices.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.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 parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.Generated method - Getter of theCouponNotification.customerattribute defined at extensioncustomercouponservices.Generated method - Getter of theCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.Generated method - Getter of theCouponNotification.languageattribute defined at extensioncustomercouponservices.Generated method - Getter of theCouponNotification.statusattribute defined at extensioncustomercouponservices.voidsetBaseSite(BaseSiteModel value) Generated method - Setter ofCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.voidsetCustomer(CustomerModel value) Generated method - Setter ofCouponNotification.customerattribute defined at extensioncustomercouponservices.voidGenerated method - Setter ofCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.voidsetLanguage(LanguageModel value) Generated method - Setter ofCouponNotification.languageattribute defined at extensioncustomercouponservices.voidGenerated method - Setter ofCouponNotification.statusattribute defined at extensioncustomercouponservices.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:
-
CUSTOMERCOUPON
Generated constant - Attribute key ofCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.- See Also:
-
CUSTOMER
Generated constant - Attribute key ofCouponNotification.customerattribute defined at extensioncustomercouponservices.- See Also:
-
STATUS
Generated constant - Attribute key ofCouponNotification.statusattribute defined at extensioncustomercouponservices.- See Also:
-
BASESITE
Generated constant - Attribute key ofCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.- See Also:
-
LANGUAGE
Generated constant - Attribute key ofCouponNotification.languageattribute defined at extensioncustomercouponservices.- See Also:
-
-
Constructor Details
-
CouponNotificationModel
public CouponNotificationModel()Generated constructor - Default constructor for generic creation. -
CouponNotificationModel
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 typeCouponNotificationat extensioncustomercouponservices_customer- initial attribute declared by typeCouponNotificationat extensioncustomercouponservices_customerCoupon- initial attribute declared by typeCouponNotificationat extensioncustomercouponservices_language- initial attribute declared by typeCouponNotificationat 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 typeCouponNotificationat extensioncustomercouponservices_customer- initial attribute declared by typeCouponNotificationat extensioncustomercouponservices_customerCoupon- initial attribute declared by typeCouponNotificationat extensioncustomercouponservices_language- initial attribute declared by typeCouponNotificationat extensioncustomercouponservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBaseSite
Generated method - Getter of theCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.- Returns:
- the baseSite - Attribute contains base site object that will be used in the process.
-
getCustomer
Generated method - Getter of theCouponNotification.customerattribute defined at extensioncustomercouponservices.- Returns:
- the customer
-
getCustomerCoupon
Generated method - Getter of theCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.- Returns:
- the customerCoupon
-
getLanguage
Generated method - Getter of theCouponNotification.languageattribute defined at extensioncustomercouponservices.- Returns:
- the language
-
getStatus
Generated method - Getter of theCouponNotification.statusattribute defined at extensioncustomercouponservices.- Returns:
- the status - Coupon notification status.
-
setBaseSite
Generated method - Setter ofCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.- Parameters:
value- the baseSite - Attribute contains base site object that will be used in the process.
-
setCustomer
Generated method - Setter ofCouponNotification.customerattribute defined at extensioncustomercouponservices.- Parameters:
value- the customer
-
setCustomerCoupon
@Accessor(qualifier="customerCoupon", type=SETTER) public void setCustomerCoupon(CustomerCouponModel value) Generated method - Setter ofCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.- Parameters:
value- the customerCoupon
-
setLanguage
Generated method - Setter ofCouponNotification.languageattribute defined at extensioncustomercouponservices.- Parameters:
value- the language
-
setStatus
Generated method - Setter ofCouponNotification.statusattribute defined at extensioncustomercouponservices.- Parameters:
value- the status - Coupon notification status.
-