|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 Templatename - 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 DataSourcejava.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 | |||||||||