|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.filter.templates.AbstractTemplate
An abstract base class that implements the Template
interface.
Constructor Summary | |
AbstractTemplate()
Creates a new template. |
Method Summary | |
java.lang.Object |
clone()
Clones the template. |
Template |
getInstance()
Returns an instance of the template by cloning. |
java.lang.String |
getName()
Returns the template name. |
void |
setName(java.lang.String name)
Sets the template name. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jrefinery.report.filter.DataSource |
getValue |
Constructor Detail |
public AbstractTemplate()
Method Detail |
public void setName(java.lang.String name)
setName
in interface Template
name
- the name (null
not permitted).public java.lang.String getName()
getName
in interface Template
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface DataSource
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- this should never happen.public Template getInstance()
getInstance
in interface Template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |