Class GeneratedSAPRecoImpressionAggr
- 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
-
- com.hybris.ymkt.recommendationbuffer.jalo.GeneratedSAPRecoImpressionAggr
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
SAPRecoImpressionAggr
public abstract class GeneratedSAPRecoImpressionAggr extends GenericItem
Generated class for typeSAPRecoImpressionAggr.- 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 protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringIMPRESSIONCOUNTQualifier of theSAPRecoImpressionAggr.impressionCountattributestatic java.lang.StringITEMCOUNTQualifier of theSAPRecoImpressionAggr.itemCountattributestatic java.lang.StringSCENARIOIDQualifier of theSAPRecoImpressionAggr.scenarioIdattributestatic java.lang.StringTIMESTAMPQualifier of theSAPRecoImpressionAggr.timeStampattribute-
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 GeneratedSAPRecoImpressionAggr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.IntegergetImpressionCount()Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.java.lang.IntegergetImpressionCount(SessionContext ctx)Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.intgetImpressionCountAsPrimitive()Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.intgetImpressionCountAsPrimitive(SessionContext ctx)Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.java.lang.IntegergetItemCount()Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.java.lang.IntegergetItemCount(SessionContext ctx)Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.intgetItemCountAsPrimitive()Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.intgetItemCountAsPrimitive(SessionContext ctx)Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.java.lang.StringgetScenarioId()Generated method - Getter of theSAPRecoImpressionAggr.scenarioIdattribute.java.lang.StringgetScenarioId(SessionContext ctx)Generated method - Getter of theSAPRecoImpressionAggr.scenarioIdattribute.java.util.DategetTimeStamp()Generated method - Getter of theSAPRecoImpressionAggr.timeStampattribute.java.util.DategetTimeStamp(SessionContext ctx)Generated method - Getter of theSAPRecoImpressionAggr.timeStampattribute.voidsetImpressionCount(int value)Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.voidsetImpressionCount(SessionContext ctx, int value)Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.voidsetImpressionCount(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.voidsetImpressionCount(java.lang.Integer value)Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.voidsetItemCount(int value)Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.voidsetItemCount(SessionContext ctx, int value)Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.voidsetItemCount(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.voidsetItemCount(java.lang.Integer value)Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.voidsetScenarioId(SessionContext ctx, java.lang.String value)Generated method - Setter of theSAPRecoImpressionAggr.scenarioIdattribute.voidsetScenarioId(java.lang.String value)Generated method - Setter of theSAPRecoImpressionAggr.scenarioIdattribute.voidsetTimeStamp(SessionContext ctx, java.util.Date value)Generated method - Setter of theSAPRecoImpressionAggr.timeStampattribute.voidsetTimeStamp(java.util.Date value)Generated method - Setter of theSAPRecoImpressionAggr.timeStampattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, 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
-
SCENARIOID
public static final java.lang.String SCENARIOID
Qualifier of theSAPRecoImpressionAggr.scenarioIdattribute- See Also:
- Constant Field Values
-
IMPRESSIONCOUNT
public static final java.lang.String IMPRESSIONCOUNT
Qualifier of theSAPRecoImpressionAggr.impressionCountattribute- See Also:
- Constant Field Values
-
ITEMCOUNT
public static final java.lang.String ITEMCOUNT
Qualifier of theSAPRecoImpressionAggr.itemCountattribute- See Also:
- Constant Field Values
-
TIMESTAMP
public static final java.lang.String TIMESTAMP
Qualifier of theSAPRecoImpressionAggr.timeStampattribute- See Also:
- Constant Field Values
-
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:
getDefaultAttributeModesin classItem
-
getImpressionCount
public java.lang.Integer getImpressionCount(SessionContext ctx)
Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.- Returns:
- the impressionCount - Impression Count
-
getImpressionCount
public java.lang.Integer getImpressionCount()
Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.- Returns:
- the impressionCount - Impression Count
-
getImpressionCountAsPrimitive
public int getImpressionCountAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.- Returns:
- the impressionCount - Impression Count
-
getImpressionCountAsPrimitive
public int getImpressionCountAsPrimitive()
Generated method - Getter of theSAPRecoImpressionAggr.impressionCountattribute.- Returns:
- the impressionCount - Impression Count
-
setImpressionCount
public void setImpressionCount(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.- Parameters:
value- the impressionCount - Impression Count
-
setImpressionCount
public void setImpressionCount(java.lang.Integer value)
Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.- Parameters:
value- the impressionCount - Impression Count
-
setImpressionCount
public void setImpressionCount(SessionContext ctx, int value)
Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.- Parameters:
value- the impressionCount - Impression Count
-
setImpressionCount
public void setImpressionCount(int value)
Generated method - Setter of theSAPRecoImpressionAggr.impressionCountattribute.- Parameters:
value- the impressionCount - Impression Count
-
getItemCount
public java.lang.Integer getItemCount(SessionContext ctx)
Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.- Returns:
- the itemCount - Item Count
-
getItemCount
public java.lang.Integer getItemCount()
Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.- Returns:
- the itemCount - Item Count
-
getItemCountAsPrimitive
public int getItemCountAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.- Returns:
- the itemCount - Item Count
-
getItemCountAsPrimitive
public int getItemCountAsPrimitive()
Generated method - Getter of theSAPRecoImpressionAggr.itemCountattribute.- Returns:
- the itemCount - Item Count
-
setItemCount
public void setItemCount(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.- Parameters:
value- the itemCount - Item Count
-
setItemCount
public void setItemCount(java.lang.Integer value)
Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.- Parameters:
value- the itemCount - Item Count
-
setItemCount
public void setItemCount(SessionContext ctx, int value)
Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.- Parameters:
value- the itemCount - Item Count
-
setItemCount
public void setItemCount(int value)
Generated method - Setter of theSAPRecoImpressionAggr.itemCountattribute.- Parameters:
value- the itemCount - Item Count
-
getScenarioId
public java.lang.String getScenarioId(SessionContext ctx)
Generated method - Getter of theSAPRecoImpressionAggr.scenarioIdattribute.- Returns:
- the scenarioId - Scenario ID
-
getScenarioId
public java.lang.String getScenarioId()
Generated method - Getter of theSAPRecoImpressionAggr.scenarioIdattribute.- Returns:
- the scenarioId - Scenario ID
-
setScenarioId
public void setScenarioId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRecoImpressionAggr.scenarioIdattribute.- Parameters:
value- the scenarioId - Scenario ID
-
setScenarioId
public void setScenarioId(java.lang.String value)
Generated method - Setter of theSAPRecoImpressionAggr.scenarioIdattribute.- Parameters:
value- the scenarioId - Scenario ID
-
getTimeStamp
public java.util.Date getTimeStamp(SessionContext ctx)
Generated method - Getter of theSAPRecoImpressionAggr.timeStampattribute.- Returns:
- the timeStamp - Time Stamp
-
getTimeStamp
public java.util.Date getTimeStamp()
Generated method - Getter of theSAPRecoImpressionAggr.timeStampattribute.- Returns:
- the timeStamp - Time Stamp
-
setTimeStamp
public void setTimeStamp(SessionContext ctx, java.util.Date value)
Generated method - Setter of theSAPRecoImpressionAggr.timeStampattribute.- Parameters:
value- the timeStamp - Time Stamp
-
setTimeStamp
public void setTimeStamp(java.util.Date value)
Generated method - Setter of theSAPRecoImpressionAggr.timeStampattribute.- Parameters:
value- the timeStamp - Time Stamp
-
-