Skip navigation links
com.adobe.cq.commerce.api.classification

Interface ClassificationAttribute

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Returns the description of the attribute.
      java.lang.String getName()
      Returns the name of the attribute.
      java.lang.String getPath()
      Returns the path of the attribute if represented in the repository.
      java.lang.String getTitle()
      Returns the title of the attribute.
      java.lang.String getUnit()
      Returns the unit of the attribute (e.g: kg).
    • Method Detail

      • getPath

        java.lang.String getPath()
        Returns the path of the attribute if represented in the repository. Otherwise, it returns an ID uniquely identifying the attribute to the external commerce engine.
        Returns:
        path/ID of the attribute.
      • getTitle

        java.lang.String getTitle()
        Returns the title of the attribute.
        Returns:
        title of the attribute.
      • getDescription

        java.lang.String getDescription()
        Returns the description of the attribute.
        Returns:
        description of the attribute.
      • getName

        java.lang.String getName()
        Returns the name of the attribute. The attribute name matches the product property.
        Returns:
        name of the attribute.
      • getUnit

        java.lang.String getUnit()
        Returns the unit of the attribute (e.g: kg).
        Returns:
        unit of the attribute.

"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"