Campaign.java
614 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
* org.apache.sling.api.resource.ValueMap
*/
package com.day.cq.mcm.api;
import com.day.cq.mcm.api.Brand;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ValueMap;
public interface Campaign {
public static final String RESOURCE_TYPE = "cq/personalization/components/campaignpage";
public Resource getResource();
public String getTitle();
public Brand getBrand();
public String getLongTitle();
public ValueMap getProps();
}