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_TYPECODEGenerated model type code constant.static java.lang.StringBASESITEGenerated constant - Attribute key ofCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.static java.lang.StringCUSTOMERGenerated constant - Attribute key ofCouponNotification.customerattribute defined at extensioncustomercouponservices.static java.lang.StringCUSTOMERCOUPONGenerated constant - Attribute key ofCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.static java.lang.StringLANGUAGEGenerated constant - Attribute key ofCouponNotification.languageattribute defined at extensioncustomercouponservices.static java.lang.StringSTATUSGenerated 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, 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 BaseSiteModelgetBaseSite()Generated method - Getter of theCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.CustomerModelgetCustomer()Generated method - Getter of theCouponNotification.customerattribute defined at extensioncustomercouponservices.CustomerCouponModelgetCustomerCoupon()Generated method - Getter of theCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.LanguageModelgetLanguage()Generated method - Getter of theCouponNotification.languageattribute defined at extensioncustomercouponservices.CouponNotificationStatusgetStatus()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.voidsetCustomerCoupon(CustomerCouponModel value)Generated method - Setter ofCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.voidsetLanguage(LanguageModel value)Generated method - Setter ofCouponNotification.languageattribute defined at extensioncustomercouponservices.voidsetStatus(CouponNotificationStatus value)Generated 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, 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.customerCouponattribute defined at extensioncustomercouponservices.- See Also:
- Constant Field Values
-
CUSTOMER
public static final java.lang.String CUSTOMER
Generated constant - Attribute key ofCouponNotification.customerattribute defined at extensioncustomercouponservices.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofCouponNotification.statusattribute defined at extensioncustomercouponservices.- See Also:
- Constant Field Values
-
BASESITE
public static final java.lang.String BASESITE
Generated constant - Attribute key ofCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Generated constant - Attribute key ofCouponNotification.languageattribute 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 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 Detail
-
getBaseSite
@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel 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
@Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
Generated method - Getter of theCouponNotification.customerattribute defined at extensioncustomercouponservices.- Returns:
- the customer
-
getCustomerCoupon
@Accessor(qualifier="customerCoupon", type=GETTER) public CustomerCouponModel getCustomerCoupon()
Generated method - Getter of theCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.- Returns:
- the customerCoupon
-
getLanguage
@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
Generated method - Getter of theCouponNotification.languageattribute defined at extensioncustomercouponservices.- Returns:
- the language
-
getStatus
@Accessor(qualifier="status", type=GETTER) public CouponNotificationStatus getStatus()
Generated method - Getter of theCouponNotification.statusattribute defined at extensioncustomercouponservices.- Returns:
- the status - Coupon notification status.
-
setBaseSite
@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
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
@Accessor(qualifier="customer", type=SETTER) public void setCustomer(CustomerModel value)
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
@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
Generated method - Setter ofCouponNotification.languageattribute defined at extensioncustomercouponservices.- Parameters:
value- the language
-
setStatus
@Accessor(qualifier="status", type=SETTER) public void setStatus(CouponNotificationStatus value)
Generated method - Setter ofCouponNotification.statusattribute defined at extensioncustomercouponservices.- Parameters:
value- the status - Coupon notification status.
-
-