com.thortech.xl.vo.report
Class ReportData
java.lang.Object
com.thortech.xl.vo.report.ReportData
- All Implemented Interfaces:
- java.io.Serializable
- public class ReportData
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Jatan Rajvanshi
VO that hold report data queried from the REP table
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportData
public ReportData()
getCode
public java.lang.String getCode()
- Returns:
- Returns the code.
setCode
public void setCode(java.lang.String code)
- Parameters:
code - The code to set.
getDataSource
public java.lang.String getDataSource()
- Returns:
- Returns the dataSource.
setDataSource
public void setDataSource(java.lang.String dataSource)
- Parameters:
dataSource - The dataSource to set.
getFilterCount
public int getFilterCount()
- Returns:
- Returns the filterCount.
setFilterCount
public void setFilterCount(int filterCount)
- Parameters:
filterCount - The filterCount to set.
getKey
public long getKey()
- Returns:
- Returns the key.
setKey
public void setKey(long key)
- Parameters:
key - The key to set.
getMaxReportSize
public long getMaxReportSize()
- Returns:
- Returns the maxReportSize.
setMaxReportSize
public void setMaxReportSize(long maxReportSize)
- Parameters:
maxReportSize - The maxReportSize to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name - The name to set.
getReportMeta
public ReportMeta getReportMeta()
- Returns:
- Returns the reportMeta.
setReportMeta
public void setReportMeta(ReportMeta reportMeta)
- Parameters:
reportMeta - The reportMeta to set.
getStoredProcedureName
public java.lang.String getStoredProcedureName()
- Returns:
- Returns the storedProcedureName.
setStoredProcedureName
public void setStoredProcedureName(java.lang.String storedProcedureName)
- Parameters:
storedProcedureName - The storedProcedureName to set.
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setType
public void setType(java.lang.String type)
- Parameters:
type - The type to set.
Copyright © 1991, 2006 Oracle. All rights reserved.