com.ontimize.report
Class ReportDataFactory.DefaultReportData
java.lang.Object
com.ontimize.report.ReportDataFactory.DefaultReportData
- All Implemented Interfaces:
- ReportData, java.io.Serializable
- Direct Known Subclasses:
- ReportDataFactory.JFreeReportData
- Enclosing class:
- ReportDataFactory
- public abstract static class ReportDataFactory.DefaultReportData
- extends java.lang.Object
- implements ReportData
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.Object key
name
protected java.lang.String name
description
protected java.lang.String description
store
protected ReportStore store
ReportDataFactory.DefaultReportData
public ReportDataFactory.DefaultReportData(java.lang.Object key,
java.lang.String name,
java.lang.String description,
ReportStore store)
getKey
public java.lang.Object getKey()
- Specified by:
getKey in interface ReportData
getName
public java.lang.String getName()
- Specified by:
getName in interface ReportData
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface ReportData
getStore
public ReportStore getStore()
- Specified by:
getStore in interface ReportData
getInternalID
public abstract java.lang.String getInternalID()
- Specified by:
getInternalID in interface ReportData
askDelete
protected boolean askDelete(ReportConfig config)