Teaser.java
653 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.day.cq.personalization;
import aQute.bnd.annotation.ProviderType;
import com.day.cq.personalization.TeaserTag;
import java.util.List;
@ProviderType
public interface Teaser {
public String getPath();
public String getName();
public String getTitle();
public String getCampaignName();
public String getCampaignPath();
public String getThumbnailPath();
public String getId();
public List<String> getSegments();
public List<TeaserTag> getTags();
public String getUrl();
}