info.magnolia.module.templatingkit.sites
Class TemplateConfig

java.lang.Object
  extended by info.magnolia.module.templatingkit.sites.TemplateConfig

public class TemplateConfig
extends Object

Define the name of the template and roles that have access to it.

Version:
$Id: TemplateConfig.java 50706 2011-11-02 16:18:44Z gjoseph $
Author:
pbracher

Constructor Summary
TemplateConfig()
           
 
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

TemplateConfig

public TemplateConfig()
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 © 2008-2012 Magnolia International Ltd.. All Rights Reserved.