Class Template

All Implemented Interfaces:
Serializable

public class Template extends AbstractAttributeSet
A template collects a set of attributesets ant is itself an extensible object.
Since:
4.0
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • Template

      public Template()
  • Method Details

    • getTemplateGroups

      public Set<TemplateGroup> getTemplateGroups()
    • setTemplateGroups

      public void setTemplateGroups(Set<TemplateGroup> templateGroups)
    • addTemplateGroup

      public void addTemplateGroup(TemplateGroup tg)
      Adds a new element, substituting a previous one with the same groupId.
      Parameters:
      tg - the template group
    • getWorkflowGroup

      public TemplateGroup getWorkflowGroup(long groupId)
    • getValidation

      public String getValidation()
    • setValidation

      public void setValidation(String validation)