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.StringBOOLEANVALUEQualifier of theProductFeature.booleanValueattributestatic java.lang.StringCLASSIFICATIONATTRIBUTEASSIGNMENTQualifier of theProductFeature.classificationAttributeAssignmentattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDESCRIPTIONQualifier of theProductFeature.descriptionattributestatic java.lang.StringFEATUREPOSITIONQualifier of theProductFeature.featurePositionattributestatic java.lang.StringLANGUAGEQualifier of theProductFeature.languageattributestatic java.lang.StringNUMBERVALUEQualifier of theProductFeature.numberValueattributestatic java.lang.StringPRODUCTQualifier of theProductFeature.productattributeprotected static BidirectionalOneToManyHandler<GeneratedProductFeature>PRODUCTHANDLERBidirectionalOneToManyHandlerfor handling 1:n PRODUCT's relation attributes from 'one' side.static java.lang.StringPRODUCTPOSQualifier of theProductFeature.productPOSattributestatic java.lang.StringQUALIFIERQualifier of theProductFeature.qualifierattributestatic java.lang.StringRAWVALUEQualifier of theProductFeature.rawValueattributestatic java.lang.StringSTRINGVALUEQualifier of theProductFeature.stringValueattributestatic java.lang.StringUNITQualifier of theProductFeature.unitattributestatic java.lang.StringVALUEDETAILSQualifier of theProductFeature.valueDetailsattributestatic java.lang.StringVALUEPOSITIONQualifier of theProductFeature.valuePositionattributestatic java.lang.StringVALUETYPEQualifier of theProductFeature.valueTypeattribute-
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 ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.ClassAttributeAssignmentgetClassificationAttributeAssignment()Generated method - Getter of theProductFeature.classificationAttributeAssignmentattribute.ClassAttributeAssignmentgetClassificationAttributeAssignment(SessionContext ctx)Generated method - Getter of theProductFeature.classificationAttributeAssignmentattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetDescription()Generated method - Getter of theProductFeature.descriptionattribute.java.lang.StringgetDescription(SessionContext ctx)Generated method - Getter of theProductFeature.descriptionattribute.java.lang.IntegergetFeaturePosition()Generated method - Getter of theProductFeature.featurePositionattribute.java.lang.IntegergetFeaturePosition(SessionContext ctx)Generated method - Getter of theProductFeature.featurePositionattribute.intgetFeaturePositionAsPrimitive()Generated method - Getter of theProductFeature.featurePositionattribute.intgetFeaturePositionAsPrimitive(SessionContext ctx)Generated method - Getter of theProductFeature.featurePositionattribute.LanguagegetLanguage()Generated method - Getter of theProductFeature.languageattribute.LanguagegetLanguage(SessionContext ctx)Generated method - Getter of theProductFeature.languageattribute.ProductgetProduct()Generated method - Getter of theProductFeature.productattribute.ProductgetProduct(SessionContext ctx)Generated method - Getter of theProductFeature.productattribute.java.lang.StringgetQualifier()Generated method - Getter of theProductFeature.qualifierattribute.java.lang.StringgetQualifier(SessionContext ctx)Generated method - Getter of theProductFeature.qualifierattribute.ClassificationAttributeUnitgetUnit()Generated method - Getter of theProductFeature.unitattribute.ClassificationAttributeUnitgetUnit(SessionContext ctx)Generated method - Getter of theProductFeature.unitattribute.java.lang.StringgetValueDetails()Generated method - Getter of theProductFeature.valueDetailsattribute.java.lang.StringgetValueDetails(SessionContext ctx)Generated method - Getter of theProductFeature.valueDetailsattribute.java.lang.IntegergetValuePosition()Generated method - Getter of theProductFeature.valuePositionattribute.java.lang.IntegergetValuePosition(SessionContext ctx)Generated method - Getter of theProductFeature.valuePositionattribute.intgetValuePositionAsPrimitive()Generated method - Getter of theProductFeature.valuePositionattribute.intgetValuePositionAsPrimitive(SessionContext ctx)Generated method - Getter of theProductFeature.valuePositionattribute.protected voidsetClassificationAttributeAssignment(ClassAttributeAssignment value)Generated method - Setter of theProductFeature.classificationAttributeAssignmentattribute.protected voidsetClassificationAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)Generated method - Setter of theProductFeature.classificationAttributeAssignmentattribute.voidsetDescription(SessionContext ctx, java.lang.String value)Generated method - Setter of theProductFeature.descriptionattribute.voidsetDescription(java.lang.String value)Generated method - Setter of theProductFeature.descriptionattribute.voidsetFeaturePosition(int value)Generated method - Setter of theProductFeature.featurePositionattribute.voidsetFeaturePosition(SessionContext ctx, int value)Generated method - Setter of theProductFeature.featurePositionattribute.voidsetFeaturePosition(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theProductFeature.featurePositionattribute.voidsetFeaturePosition(java.lang.Integer value)Generated method - Setter of theProductFeature.featurePositionattribute.protected voidsetLanguage(Language value)Generated method - Setter of theProductFeature.languageattribute.protected voidsetLanguage(SessionContext ctx, Language value)Generated method - Setter of theProductFeature.languageattribute.protected voidsetProduct(Product value)Generated method - Setter of theProductFeature.productattribute.protected voidsetProduct(SessionContext ctx, Product value)Generated method - Setter of theProductFeature.productattribute.protected voidsetQualifier(SessionContext ctx, java.lang.String value)Generated method - Setter of theProductFeature.qualifierattribute.protected voidsetQualifier(java.lang.String value)Generated method - Setter of theProductFeature.qualifierattribute.voidsetUnit(ClassificationAttributeUnit value)Generated method - Setter of theProductFeature.unitattribute.voidsetUnit(SessionContext ctx, ClassificationAttributeUnit value)Generated method - Setter of theProductFeature.unitattribute.voidsetValueDetails(SessionContext ctx, java.lang.String value)Generated method - Setter of theProductFeature.valueDetailsattribute.voidsetValueDetails(java.lang.String value)Generated method - Setter of theProductFeature.valueDetailsattribute.voidsetValuePosition(int value)Generated method - Setter of theProductFeature.valuePositionattribute.voidsetValuePosition(SessionContext ctx, int value)Generated method - Setter of theProductFeature.valuePositionattribute.voidsetValuePosition(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theProductFeature.valuePositionattribute.voidsetValuePosition(java.lang.Integer value)Generated method - Setter of theProductFeature.valuePositionattribute.-
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.qualifierattribute- See Also:
- Constant Field Values
-
CLASSIFICATIONATTRIBUTEASSIGNMENT
public static final java.lang.String CLASSIFICATIONATTRIBUTEASSIGNMENT
Qualifier of theProductFeature.classificationAttributeAssignmentattribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theProductFeature.languageattribute- See Also:
- Constant Field Values
-
VALUEPOSITION
public static final java.lang.String VALUEPOSITION
Qualifier of theProductFeature.valuePositionattribute- See Also:
- Constant Field Values
-
FEATUREPOSITION
public static final java.lang.String FEATUREPOSITION
Qualifier of theProductFeature.featurePositionattribute- See Also:
- Constant Field Values
-
VALUETYPE
public static final java.lang.String VALUETYPE
Qualifier of theProductFeature.valueTypeattribute- See Also:
- Constant Field Values
-
STRINGVALUE
public static final java.lang.String STRINGVALUE
Qualifier of theProductFeature.stringValueattribute- See Also:
- Constant Field Values
-
BOOLEANVALUE
public static final java.lang.String BOOLEANVALUE
Qualifier of theProductFeature.booleanValueattribute- See Also:
- Constant Field Values
-
NUMBERVALUE
public static final java.lang.String NUMBERVALUE
Qualifier of theProductFeature.numberValueattribute- See Also:
- Constant Field Values
-
RAWVALUE
public static final java.lang.String RAWVALUE
Qualifier of theProductFeature.rawValueattribute- See Also:
- Constant Field Values
-
UNIT
public static final java.lang.String UNIT
Qualifier of theProductFeature.unitattribute- See Also:
- Constant Field Values
-
VALUEDETAILS
public static final java.lang.String VALUEDETAILS
Qualifier of theProductFeature.valueDetailsattribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theProductFeature.descriptionattribute- See Also:
- Constant Field Values
-
PRODUCTPOS
public static final java.lang.String PRODUCTPOS
Qualifier of theProductFeature.productPOSattribute- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Qualifier of theProductFeature.productattribute- See Also:
- Constant Field Values
-
PRODUCTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedProductFeature> PRODUCTHANDLER
BidirectionalOneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getClassificationAttributeAssignment
public ClassAttributeAssignment getClassificationAttributeAssignment(SessionContext ctx)
Generated method - Getter of theProductFeature.classificationAttributeAssignmentattribute.- Returns:
- the classificationAttributeAssignment - Classification attribute assignment which this value belongs to
-
getClassificationAttributeAssignment
public ClassAttributeAssignment getClassificationAttributeAssignment()
Generated method - Getter of theProductFeature.classificationAttributeAssignmentattribute.- Returns:
- the classificationAttributeAssignment - Classification attribute assignment which this value belongs to
-
setClassificationAttributeAssignment
protected void setClassificationAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)
Generated method - Setter of theProductFeature.classificationAttributeAssignmentattribute.- Parameters:
value- the classificationAttributeAssignment - Classification attribute assignment which this value belongs to
-
setClassificationAttributeAssignment
protected void setClassificationAttributeAssignment(ClassAttributeAssignment value)
Generated method - Setter of theProductFeature.classificationAttributeAssignmentattribute.- 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:ItemHas 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:
createItemin 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.descriptionattribute.- Returns:
- the description - description text
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theProductFeature.descriptionattribute.- Returns:
- the description - description text
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.descriptionattribute.- Parameters:
value- the description - description text
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theProductFeature.descriptionattribute.- Parameters:
value- the description - description text
-
getFeaturePosition
public java.lang.Integer getFeaturePosition(SessionContext ctx)
Generated method - Getter of theProductFeature.featurePositionattribute.- Returns:
- the featurePosition - position of the feature which this value belongs to
-
getFeaturePosition
public java.lang.Integer getFeaturePosition()
Generated method - Getter of theProductFeature.featurePositionattribute.- Returns:
- the featurePosition - position of the feature which this value belongs to
-
getFeaturePositionAsPrimitive
public int getFeaturePositionAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductFeature.featurePositionattribute.- Returns:
- the featurePosition - position of the feature which this value belongs to
-
getFeaturePositionAsPrimitive
public int getFeaturePositionAsPrimitive()
Generated method - Getter of theProductFeature.featurePositionattribute.- 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.featurePositionattribute.- 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.featurePositionattribute.- 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.featurePositionattribute.- Parameters:
value- the featurePosition - position of the feature which this value belongs to
-
setFeaturePosition
public void setFeaturePosition(int value)
Generated method - Setter of theProductFeature.featurePositionattribute.- Parameters:
value- the featurePosition - position of the feature which this value belongs to
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theProductFeature.languageattribute.- Returns:
- the language
-
getLanguage
public Language getLanguage()
Generated method - Getter of theProductFeature.languageattribute.- Returns:
- the language
-
setLanguage
protected void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theProductFeature.languageattribute.- Parameters:
value- the language
-
setLanguage
protected void setLanguage(Language value)
Generated method - Setter of theProductFeature.languageattribute.- Parameters:
value- the language
-
getProduct
public Product getProduct(SessionContext ctx)
Generated method - Getter of theProductFeature.productattribute.- Returns:
- the product
-
getProduct
public Product getProduct()
Generated method - Getter of theProductFeature.productattribute.- Returns:
- the product
-
setProduct
protected void setProduct(SessionContext ctx, Product value)
Generated method - Setter of theProductFeature.productattribute.- Parameters:
value- the product
-
setProduct
protected void setProduct(Product value)
Generated method - Setter of theProductFeature.productattribute.- Parameters:
value- the product
-
getQualifier
public java.lang.String getQualifier(SessionContext ctx)
Generated method - Getter of theProductFeature.qualifierattribute.- Returns:
- the qualifier - Qualifier
-
getQualifier
public java.lang.String getQualifier()
Generated method - Getter of theProductFeature.qualifierattribute.- Returns:
- the qualifier - Qualifier
-
setQualifier
protected void setQualifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.qualifierattribute.- Parameters:
value- the qualifier - Qualifier
-
setQualifier
protected void setQualifier(java.lang.String value)
Generated method - Setter of theProductFeature.qualifierattribute.- Parameters:
value- the qualifier - Qualifier
-
getUnit
public ClassificationAttributeUnit getUnit(SessionContext ctx)
Generated method - Getter of theProductFeature.unitattribute.- Returns:
- the unit - Classification attribute unit
-
getUnit
public ClassificationAttributeUnit getUnit()
Generated method - Getter of theProductFeature.unitattribute.- Returns:
- the unit - Classification attribute unit
-
setUnit
public void setUnit(SessionContext ctx, ClassificationAttributeUnit value)
Generated method - Setter of theProductFeature.unitattribute.- Parameters:
value- the unit - Classification attribute unit
-
setUnit
public void setUnit(ClassificationAttributeUnit value)
Generated method - Setter of theProductFeature.unitattribute.- Parameters:
value- the unit - Classification attribute unit
-
getValueDetails
public java.lang.String getValueDetails(SessionContext ctx)
Generated method - Getter of theProductFeature.valueDetailsattribute.- Returns:
- the valueDetails - value details text
-
getValueDetails
public java.lang.String getValueDetails()
Generated method - Getter of theProductFeature.valueDetailsattribute.- Returns:
- the valueDetails - value details text
-
setValueDetails
public void setValueDetails(SessionContext ctx, java.lang.String value)
Generated method - Setter of theProductFeature.valueDetailsattribute.- Parameters:
value- the valueDetails - value details text
-
setValueDetails
public void setValueDetails(java.lang.String value)
Generated method - Setter of theProductFeature.valueDetailsattribute.- Parameters:
value- the valueDetails - value details text
-
getValuePosition
public java.lang.Integer getValuePosition(SessionContext ctx)
Generated method - Getter of theProductFeature.valuePositionattribute.- Returns:
- the valuePosition - position mark for multi value features
-
getValuePosition
public java.lang.Integer getValuePosition()
Generated method - Getter of theProductFeature.valuePositionattribute.- Returns:
- the valuePosition - position mark for multi value features
-
getValuePositionAsPrimitive
public int getValuePositionAsPrimitive(SessionContext ctx)
Generated method - Getter of theProductFeature.valuePositionattribute.- Returns:
- the valuePosition - position mark for multi value features
-
getValuePositionAsPrimitive
public int getValuePositionAsPrimitive()
Generated method - Getter of theProductFeature.valuePositionattribute.- Returns:
- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProductFeature.valuePositionattribute.- Parameters:
value- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(java.lang.Integer value)
Generated method - Setter of theProductFeature.valuePositionattribute.- Parameters:
value- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(SessionContext ctx, int value)
Generated method - Setter of theProductFeature.valuePositionattribute.- Parameters:
value- the valuePosition - position mark for multi value features
-
setValuePosition
public void setValuePosition(int value)
Generated method - Setter of theProductFeature.valuePositionattribute.- Parameters:
value- the valuePosition - position mark for multi value features
-
-