Package de.hybris.platform.catalog.jalo
Class GeneratedProductFeature
- 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.GeneratedProductFeature
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
ProductFeature
public abstract class GeneratedProductFeature extends GenericItem
Generated class for typeProductFeature
.- 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
BOOLEANVALUE
Qualifier of theProductFeature.booleanValue
attributestatic java.lang.String
CLASSIFICATIONATTRIBUTEASSIGNMENT
Qualifier of theProductFeature.classificationAttributeAssignment
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DESCRIPTION
Qualifier of theProductFeature.description
attributestatic java.lang.String
FEATUREPOSITION
Qualifier of theProductFeature.featurePosition
attributestatic java.lang.String
LANGUAGE
Qualifier of theProductFeature.language
attributestatic java.lang.String
NUMBERVALUE
Qualifier of theProductFeature.numberValue
attributestatic java.lang.String
PRODUCT
Qualifier of theProductFeature.product
attributeprotected static BidirectionalOneToManyHandler<GeneratedProductFeature>
PRODUCTHANDLER
BidirectionalOneToManyHandler
for handling 1:n PRODUCT's relation attributes from 'one' side.static java.lang.String
PRODUCTPOS
Qualifier of theProductFeature.productPOS
attributestatic java.lang.String
QUALIFIER
Qualifier of theProductFeature.qualifier
attributestatic java.lang.String
RAWVALUE
Qualifier of theProductFeature.rawValue
attributestatic java.lang.String
STRINGVALUE
Qualifier of theProductFeature.stringValue
attributestatic java.lang.String
UNIT
Qualifier of theProductFeature.unit
attributestatic java.lang.String
VALUEDETAILS
Qualifier of theProductFeature.valueDetails
attributestatic java.lang.String
VALUEPOSITION
Qualifier of theProductFeature.valuePosition
attributestatic java.lang.String
VALUETYPE
Qualifier of theProductFeature.valueType
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 GeneratedProductFeature()
-
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.ClassAttributeAssignment
getClassificationAttributeAssignment()
Generated method - Getter of theProductFeature.classificationAttributeAssignment
attribute.ClassAttributeAssignment
getClassificationAttributeAssignment(SessionContext ctx)
Generated method - Getter of theProductFeature.classificationAttributeAssignment
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDescription()
Generated method - Getter of theProductFeature.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theProductFeature.description
attribute.java.lang.Integer
getFeaturePosition()
Generated method - Getter of theProductFeature.featurePosition
attribute.java.lang.Integer
getFeaturePosition(SessionContext ctx)
Generated method - Getter of theProductFeature.featurePosition
attribute.int
getFeaturePositionAsPrimitive()
Generated method - Getter of theProductFeature.featurePosition
attribute.int
getFeaturePositionAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductFeature.featurePosition
attribute.Language
getLanguage()
Generated method - Getter of theProductFeature.language
attribute.Language
getLanguage(SessionContext ctx)
Generated method - Getter of theProductFeature.language
attribute.Product
getProduct()
Generated method - Getter of theProductFeature.product
attribute.Product
getProduct(SessionContext ctx)
Generated method - Getter of theProductFeature.product
attribute.java.lang.String
getQualifier()
Generated method - Getter of theProductFeature.qualifier
attribute.java.lang.String
getQualifier(SessionContext ctx)
Generated method - Getter of theProductFeature.qualifier
attribute.ClassificationAttributeUnit
getUnit()
Generated method - Getter of theProductFeature.unit
attribute.ClassificationAttributeUnit
getUnit(SessionContext ctx)
Generated method - Getter of theProductFeature.unit
attribute.java.lang.String
getValueDetails()
Generated method - Getter of theProductFeature.valueDetails
attribute.java.lang.String
getValueDetails(SessionContext ctx)
Generated method - Getter of theProductFeature.valueDetails
attribute.java.lang.Integer
getValuePosition()
Generated method - Getter of theProductFeature.valuePosition
attribute.java.lang.Integer
getValuePosition(SessionContext ctx)
Generated method - Getter of theProductFeature.valuePosition
attribute.int
getValuePositionAsPrimitive()
Generated method - Getter of theProductFeature.valuePosition
attribute.int
getValuePositionAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductFeature.valuePosition
attribute.protected void
setClassificationAttributeAssignment(ClassAttributeAssignment value)
Generated method - Setter of theProductFeature.classificationAttributeAssignment
attribute.protected void
setClassificationAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)
Generated method - Setter of theProductFeature.classificationAttributeAssignment
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theProductFeature.description
attribute.void
setFeaturePosition(int value)
Generated method - Setter of theProductFeature.featurePosition
attribute.void
setFeaturePosition(SessionContext ctx, int value)
Generated method - Setter of theProductFeature.featurePosition
attribute.void
setFeaturePosition(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProductFeature.featurePosition
attribute.void
setFeaturePosition(java.lang.Integer value)
Generated method - Setter of theProductFeature.featurePosition
attribute.protected void
setLanguage(Language value)
Generated method - Setter of theProductFeature.language
attribute.protected void
setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theProductFeature.language
attribute.protected void
setProduct(Product value)
Generated method - Setter of theProductFeature.product
attribute.protected void
setProduct(SessionContext ctx, Product value)
Generated method - Setter of theProductFeature.product
attribute.protected void
setQualifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.qualifier
attribute.protected void
setQualifier(java.lang.String value)
Generated method - Setter of theProductFeature.qualifier
attribute.void
setUnit(ClassificationAttributeUnit value)
Generated method - Setter of theProductFeature.unit
attribute.void
setUnit(SessionContext ctx, ClassificationAttributeUnit value)
Generated method - Setter of theProductFeature.unit
attribute.void
setValueDetails(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.valueDetails
attribute.void
setValueDetails(java.lang.String value)
Generated method - Setter of theProductFeature.valueDetails
attribute.void
setValuePosition(int value)
Generated method - Setter of theProductFeature.valuePosition
attribute.void
setValuePosition(SessionContext ctx, int value)
Generated method - Setter of theProductFeature.valuePosition
attribute.void
setValuePosition(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProductFeature.valuePosition
attribute.void
setValuePosition(java.lang.Integer value)
Generated method - Setter of theProductFeature.valuePosition
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
-
QUALIFIER
public static final java.lang.String QUALIFIER
Qualifier of theProductFeature.qualifier
attribute- See Also:
- Constant Field Values
-
CLASSIFICATIONATTRIBUTEASSIGNMENT
public static final java.lang.String CLASSIFICATIONATTRIBUTEASSIGNMENT
Qualifier of theProductFeature.classificationAttributeAssignment
attribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theProductFeature.language
attribute- See Also:
- Constant Field Values
-
VALUEPOSITION
public static final java.lang.String VALUEPOSITION
Qualifier of theProductFeature.valuePosition
attribute- See Also:
- Constant Field Values
-
FEATUREPOSITION
public static final java.lang.String FEATUREPOSITION
Qualifier of theProductFeature.featurePosition
attribute- See Also:
- Constant Field Values
-
VALUETYPE
public static final java.lang.String VALUETYPE
Qualifier of theProductFeature.valueType
attribute- See Also:
- Constant Field Values
-
STRINGVALUE
public static final java.lang.String STRINGVALUE
Qualifier of theProductFeature.stringValue
attribute- See Also:
- Constant Field Values
-
BOOLEANVALUE
public static final java.lang.String BOOLEANVALUE
Qualifier of theProductFeature.booleanValue
attribute- See Also:
- Constant Field Values
-
NUMBERVALUE
public static final java.lang.String NUMBERVALUE
Qualifier of theProductFeature.numberValue
attribute- See Also:
- Constant Field Values
-
RAWVALUE
public static final java.lang.String RAWVALUE
Qualifier of theProductFeature.rawValue
attribute- See Also:
- Constant Field Values
-
UNIT
public static final java.lang.String UNIT
Qualifier of theProductFeature.unit
attribute- See Also:
- Constant Field Values
-
VALUEDETAILS
public static final java.lang.String VALUEDETAILS
Qualifier of theProductFeature.valueDetails
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theProductFeature.description
attribute- See Also:
- Constant Field Values
-
PRODUCTPOS
public static final java.lang.String PRODUCTPOS
Qualifier of theProductFeature.productPOS
attribute- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Qualifier of theProductFeature.product
attribute- See Also:
- Constant Field Values
-
PRODUCTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedProductFeature> 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
-
getClassificationAttributeAssignment
public ClassAttributeAssignment getClassificationAttributeAssignment(SessionContext ctx)
Generated method - Getter of theProductFeature.classificationAttributeAssignment
attribute.- Returns:
- the classificationAttributeAssignment - Classification attribute assignment which this value belongs to
-
getClassificationAttributeAssignment
public ClassAttributeAssignment getClassificationAttributeAssignment()
Generated method - Getter of theProductFeature.classificationAttributeAssignment
attribute.- Returns:
- the classificationAttributeAssignment - Classification attribute assignment which this value belongs to
-
setClassificationAttributeAssignment
protected void setClassificationAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)
Generated method - Setter of theProductFeature.classificationAttributeAssignment
attribute.- Parameters:
value
- the classificationAttributeAssignment - Classification attribute assignment which this value belongs to
-
setClassificationAttributeAssignment
protected void setClassificationAttributeAssignment(ClassAttributeAssignment value)
Generated method - Setter of theProductFeature.classificationAttributeAssignment
attribute.- Parameters:
value
- the classificationAttributeAssignment - Classification attribute assignment which this value belongs to
-
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
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theProductFeature.description
attribute.- Returns:
- the description - description text
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theProductFeature.description
attribute.- Returns:
- the description - description text
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.description
attribute.- Parameters:
value
- the description - description text
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theProductFeature.description
attribute.- Parameters:
value
- the description - description text
-
getFeaturePosition
public java.lang.Integer getFeaturePosition(SessionContext ctx)
Generated method - Getter of theProductFeature.featurePosition
attribute.- Returns:
- the featurePosition - position of the feature which this value belongs to
-
getFeaturePosition
public java.lang.Integer getFeaturePosition()
Generated method - Getter of theProductFeature.featurePosition
attribute.- Returns:
- the featurePosition - position of the feature which this value belongs to
-
getFeaturePositionAsPrimitive
public int getFeaturePositionAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductFeature.featurePosition
attribute.- Returns:
- the featurePosition - position of the feature which this value belongs to
-
getFeaturePositionAsPrimitive
public int getFeaturePositionAsPrimitive()
Generated method - Getter of theProductFeature.featurePosition
attribute.- Returns:
- the featurePosition - position of the feature which this value belongs to
-
setFeaturePosition
public void setFeaturePosition(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProductFeature.featurePosition
attribute.- Parameters:
value
- the featurePosition - position of the feature which this value belongs to
-
setFeaturePosition
public void setFeaturePosition(java.lang.Integer value)
Generated method - Setter of theProductFeature.featurePosition
attribute.- Parameters:
value
- the featurePosition - position of the feature which this value belongs to
-
setFeaturePosition
public void setFeaturePosition(SessionContext ctx, int value)
Generated method - Setter of theProductFeature.featurePosition
attribute.- Parameters:
value
- the featurePosition - position of the feature which this value belongs to
-
setFeaturePosition
public void setFeaturePosition(int value)
Generated method - Setter of theProductFeature.featurePosition
attribute.- Parameters:
value
- the featurePosition - position of the feature which this value belongs to
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theProductFeature.language
attribute.- Returns:
- the language
-
getLanguage
public Language getLanguage()
Generated method - Getter of theProductFeature.language
attribute.- Returns:
- the language
-
setLanguage
protected void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theProductFeature.language
attribute.- Parameters:
value
- the language
-
setLanguage
protected void setLanguage(Language value)
Generated method - Setter of theProductFeature.language
attribute.- Parameters:
value
- the language
-
getProduct
public Product getProduct(SessionContext ctx)
Generated method - Getter of theProductFeature.product
attribute.- Returns:
- the product
-
getProduct
public Product getProduct()
Generated method - Getter of theProductFeature.product
attribute.- Returns:
- the product
-
setProduct
protected void setProduct(SessionContext ctx, Product value)
Generated method - Setter of theProductFeature.product
attribute.- Parameters:
value
- the product
-
setProduct
protected void setProduct(Product value)
Generated method - Setter of theProductFeature.product
attribute.- Parameters:
value
- the product
-
getQualifier
public java.lang.String getQualifier(SessionContext ctx)
Generated method - Getter of theProductFeature.qualifier
attribute.- Returns:
- the qualifier - Qualifier
-
getQualifier
public java.lang.String getQualifier()
Generated method - Getter of theProductFeature.qualifier
attribute.- Returns:
- the qualifier - Qualifier
-
setQualifier
protected void setQualifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.qualifier
attribute.- Parameters:
value
- the qualifier - Qualifier
-
setQualifier
protected void setQualifier(java.lang.String value)
Generated method - Setter of theProductFeature.qualifier
attribute.- Parameters:
value
- the qualifier - Qualifier
-
getUnit
public ClassificationAttributeUnit getUnit(SessionContext ctx)
Generated method - Getter of theProductFeature.unit
attribute.- Returns:
- the unit - Classification attribute unit
-
getUnit
public ClassificationAttributeUnit getUnit()
Generated method - Getter of theProductFeature.unit
attribute.- Returns:
- the unit - Classification attribute unit
-
setUnit
public void setUnit(SessionContext ctx, ClassificationAttributeUnit value)
Generated method - Setter of theProductFeature.unit
attribute.- Parameters:
value
- the unit - Classification attribute unit
-
setUnit
public void setUnit(ClassificationAttributeUnit value)
Generated method - Setter of theProductFeature.unit
attribute.- Parameters:
value
- the unit - Classification attribute unit
-
getValueDetails
public java.lang.String getValueDetails(SessionContext ctx)
Generated method - Getter of theProductFeature.valueDetails
attribute.- Returns:
- the valueDetails - value details text
-
getValueDetails
public java.lang.String getValueDetails()
Generated method - Getter of theProductFeature.valueDetails
attribute.- Returns:
- the valueDetails - value details text
-
setValueDetails
public void setValueDetails(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.valueDetails
attribute.- Parameters:
value
- the valueDetails - value details text
-
setValueDetails
public void setValueDetails(java.lang.String value)
Generated method - Setter of theProductFeature.valueDetails
attribute.- Parameters:
value
- the valueDetails - value details text
-
getValuePosition
public java.lang.Integer getValuePosition(SessionContext ctx)
Generated method - Getter of theProductFeature.valuePosition
attribute.- Returns:
- the valuePosition - position mark for multi value features
-
getValuePosition
public java.lang.Integer getValuePosition()
Generated method - Getter of theProductFeature.valuePosition
attribute.- Returns:
- the valuePosition - position mark for multi value features
-
getValuePositionAsPrimitive
public int getValuePositionAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductFeature.valuePosition
attribute.- Returns:
- the valuePosition - position mark for multi value features
-
getValuePositionAsPrimitive
public int getValuePositionAsPrimitive()
Generated method - Getter of theProductFeature.valuePosition
attribute.- Returns:
- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProductFeature.valuePosition
attribute.- Parameters:
value
- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(java.lang.Integer value)
Generated method - Setter of theProductFeature.valuePosition
attribute.- Parameters:
value
- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(SessionContext ctx, int value)
Generated method - Setter of theProductFeature.valuePosition
attribute.- Parameters:
value
- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(int value)
Generated method - Setter of theProductFeature.valuePosition
attribute.- Parameters:
value
- the valuePosition - position mark for multi value features
-
-