info.magnolia.module.templating
Class ParagraphConfig
java.lang.Object
info.magnolia.module.templating.ParagraphConfig
public class ParagraphConfig
- extends Object
Keeps configuration for a paragraph - name and roles it is available for.
- Version:
- $Id$
TODO dlipp: implementation copied from info.magnolia.module.templatingkit.templates.ParagraphConfig as
templating-components has no dependency to templating. Check whether the impl in Templating should get
deprecated and references replaced by this impl.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParagraphConfig
public ParagraphConfig()
getName
public String getName()
setName
public void setName(String name)
getRoles
public Collection<String> getRoles()
setRoles
public void setRoles(Collection<String> roles)
Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.