Class GeneratedClassificationClass
- 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.category.jalo.GeneratedCategory
-
- de.hybris.platform.category.jalo.Category
-
- de.hybris.platform.catalog.jalo.classification.GeneratedClassificationClass
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
ClassificationClass
public abstract class GeneratedClassificationClass extends Category
Generated class for typeClassificationClass
.- 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
CLASSIFICATIONATTRIBUTES
Qualifier of theClassificationClass.classificationAttributes
attributestatic java.lang.String
DECLAREDCLASSIFICATIONATTRIBUTEASSIGNMENTS
Qualifier of theClassificationClass.declaredClassificationAttributeAssignments
attributestatic java.lang.String
DECLAREDCLASSIFICATIONATTRIBUTES
Qualifier of theClassificationClass.declaredClassificationAttributes
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EXTERNALID
Qualifier of theClassificationClass.externalID
attributestatic java.lang.String
HMCXML
Qualifier of theClassificationClass.hmcXML
attributestatic java.lang.String
INHERITEDCLASSIFICATIONATTRIBUTES
Qualifier of theClassificationClass.inheritedClassificationAttributes
attributestatic java.lang.String
REVISION
Qualifier of theClassificationClass.revision
attributestatic java.lang.String
SHOWEMPTYATTRIBUTES
Qualifier of theClassificationClass.showEmptyAttributes
attribute-
Fields inherited from class de.hybris.platform.category.jalo.Category
DISABLE_CYCLIC_CHECKS, DISABLE_SETALLOWEDPRINCIPAL_RECURSIVELY, DISABLE_SUBCATEGORY_REMOVALCHECK
-
Fields inherited from class de.hybris.platform.category.jalo.GeneratedCategory
ALLOWEDPRINCIPALS, CATALOG, CATALOGVERSION, CATEGORIES, CATEGORY2KEYWORDRELATION_MARKMODIFIED, CATEGORY2KEYWORDRELATION_SRC_ORDERED, CATEGORY2KEYWORDRELATION_TGT_ORDERED, CATEGORY2PRINCIPALRELATION_MARKMODIFIED, CATEGORY2PRINCIPALRELATION_SRC_ORDERED, CATEGORY2PRINCIPALRELATION_TGT_ORDERED, CATEGORYCATEGORYRELATION_MARKMODIFIED, CATEGORYCATEGORYRELATION_SRC_ORDERED, CATEGORYCATEGORYRELATION_TGT_ORDERED, CATEGORYMEDIARELATION_MARKMODIFIED, CATEGORYMEDIARELATION_SRC_ORDERED, CATEGORYMEDIARELATION_TGT_ORDERED, CATEGORYPRODUCTRELATION_MARKMODIFIED, CATEGORYPRODUCTRELATION_SRC_ORDERED, CATEGORYPRODUCTRELATION_TGT_ORDERED, CODE, DATA_SHEET, DESCRIPTION, DETAIL, KEYWORDS, LOGO, MEDIAS, NAME, NORMAL, ORDER, OTHERS, PICTURE, PRODUCTS, SUPERCATEGORIES, THUMBNAIL, THUMBNAILS
-
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 GeneratedClassificationClass()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.List<ClassificationAttribute>
getClassificationAttributes()
Generated method - Getter of theClassificationClass.classificationAttributes
attribute.abstract java.util.List<ClassificationAttribute>
getClassificationAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.classificationAttributes
attribute.java.util.List<ClassAttributeAssignment>
getDeclaredClassificationAttributeAssignments()
Generated method - Getter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.abstract java.util.List<ClassAttributeAssignment>
getDeclaredClassificationAttributeAssignments(SessionContext ctx)
Generated method - Getter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.java.util.List<ClassificationAttribute>
getDeclaredClassificationAttributes()
Generated method - Getter of theClassificationClass.declaredClassificationAttributes
attribute.abstract java.util.List<ClassificationAttribute>
getDeclaredClassificationAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.declaredClassificationAttributes
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getExternalID()
Generated method - Getter of theClassificationClass.externalID
attribute.java.lang.String
getExternalID(SessionContext ctx)
Generated method - Getter of theClassificationClass.externalID
attribute.java.lang.String
getHmcXML()
Generated method - Getter of theClassificationClass.hmcXML
attribute.java.lang.String
getHmcXML(SessionContext ctx)
Generated method - Getter of theClassificationClass.hmcXML
attribute.java.util.List<ClassificationAttribute>
getInheritedClassificationAttributes()
Generated method - Getter of theClassificationClass.inheritedClassificationAttributes
attribute.abstract java.util.List<ClassificationAttribute>
getInheritedClassificationAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.inheritedClassificationAttributes
attribute.java.lang.String
getRevision()
Generated method - Getter of theClassificationClass.revision
attribute.java.lang.String
getRevision(SessionContext ctx)
Generated method - Getter of theClassificationClass.revision
attribute.java.lang.Boolean
isShowEmptyAttributes()
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.java.lang.Boolean
isShowEmptyAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.boolean
isShowEmptyAttributesAsPrimitive()
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.boolean
isShowEmptyAttributesAsPrimitive(SessionContext ctx)
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.abstract void
setDeclaredClassificationAttributeAssignments(SessionContext ctx, java.util.List<ClassAttributeAssignment> value)
Generated method - Setter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.void
setDeclaredClassificationAttributeAssignments(java.util.List<ClassAttributeAssignment> value)
Generated method - Setter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.void
setExternalID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theClassificationClass.externalID
attribute.void
setExternalID(java.lang.String value)
Generated method - Setter of theClassificationClass.externalID
attribute.void
setHmcXML(SessionContext ctx, java.lang.String value)
Generated method - Setter of theClassificationClass.hmcXML
attribute.void
setHmcXML(java.lang.String value)
Generated method - Setter of theClassificationClass.hmcXML
attribute.void
setRevision(SessionContext ctx, java.lang.String value)
Generated method - Setter of theClassificationClass.revision
attribute.void
setRevision(java.lang.String value)
Generated method - Setter of theClassificationClass.revision
attribute.void
setShowEmptyAttributes(boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.void
setShowEmptyAttributes(SessionContext ctx, boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.void
setShowEmptyAttributes(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.void
setShowEmptyAttributes(java.lang.Boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.-
Methods inherited from class de.hybris.platform.category.jalo.Category
addProduct, addProduct, addProduct, addProduct, addProducts, addProducts, addSubcategories, addSubcategories, addSubcategory, addSubcategory, addSupercategories, addSupercategories, addSupercategory, addSupercategory, addToCategories, addToSupercategories, assertNoCycle, checkRemovable, containsProducts, createItem, disableChecks, getAllProductsCount, getAllSubcategories, getAllSubcategories, getAllSubcategoriesCount, getAllSupercategories, getAllSupercategories, getCode, getPath, getPaths, getProductsCount, getSubcategories, getSubcategories, getSubcategoryCount, getSupercategory, getSupercategory, getSupercategoryCount, isEmpty, isRoot, isRoot, isRootAsPrimitive, isRootAsPrimitive, isSetAllowedPrincipalsRecursivelyDisabled, isSubcategoryRemovalCheckDisabled, pullUpAllowedPrincipalInternals, removeProduct, removeProduct, removeProducts, removeProducts, removeSubcategories, removeSubcategories, removeSubcategory, removeSubcategory, removeSupercategories, removeSupercategories, removeSupercategory, removeSupercategory, setAllowedPrincipals, setAllowedPrincipalsOnlyForPassedCategory, setCategories, setCategories, setCategories, setSubcategories, setSubcategories, setSupercategories, setSupercategories, setSupercategories, toString
-
Methods inherited from class de.hybris.platform.category.jalo.GeneratedCategory
addToAllowedPrincipals, addToAllowedPrincipals, addToCategories, addToKeywords, addToKeywords, addToMedias, addToMedias, addToProducts, addToProducts, addToSupercategories, getAllDescription, getAllDescription, getAllKeywords, getAllKeywords, getAllName, getAllName, getAllowedPrincipals, getAllowedPrincipals, getAllowedPrincipalsCount, getAllowedPrincipalsCount, getCatalogVersion, getCatalogVersion, getCategories, getCategories, getCategoriesCount, getCategoriesCount, getCode, getData_sheet, getData_sheet, getDescription, getDescription, getDetail, getDetail, getKeywords, getKeywords, getKeywordsCount, getKeywordsCount, getKeywordsCount, getKeywordsCount, getLogo, getLogo, getMedias, getMedias, getMediasCount, getMediasCount, getName, getName, getNormal, getNormal, getOrder, getOrder, getOrderAsPrimitive, getOrderAsPrimitive, getOthers, getOthers, getPicture, getPicture, getProducts, getProducts, getProductsCount, getSupercategories, getSupercategories, getSupercategoriesCount, getSupercategoriesCount, getThumbnail, getThumbnail, getThumbnails, getThumbnails, isMarkModifiedDisabled, removeFromAllowedPrincipals, removeFromAllowedPrincipals, removeFromCategories, removeFromCategories, removeFromKeywords, removeFromKeywords, removeFromMedias, removeFromMedias, removeFromProducts, removeFromProducts, removeFromSupercategories, removeFromSupercategories, setAllDescription, setAllDescription, setAllKeywords, setAllKeywords, setAllName, setAllName, setAllowedPrincipals, setCatalogVersion, setCatalogVersion, setCategories, setCode, setCode, setData_sheet, setData_sheet, setDescription, setDescription, setDetail, setDetail, setKeywords, setKeywords, setLogo, setLogo, setMedias, setMedias, setName, setName, setNormal, setNormal, setOrder, setOrder, setOrder, setOrder, setOthers, setOthers, setPicture, setPicture, setProducts, setProducts, setSupercategories, setThumbnail, setThumbnail, setThumbnails, setThumbnails
-
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, 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, 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, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
EXTERNALID
public static final java.lang.String EXTERNALID
Qualifier of theClassificationClass.externalID
attribute- See Also:
- Constant Field Values
-
REVISION
public static final java.lang.String REVISION
Qualifier of theClassificationClass.revision
attribute- See Also:
- Constant Field Values
-
SHOWEMPTYATTRIBUTES
public static final java.lang.String SHOWEMPTYATTRIBUTES
Qualifier of theClassificationClass.showEmptyAttributes
attribute- See Also:
- Constant Field Values
-
DECLAREDCLASSIFICATIONATTRIBUTES
public static final java.lang.String DECLAREDCLASSIFICATIONATTRIBUTES
Qualifier of theClassificationClass.declaredClassificationAttributes
attribute- See Also:
- Constant Field Values
-
INHERITEDCLASSIFICATIONATTRIBUTES
public static final java.lang.String INHERITEDCLASSIFICATIONATTRIBUTES
Qualifier of theClassificationClass.inheritedClassificationAttributes
attribute- See Also:
- Constant Field Values
-
CLASSIFICATIONATTRIBUTES
public static final java.lang.String CLASSIFICATIONATTRIBUTES
Qualifier of theClassificationClass.classificationAttributes
attribute- See Also:
- Constant Field Values
-
DECLAREDCLASSIFICATIONATTRIBUTEASSIGNMENTS
public static final java.lang.String DECLAREDCLASSIFICATIONATTRIBUTEASSIGNMENTS
Qualifier of theClassificationClass.declaredClassificationAttributeAssignments
attribute- See Also:
- Constant Field Values
-
HMCXML
public static final java.lang.String HMCXML
Qualifier of theClassificationClass.hmcXML
attribute- 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:
getDefaultAttributeModes
in classGeneratedCategory
-
getClassificationAttributes
public abstract java.util.List<ClassificationAttribute> getClassificationAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.classificationAttributes
attribute.- Returns:
- the classificationAttributes - list of all attributes available within this class
-
getClassificationAttributes
public java.util.List<ClassificationAttribute> getClassificationAttributes()
Generated method - Getter of theClassificationClass.classificationAttributes
attribute.- Returns:
- the classificationAttributes - list of all attributes available within this class
-
getDeclaredClassificationAttributeAssignments
public abstract java.util.List<ClassAttributeAssignment> getDeclaredClassificationAttributeAssignments(SessionContext ctx)
Generated method - Getter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.- Returns:
- the declaredClassificationAttributeAssignments - list of attribute assignments
-
getDeclaredClassificationAttributeAssignments
public java.util.List<ClassAttributeAssignment> getDeclaredClassificationAttributeAssignments()
Generated method - Getter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.- Returns:
- the declaredClassificationAttributeAssignments - list of attribute assignments
-
setDeclaredClassificationAttributeAssignments
public abstract void setDeclaredClassificationAttributeAssignments(SessionContext ctx, java.util.List<ClassAttributeAssignment> value)
Generated method - Setter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.- Parameters:
value
- the declaredClassificationAttributeAssignments - list of attribute assignments
-
setDeclaredClassificationAttributeAssignments
public void setDeclaredClassificationAttributeAssignments(java.util.List<ClassAttributeAssignment> value)
Generated method - Setter of theClassificationClass.declaredClassificationAttributeAssignments
attribute.- Parameters:
value
- the declaredClassificationAttributeAssignments - list of attribute assignments
-
getDeclaredClassificationAttributes
public abstract java.util.List<ClassificationAttribute> getDeclaredClassificationAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.declaredClassificationAttributes
attribute.- Returns:
- the declaredClassificationAttributes - list of assigned attributes
-
getDeclaredClassificationAttributes
public java.util.List<ClassificationAttribute> getDeclaredClassificationAttributes()
Generated method - Getter of theClassificationClass.declaredClassificationAttributes
attribute.- Returns:
- the declaredClassificationAttributes - list of assigned attributes
-
getExternalID
public java.lang.String getExternalID(SessionContext ctx)
Generated method - Getter of theClassificationClass.externalID
attribute.- Returns:
- the externalID - external identificator refering to the actual classification system definition
-
getExternalID
public java.lang.String getExternalID()
Generated method - Getter of theClassificationClass.externalID
attribute.- Returns:
- the externalID - external identificator refering to the actual classification system definition
-
setExternalID
public void setExternalID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theClassificationClass.externalID
attribute.- Parameters:
value
- the externalID - external identificator refering to the actual classification system definition
-
setExternalID
public void setExternalID(java.lang.String value)
Generated method - Setter of theClassificationClass.externalID
attribute.- Parameters:
value
- the externalID - external identificator refering to the actual classification system definition
-
getHmcXML
public java.lang.String getHmcXML(SessionContext ctx)
Generated method - Getter of theClassificationClass.hmcXML
attribute.- Returns:
- the hmcXML - custom hmc.xml for this class
-
getHmcXML
public java.lang.String getHmcXML()
Generated method - Getter of theClassificationClass.hmcXML
attribute.- Returns:
- the hmcXML - custom hmc.xml for this class
-
setHmcXML
public void setHmcXML(SessionContext ctx, java.lang.String value)
Generated method - Setter of theClassificationClass.hmcXML
attribute.- Parameters:
value
- the hmcXML - custom hmc.xml for this class
-
setHmcXML
public void setHmcXML(java.lang.String value)
Generated method - Setter of theClassificationClass.hmcXML
attribute.- Parameters:
value
- the hmcXML - custom hmc.xml for this class
-
getInheritedClassificationAttributes
public abstract java.util.List<ClassificationAttribute> getInheritedClassificationAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.inheritedClassificationAttributes
attribute.- Returns:
- the inheritedClassificationAttributes - list of assigned attributes
-
getInheritedClassificationAttributes
public java.util.List<ClassificationAttribute> getInheritedClassificationAttributes()
Generated method - Getter of theClassificationClass.inheritedClassificationAttributes
attribute.- Returns:
- the inheritedClassificationAttributes - list of assigned attributes
-
getRevision
public java.lang.String getRevision(SessionContext ctx)
Generated method - Getter of theClassificationClass.revision
attribute.- Returns:
- the revision - revision field of this class
-
getRevision
public java.lang.String getRevision()
Generated method - Getter of theClassificationClass.revision
attribute.- Returns:
- the revision - revision field of this class
-
setRevision
public void setRevision(SessionContext ctx, java.lang.String value)
Generated method - Setter of theClassificationClass.revision
attribute.- Parameters:
value
- the revision - revision field of this class
-
setRevision
public void setRevision(java.lang.String value)
Generated method - Setter of theClassificationClass.revision
attribute.- Parameters:
value
- the revision - revision field of this class
-
isShowEmptyAttributes
public java.lang.Boolean isShowEmptyAttributes(SessionContext ctx)
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.- Returns:
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
isShowEmptyAttributes
public java.lang.Boolean isShowEmptyAttributes()
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.- Returns:
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
isShowEmptyAttributesAsPrimitive
public boolean isShowEmptyAttributesAsPrimitive(SessionContext ctx)
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.- Returns:
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
isShowEmptyAttributesAsPrimitive
public boolean isShowEmptyAttributesAsPrimitive()
Generated method - Getter of theClassificationClass.showEmptyAttributes
attribute.- Returns:
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
setShowEmptyAttributes
public void setShowEmptyAttributes(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.- Parameters:
value
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
setShowEmptyAttributes
public void setShowEmptyAttributes(java.lang.Boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.- Parameters:
value
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
setShowEmptyAttributes
public void setShowEmptyAttributes(SessionContext ctx, boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.- Parameters:
value
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
setShowEmptyAttributes
public void setShowEmptyAttributes(boolean value)
Generated method - Setter of theClassificationClass.showEmptyAttributes
attribute.- Parameters:
value
- the showEmptyAttributes - defines whether or not attributes without value are to be shown for a classified product
-
-