Interface ProductData

  • All Superinterfaces:
    CategoryListData, com.adobe.cq.wcm.core.components.models.datalayer.ComponentData
    All Known Implementing Classes:
    ProductDataImpl

    public interface ProductData
    extends com.adobe.cq.wcm.core.components.models.datalayer.ComponentData, CategoryListData
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default com.adobe.cq.wcm.core.components.models.datalayer.AssetData[] getAssets()  
      default String getCurrency()  
      default Double getPrice()  
      default String getSKU()  
      • Methods inherited from interface com.adobe.cq.wcm.core.components.models.datalayer.ComponentData

        getDescription, getId, getJson, getLastModifiedDate, getLinkUrl, getParentId, getText, getTitle, getType
    • Method Detail

      • getSKU

        default String getSKU()
      • getPrice

        default Double getPrice()
      • getCurrency

        default String getCurrency()
      • getAssets

        default com.adobe.cq.wcm.core.components.models.datalayer.AssetData[] getAssets()