package at.gv.egovernment.moa.spss.api.cmsverify;

/**
 * Encapsulates CMS content that is referenced by an URI.
 * 
 * @author Patrick Peck
 * @author Stephan Grill
 * @version $Id$
 */
public interface CMSContentReference extends CMSContent {
  /**
   * Gets the reference URI from wher the content can be retrieved.
   * 
   * @return The reference URI.
   */
  public String getReference();
}