Ontimize 5.2072EN

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.
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getEntity()
           
 java.lang.Object getKey()
           
 java.lang.String getName()
           
 java.lang.String getReportType()
           
 java.lang.String getSQLQuery()
           
 void setDescription(java.lang.String dscr)
           
 void setEntity(java.lang.String entity)
           
 void setKey(java.lang.Object key)
           
 void setName(java.lang.String name)
           
 void setReportType(java.lang.String type)
           
 void setSQLQuery(java.lang.String query)
           
 

Field Detail

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
Method Detail

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)

Ontimize