info.magnolia.module.templatingkit.sites
Class TemplateConfig
java.lang.Object
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$
- Author:
- pbracher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateConfig
public TemplateConfig()
getName
public String getName()
setName
public void setName(String name)
getId
public String getId()
setId
public void setId(String id)
getRoles
public Collection<String> getRoles()
setRoles
public void setRoles(Collection<String> roles)
Copyright © 2008-2013 Magnolia International Ltd.. All Rights Reserved.