Class GeneratedAttributeValueAssignment
- 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.catalog.jalo.classification.GeneratedAttributeValueAssignment
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
AttributeValueAssignment
public abstract class GeneratedAttributeValueAssignment extends GenericItem
Generated class for typeAttributeValueAssignment.- 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.StringATTRIBUTEQualifier of theAttributeValueAssignment.attributeattributestatic java.lang.StringATTRIBUTEASSIGNMENTQualifier of theAttributeValueAssignment.attributeAssignmentattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEXTERNALIDQualifier of theAttributeValueAssignment.externalIDattributestatic java.lang.StringPOSITIONQualifier of theAttributeValueAssignment.positionattributestatic java.lang.StringSYSTEMVERSIONQualifier of theAttributeValueAssignment.systemVersionattributestatic java.lang.StringVALUEQualifier of theAttributeValueAssignment.valueattribute-
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 GeneratedAttributeValueAssignment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationAttributegetAttribute()Generated method - Getter of theAttributeValueAssignment.attributeattribute.ClassificationAttributegetAttribute(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.attributeattribute.ClassAttributeAssignmentgetAttributeAssignment()Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute.ClassAttributeAssignmentgetAttributeAssignment(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetExternalID()Generated method - Getter of theAttributeValueAssignment.externalIDattribute.java.lang.StringgetExternalID(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.externalIDattribute.java.lang.IntegergetPosition()Generated method - Getter of theAttributeValueAssignment.positionattribute.java.lang.IntegergetPosition(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.positionattribute.intgetPositionAsPrimitive()Generated method - Getter of theAttributeValueAssignment.positionattribute.intgetPositionAsPrimitive(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.positionattribute.ClassificationSystemVersiongetSystemVersion()Generated method - Getter of theAttributeValueAssignment.systemVersionattribute.ClassificationSystemVersiongetSystemVersion(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.systemVersionattribute.ClassificationAttributeValuegetValue()Generated method - Getter of theAttributeValueAssignment.valueattribute.ClassificationAttributeValuegetValue(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.valueattribute.protected voidsetAttribute(ClassificationAttribute value)Generated method - Setter of theAttributeValueAssignment.attributeattribute.protected voidsetAttribute(SessionContext ctx, ClassificationAttribute value)Generated method - Setter of theAttributeValueAssignment.attributeattribute.protected voidsetAttributeAssignment(ClassAttributeAssignment value)Generated method - Setter of theAttributeValueAssignment.attributeAssignmentattribute.protected voidsetAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)Generated method - Setter of theAttributeValueAssignment.attributeAssignmentattribute.voidsetExternalID(SessionContext ctx, java.lang.String value)Generated method - Setter of theAttributeValueAssignment.externalIDattribute.voidsetExternalID(java.lang.String value)Generated method - Setter of theAttributeValueAssignment.externalIDattribute.voidsetPosition(int value)Generated method - Setter of theAttributeValueAssignment.positionattribute.voidsetPosition(SessionContext ctx, int value)Generated method - Setter of theAttributeValueAssignment.positionattribute.voidsetPosition(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theAttributeValueAssignment.positionattribute.voidsetPosition(java.lang.Integer value)Generated method - Setter of theAttributeValueAssignment.positionattribute.protected voidsetSystemVersion(ClassificationSystemVersion value)Generated method - Setter of theAttributeValueAssignment.systemVersionattribute.protected voidsetSystemVersion(SessionContext ctx, ClassificationSystemVersion value)Generated method - Setter of theAttributeValueAssignment.systemVersionattribute.protected voidsetValue(ClassificationAttributeValue value)Generated method - Setter of theAttributeValueAssignment.valueattribute.protected voidsetValue(SessionContext ctx, ClassificationAttributeValue value)Generated method - Setter of theAttributeValueAssignment.valueattribute.-
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
-
VALUE
public static final java.lang.String VALUE
Qualifier of theAttributeValueAssignment.valueattribute- See Also:
- Constant Field Values
-
ATTRIBUTEASSIGNMENT
public static final java.lang.String ATTRIBUTEASSIGNMENT
Qualifier of theAttributeValueAssignment.attributeAssignmentattribute- See Also:
- Constant Field Values
-
ATTRIBUTE
public static final java.lang.String ATTRIBUTE
Qualifier of theAttributeValueAssignment.attributeattribute- See Also:
- Constant Field Values
-
SYSTEMVERSION
public static final java.lang.String SYSTEMVERSION
Qualifier of theAttributeValueAssignment.systemVersionattribute- See Also:
- Constant Field Values
-
POSITION
public static final java.lang.String POSITION
Qualifier of theAttributeValueAssignment.positionattribute- See Also:
- Constant Field Values
-
EXTERNALID
public static final java.lang.String EXTERNALID
Qualifier of theAttributeValueAssignment.externalIDattribute- 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
-
getAttribute
public ClassificationAttribute getAttribute(SessionContext ctx)
Generated method - Getter of theAttributeValueAssignment.attributeattribute.- Returns:
- the attribute
-
getAttribute
public ClassificationAttribute getAttribute()
Generated method - Getter of theAttributeValueAssignment.attributeattribute.- Returns:
- the attribute
-
setAttribute
protected void setAttribute(SessionContext ctx, ClassificationAttribute value)
Generated method - Setter of theAttributeValueAssignment.attributeattribute.- Parameters:
value- the attribute
-
setAttribute
protected void setAttribute(ClassificationAttribute value)
Generated method - Setter of theAttributeValueAssignment.attributeattribute.- Parameters:
value- the attribute
-
getAttributeAssignment
public ClassAttributeAssignment getAttributeAssignment(SessionContext ctx)
Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute.- Returns:
- the attributeAssignment
-
getAttributeAssignment
public ClassAttributeAssignment getAttributeAssignment()
Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute.- Returns:
- the attributeAssignment
-
setAttributeAssignment
protected void setAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)
Generated method - Setter of theAttributeValueAssignment.attributeAssignmentattribute.- Parameters:
value- the attributeAssignment
-
setAttributeAssignment
protected void setAttributeAssignment(ClassAttributeAssignment value)
Generated method - Setter of theAttributeValueAssignment.attributeAssignmentattribute.- Parameters:
value- the attributeAssignment
-
getExternalID
public java.lang.String getExternalID(SessionContext ctx)
Generated method - Getter of theAttributeValueAssignment.externalIDattribute.- Returns:
- the externalID - external identifier refering to the actual classification system definition
-
getExternalID
public java.lang.String getExternalID()
Generated method - Getter of theAttributeValueAssignment.externalIDattribute.- Returns:
- the externalID - external identifier refering to the actual classification system definition
-
setExternalID
public void setExternalID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAttributeValueAssignment.externalIDattribute.- Parameters:
value- the externalID - external identifier refering to the actual classification system definition
-
setExternalID
public void setExternalID(java.lang.String value)
Generated method - Setter of theAttributeValueAssignment.externalIDattribute.- Parameters:
value- the externalID - external identifier refering to the actual classification system definition
-
getPosition
public java.lang.Integer getPosition(SessionContext ctx)
Generated method - Getter of theAttributeValueAssignment.positionattribute.- Returns:
- the position
-
getPosition
public java.lang.Integer getPosition()
Generated method - Getter of theAttributeValueAssignment.positionattribute.- Returns:
- the position
-
getPositionAsPrimitive
public int getPositionAsPrimitive(SessionContext ctx)
Generated method - Getter of theAttributeValueAssignment.positionattribute.- Returns:
- the position
-
getPositionAsPrimitive
public int getPositionAsPrimitive()
Generated method - Getter of theAttributeValueAssignment.positionattribute.- Returns:
- the position
-
setPosition
public void setPosition(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theAttributeValueAssignment.positionattribute.- Parameters:
value- the position
-
setPosition
public void setPosition(java.lang.Integer value)
Generated method - Setter of theAttributeValueAssignment.positionattribute.- Parameters:
value- the position
-
setPosition
public void setPosition(SessionContext ctx, int value)
Generated method - Setter of theAttributeValueAssignment.positionattribute.- Parameters:
value- the position
-
setPosition
public void setPosition(int value)
Generated method - Setter of theAttributeValueAssignment.positionattribute.- Parameters:
value- the position
-
getSystemVersion
public ClassificationSystemVersion getSystemVersion(SessionContext ctx)
Generated method - Getter of theAttributeValueAssignment.systemVersionattribute.- Returns:
- the systemVersion
-
getSystemVersion
public ClassificationSystemVersion getSystemVersion()
Generated method - Getter of theAttributeValueAssignment.systemVersionattribute.- Returns:
- the systemVersion
-
setSystemVersion
protected void setSystemVersion(SessionContext ctx, ClassificationSystemVersion value)
Generated method - Setter of theAttributeValueAssignment.systemVersionattribute.- Parameters:
value- the systemVersion
-
setSystemVersion
protected void setSystemVersion(ClassificationSystemVersion value)
Generated method - Setter of theAttributeValueAssignment.systemVersionattribute.- Parameters:
value- the systemVersion
-
getValue
public ClassificationAttributeValue getValue(SessionContext ctx)
Generated method - Getter of theAttributeValueAssignment.valueattribute.- Returns:
- the value
-
getValue
public ClassificationAttributeValue getValue()
Generated method - Getter of theAttributeValueAssignment.valueattribute.- Returns:
- the value
-
setValue
protected void setValue(SessionContext ctx, ClassificationAttributeValue value)
Generated method - Setter of theAttributeValueAssignment.valueattribute.- Parameters:
value- the value
-
setValue
protected void setValue(ClassificationAttributeValue value)
Generated method - Setter of theAttributeValueAssignment.valueattribute.- Parameters:
value- the value
-
-