|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.filter.templates.AbstractTemplate
public abstract class AbstractTemplate
An abstract base class that implements the Template
interface.
Method Summary | |
---|---|
Object |
clone()
Clones the template. |
Template |
getInstance()
Returns an instance of the template by cloning. |
String |
getName()
Returns the template name. |
void |
setName(String name)
Sets the template name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.reporting.engine.classic.core.filter.DataSource |
---|
getValue |
Method Detail |
---|
public void setName(String name)
setName
in interface Template
name
- the name (null
not permitted).public String getName()
getName
in interface Template
public Object clone() throws CloneNotSupportedException
clone
in interface DataSource
clone
in class Object
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 |