Brand.java 495 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 org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ValueMap;

public interface Brand {
    public static final String RESOURCE_TYPE = "mcm/components/brandpage";

    public Resource getResource();

    public String getTitle();

    public ValueMap getProps();
}