CommerceFacetValue.java 387 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 */
package com.adobe.cq.commerce.api;

import aQute.bnd.annotation.ConsumerType;

@ConsumerType
public interface CommerceFacetValue {
    public String getId();

    public String getDisplayName();

    public int getProductCount();

    public boolean isSelected();
}