info.magnolia.module.templating
Class ParagraphConfig

java.lang.Object
  extended by 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.

Constructor Summary
ParagraphConfig()
           
 
Method Summary
 String getName()
           
 Collection<String> getRoles()
           
 void setName(String name)
           
 void setRoles(Collection<String> roles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphConfig

public ParagraphConfig()
Method Detail

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.