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.

Author:
pbracher

Constructor Summary
TemplateConfig()
           
 
Method Summary
 String getId()
           
 String getName()
           
 Collection<String> getRoles()
           
 void setId(String id)
           
 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)

getId

public String getId()

setId

public void setId(String id)

getRoles

public Collection<String> getRoles()

setRoles

public void setRoles(Collection<String> roles)


Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.