DPSCollection.java 754 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 *  org.apache.sling.commons.json.JSONArray
 */
package com.adobe.cq.mobile.dps;

import aQute.bnd.annotation.ProviderType;
import com.adobe.cq.mobile.dps.DPSEntity;
import org.apache.sling.commons.json.JSONArray;

@ProviderType
public interface DPSCollection
extends DPSEntity {
    public String getProductId();

    public String getReadingPosition();

    public boolean getEnableHorizontalSwipe();

    public boolean getAllowDownload();

    public String getOpenDefault();

    public String getLayout();

    public String getLayoutTitle();

    public JSONArray getContentLinks();

    public String getBackgroundImagePath();
}