com.ontimize.report.store
Interface ReportProperties
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- ReportStoreDefinition
- All Known Implementing Classes:
- BasicReportStoreDefinition
- public interface ReportProperties
- extends java.io.Serializable
|
Field Summary |
static java.lang.String |
ADVANCED
|
static java.lang.String |
BASIC
|
static java.lang.String |
JASPERREPORT
Ontimize Jasper Report System Report Store type. |
BASIC
public static final java.lang.String BASIC
- See Also:
- Constant Field Values
ADVANCED
public static final java.lang.String ADVANCED
- See Also:
- Constant Field Values
JASPERREPORT
public static final java.lang.String JASPERREPORT
Ontimize Jasper Report System Report Store type.
- See Also:
- Constant Field Values
getKey
public java.lang.Object getKey()
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
getEntity
public java.lang.String getEntity()
getSQLQuery
public java.lang.String getSQLQuery()
getReportType
public java.lang.String getReportType()
setKey
public void setKey(java.lang.Object key)
setName
public void setName(java.lang.String name)
setDescription
public void setDescription(java.lang.String dscr)
setEntity
public void setEntity(java.lang.String entity)
setSQLQuery
public void setSQLQuery(java.lang.String query)
setReportType
public void setReportType(java.lang.String type)