Class GeneratedProductInterest
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.customerinterestsservices.jalo.GeneratedProductInterest
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
ProductInterest
public abstract class GeneratedProductInterest extends GenericItem
Generated class for typeProductInterest
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASESITE
Qualifier of theProductInterest.baseSite
attributestatic java.lang.String
BASESTORE
Qualifier of theProductInterest.baseStore
attributestatic java.lang.String
CUSTOMER
Qualifier of theProductInterest.customer
attributeprotected static BidirectionalOneToManyHandler<GeneratedProductInterest>
CUSTOMERHANDLER
BidirectionalOneToManyHandler
for handling 1:n CUSTOMER's relation attributes from 'one' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EMAILENABLED
Qualifier of theProductInterest.emailEnabled
attributestatic java.lang.String
EXPIRYDATE
Qualifier of theProductInterest.expiryDate
attributestatic java.lang.String
LANGUAGE
Qualifier of theProductInterest.language
attributestatic java.lang.String
NOTIFICATIONCHANNELS
Qualifier of theProductInterest.notificationChannels
attributestatic java.lang.String
NOTIFICATIONTYPE
Qualifier of theProductInterest.notificationType
attributestatic java.lang.String
PRODUCT
Qualifier of theProductInterest.product
attributeprotected static BidirectionalOneToManyHandler<GeneratedProductInterest>
PRODUCTHANDLER
BidirectionalOneToManyHandler
for handling 1:n PRODUCT's relation attributes from 'one' side.static java.lang.String
SMSENABLED
Qualifier of theProductInterest.smsEnabled
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedProductInterest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.BaseSite
getBaseSite()
Generated method - Getter of theProductInterest.baseSite
attribute.BaseSite
getBaseSite(SessionContext ctx)
Generated method - Getter of theProductInterest.baseSite
attribute.BaseStore
getBaseStore()
Generated method - Getter of theProductInterest.baseStore
attribute.BaseStore
getBaseStore(SessionContext ctx)
Generated method - Getter of theProductInterest.baseStore
attribute.Customer
getCustomer()
Generated method - Getter of theProductInterest.customer
attribute.Customer
getCustomer(SessionContext ctx)
Generated method - Getter of theProductInterest.customer
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Date
getExpiryDate()
Generated method - Getter of theProductInterest.expiryDate
attribute.java.util.Date
getExpiryDate(SessionContext ctx)
Generated method - Getter of theProductInterest.expiryDate
attribute.Language
getLanguage()
Generated method - Getter of theProductInterest.language
attribute.Language
getLanguage(SessionContext ctx)
Generated method - Getter of theProductInterest.language
attribute.java.util.Set<EnumerationValue>
getNotificationChannels()
Generated method - Getter of theProductInterest.notificationChannels
attribute.java.util.Set<EnumerationValue>
getNotificationChannels(SessionContext ctx)
Generated method - Getter of theProductInterest.notificationChannels
attribute.EnumerationValue
getNotificationType()
Generated method - Getter of theProductInterest.notificationType
attribute.EnumerationValue
getNotificationType(SessionContext ctx)
Generated method - Getter of theProductInterest.notificationType
attribute.Product
getProduct()
Generated method - Getter of theProductInterest.product
attribute.Product
getProduct(SessionContext ctx)
Generated method - Getter of theProductInterest.product
attribute.java.lang.Boolean
isEmailEnabled()
Generated method - Getter of theProductInterest.emailEnabled
attribute.java.lang.Boolean
isEmailEnabled(SessionContext ctx)
Generated method - Getter of theProductInterest.emailEnabled
attribute.boolean
isEmailEnabledAsPrimitive()
Generated method - Getter of theProductInterest.emailEnabled
attribute.boolean
isEmailEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductInterest.emailEnabled
attribute.java.lang.Boolean
isSmsEnabled()
Generated method - Getter of theProductInterest.smsEnabled
attribute.java.lang.Boolean
isSmsEnabled(SessionContext ctx)
Generated method - Getter of theProductInterest.smsEnabled
attribute.boolean
isSmsEnabledAsPrimitive()
Generated method - Getter of theProductInterest.smsEnabled
attribute.boolean
isSmsEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductInterest.smsEnabled
attribute.void
setBaseSite(BaseSite value)
Generated method - Setter of theProductInterest.baseSite
attribute.void
setBaseSite(SessionContext ctx, BaseSite value)
Generated method - Setter of theProductInterest.baseSite
attribute.void
setBaseStore(SessionContext ctx, BaseStore value)
Generated method - Setter of theProductInterest.baseStore
attribute.void
setBaseStore(BaseStore value)
Generated method - Setter of theProductInterest.baseStore
attribute.void
setCustomer(SessionContext ctx, Customer value)
Generated method - Setter of theProductInterest.customer
attribute.void
setCustomer(Customer value)
Generated method - Setter of theProductInterest.customer
attribute.void
setEmailEnabled(boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.void
setEmailEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.void
setEmailEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.void
setEmailEnabled(java.lang.Boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.void
setExpiryDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theProductInterest.expiryDate
attribute.void
setExpiryDate(java.util.Date value)
Generated method - Setter of theProductInterest.expiryDate
attribute.void
setLanguage(Language value)
Generated method - Setter of theProductInterest.language
attribute.void
setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theProductInterest.language
attribute.void
setNotificationChannels(SessionContext ctx, java.util.Set<EnumerationValue> value)
Generated method - Setter of theProductInterest.notificationChannels
attribute.void
setNotificationChannels(java.util.Set<EnumerationValue> value)
Generated method - Setter of theProductInterest.notificationChannels
attribute.void
setNotificationType(EnumerationValue value)
Generated method - Setter of theProductInterest.notificationType
attribute.void
setNotificationType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theProductInterest.notificationType
attribute.void
setProduct(Product value)
Generated method - Setter of theProductInterest.product
attribute.void
setProduct(SessionContext ctx, Product value)
Generated method - Setter of theProductInterest.product
attribute.void
setSmsEnabled(boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.void
setSmsEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.void
setSmsEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.void
setSmsEnabled(java.lang.Boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
EXPIRYDATE
public static final java.lang.String EXPIRYDATE
Qualifier of theProductInterest.expiryDate
attribute- See Also:
- Constant Field Values
-
BASESTORE
public static final java.lang.String BASESTORE
Qualifier of theProductInterest.baseStore
attribute- See Also:
- Constant Field Values
-
NOTIFICATIONTYPE
public static final java.lang.String NOTIFICATIONTYPE
Qualifier of theProductInterest.notificationType
attribute- See Also:
- Constant Field Values
-
EMAILENABLED
public static final java.lang.String EMAILENABLED
Qualifier of theProductInterest.emailEnabled
attribute- See Also:
- Constant Field Values
-
SMSENABLED
public static final java.lang.String SMSENABLED
Qualifier of theProductInterest.smsEnabled
attribute- See Also:
- Constant Field Values
-
NOTIFICATIONCHANNELS
public static final java.lang.String NOTIFICATIONCHANNELS
Qualifier of theProductInterest.notificationChannels
attribute- See Also:
- Constant Field Values
-
BASESITE
public static final java.lang.String BASESITE
Qualifier of theProductInterest.baseSite
attribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theProductInterest.language
attribute- See Also:
- Constant Field Values
-
CUSTOMER
public static final java.lang.String CUSTOMER
Qualifier of theProductInterest.customer
attribute- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Qualifier of theProductInterest.product
attribute- See Also:
- Constant Field Values
-
CUSTOMERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedProductInterest> CUSTOMERHANDLER
BidirectionalOneToManyHandler
for handling 1:n CUSTOMER's relation attributes from 'one' side.
-
PRODUCTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedProductInterest> PRODUCTHANDLER
BidirectionalOneToManyHandler
for handling 1:n PRODUCT's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getBaseSite
public BaseSite getBaseSite(SessionContext ctx)
Generated method - Getter of theProductInterest.baseSite
attribute.- Returns:
- the baseSite - Attribute contains base site object that will be used in the process.
-
getBaseSite
public BaseSite getBaseSite()
Generated method - Getter of theProductInterest.baseSite
attribute.- Returns:
- the baseSite - Attribute contains base site object that will be used in the process.
-
setBaseSite
public void setBaseSite(SessionContext ctx, BaseSite value)
Generated method - Setter of theProductInterest.baseSite
attribute.- Parameters:
value
- the baseSite - Attribute contains base site object that will be used in the process.
-
setBaseSite
public void setBaseSite(BaseSite value)
Generated method - Setter of theProductInterest.baseSite
attribute.- Parameters:
value
- the baseSite - Attribute contains base site object that will be used in the process.
-
getBaseStore
public BaseStore getBaseStore(SessionContext ctx)
Generated method - Getter of theProductInterest.baseStore
attribute.- Returns:
- the baseStore
-
getBaseStore
public BaseStore getBaseStore()
Generated method - Getter of theProductInterest.baseStore
attribute.- Returns:
- the baseStore
-
setBaseStore
public void setBaseStore(SessionContext ctx, BaseStore value)
Generated method - Setter of theProductInterest.baseStore
attribute.- Parameters:
value
- the baseStore
-
setBaseStore
public void setBaseStore(BaseStore value)
Generated method - Setter of theProductInterest.baseStore
attribute.- Parameters:
value
- the baseStore
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getCustomer
public Customer getCustomer(SessionContext ctx)
Generated method - Getter of theProductInterest.customer
attribute.- Returns:
- the customer
-
getCustomer
public Customer getCustomer()
Generated method - Getter of theProductInterest.customer
attribute.- Returns:
- the customer
-
setCustomer
public void setCustomer(SessionContext ctx, Customer value)
Generated method - Setter of theProductInterest.customer
attribute.- Parameters:
value
- the customer
-
setCustomer
public void setCustomer(Customer value)
Generated method - Setter of theProductInterest.customer
attribute.- Parameters:
value
- the customer
-
isEmailEnabled
public java.lang.Boolean isEmailEnabled(SessionContext ctx)
Generated method - Getter of theProductInterest.emailEnabled
attribute.- Returns:
- the emailEnabled
-
isEmailEnabled
public java.lang.Boolean isEmailEnabled()
Generated method - Getter of theProductInterest.emailEnabled
attribute.- Returns:
- the emailEnabled
-
isEmailEnabledAsPrimitive
public boolean isEmailEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductInterest.emailEnabled
attribute.- Returns:
- the emailEnabled
-
isEmailEnabledAsPrimitive
public boolean isEmailEnabledAsPrimitive()
Generated method - Getter of theProductInterest.emailEnabled
attribute.- Returns:
- the emailEnabled
-
setEmailEnabled
public void setEmailEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.- Parameters:
value
- the emailEnabled
-
setEmailEnabled
public void setEmailEnabled(java.lang.Boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.- Parameters:
value
- the emailEnabled
-
setEmailEnabled
public void setEmailEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.- Parameters:
value
- the emailEnabled
-
setEmailEnabled
public void setEmailEnabled(boolean value)
Generated method - Setter of theProductInterest.emailEnabled
attribute.- Parameters:
value
- the emailEnabled
-
getExpiryDate
public java.util.Date getExpiryDate(SessionContext ctx)
Generated method - Getter of theProductInterest.expiryDate
attribute.- Returns:
- the expiryDate - Deprecated since 1905, will be replaced by creation time plus expiryDay.
-
getExpiryDate
public java.util.Date getExpiryDate()
Generated method - Getter of theProductInterest.expiryDate
attribute.- Returns:
- the expiryDate - Deprecated since 1905, will be replaced by creation time plus expiryDay.
-
setExpiryDate
public void setExpiryDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theProductInterest.expiryDate
attribute.- Parameters:
value
- the expiryDate - Deprecated since 1905, will be replaced by creation time plus expiryDay.
-
setExpiryDate
public void setExpiryDate(java.util.Date value)
Generated method - Setter of theProductInterest.expiryDate
attribute.- Parameters:
value
- the expiryDate - Deprecated since 1905, will be replaced by creation time plus expiryDay.
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theProductInterest.language
attribute.- Returns:
- the language
-
getLanguage
public Language getLanguage()
Generated method - Getter of theProductInterest.language
attribute.- Returns:
- the language
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theProductInterest.language
attribute.- Parameters:
value
- the language
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of theProductInterest.language
attribute.- Parameters:
value
- the language
-
getNotificationChannels
public java.util.Set<EnumerationValue> getNotificationChannels(SessionContext ctx)
Generated method - Getter of theProductInterest.notificationChannels
attribute.- Returns:
- the notificationChannels
-
getNotificationChannels
public java.util.Set<EnumerationValue> getNotificationChannels()
Generated method - Getter of theProductInterest.notificationChannels
attribute.- Returns:
- the notificationChannels
-
setNotificationChannels
public void setNotificationChannels(SessionContext ctx, java.util.Set<EnumerationValue> value)
Generated method - Setter of theProductInterest.notificationChannels
attribute.- Parameters:
value
- the notificationChannels
-
setNotificationChannels
public void setNotificationChannels(java.util.Set<EnumerationValue> value)
Generated method - Setter of theProductInterest.notificationChannels
attribute.- Parameters:
value
- the notificationChannels
-
getNotificationType
public EnumerationValue getNotificationType(SessionContext ctx)
Generated method - Getter of theProductInterest.notificationType
attribute.- Returns:
- the notificationType
-
getNotificationType
public EnumerationValue getNotificationType()
Generated method - Getter of theProductInterest.notificationType
attribute.- Returns:
- the notificationType
-
setNotificationType
public void setNotificationType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theProductInterest.notificationType
attribute.- Parameters:
value
- the notificationType
-
setNotificationType
public void setNotificationType(EnumerationValue value)
Generated method - Setter of theProductInterest.notificationType
attribute.- Parameters:
value
- the notificationType
-
getProduct
public Product getProduct(SessionContext ctx)
Generated method - Getter of theProductInterest.product
attribute.- Returns:
- the product
-
getProduct
public Product getProduct()
Generated method - Getter of theProductInterest.product
attribute.- Returns:
- the product
-
setProduct
public void setProduct(SessionContext ctx, Product value)
Generated method - Setter of theProductInterest.product
attribute.- Parameters:
value
- the product
-
setProduct
public void setProduct(Product value)
Generated method - Setter of theProductInterest.product
attribute.- Parameters:
value
- the product
-
isSmsEnabled
public java.lang.Boolean isSmsEnabled(SessionContext ctx)
Generated method - Getter of theProductInterest.smsEnabled
attribute.- Returns:
- the smsEnabled
-
isSmsEnabled
public java.lang.Boolean isSmsEnabled()
Generated method - Getter of theProductInterest.smsEnabled
attribute.- Returns:
- the smsEnabled
-
isSmsEnabledAsPrimitive
public boolean isSmsEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductInterest.smsEnabled
attribute.- Returns:
- the smsEnabled
-
isSmsEnabledAsPrimitive
public boolean isSmsEnabledAsPrimitive()
Generated method - Getter of theProductInterest.smsEnabled
attribute.- Returns:
- the smsEnabled
-
setSmsEnabled
public void setSmsEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.- Parameters:
value
- the smsEnabled
-
setSmsEnabled
public void setSmsEnabled(java.lang.Boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.- Parameters:
value
- the smsEnabled
-
setSmsEnabled
public void setSmsEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.- Parameters:
value
- the smsEnabled
-
setSmsEnabled
public void setSmsEnabled(boolean value)
Generated method - Setter of theProductInterest.smsEnabled
attribute.- Parameters:
value
- the smsEnabled
-
-