Class Template

java.lang.Object
  |
  +--Template

public class Template
extends java.lang.Object


Constructor Summary
Template()
           
Template(Attribute[] attributes)
           
 
Method Summary
 Attribute[] getAttributes()
          Gets the template attributes
 void setAttributes(Attribute[] attributes)
          Sets the template attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Template

public Template()

Template

public Template(Attribute[] attributes)
Method Detail

getAttributes

public Attribute[] getAttributes()
Gets the template attributes

setAttributes

public void setAttributes(Attribute[] attributes)
Sets the template attributes