com.ibm.itim.adhocreport
Class ReportWrapper

java.lang.Object
  |
  +--com.ibm.itim.adhocreport.ReportWrapper
All Implemented Interfaces:
java.io.Serializable

public class ReportWrapper
extends java.lang.Object
implements java.io.Serializable

This is a wrapper class for the report template. This contains information required for listing the reports.

See Also:
Serialized Form

Field Summary
static java.lang.String ACTUATE
           
static java.lang.String CRYSTAL
           
static java.lang.String DESIGNER
           
 
Constructor Summary
ReportWrapper()
           
ReportWrapper(int id, java.lang.String title, java.lang.String type)
          This is a constructor method.
 
Method Summary
 int getId()
          This method returns the report ID.
 java.lang.String getTitle()
          This method returns the report template title.
 java.lang.String getType()
          This method returns the report type.
 void setId(int id)
          This method sets the Report ID.
 void setTitle(java.lang.String title)
          This method sets the report template title.
 void setType(java.lang.String type)
          This method sets the report type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESIGNER

public static final java.lang.String DESIGNER

CRYSTAL

public static final java.lang.String CRYSTAL

ACTUATE

public static final java.lang.String ACTUATE
Constructor Detail

ReportWrapper

public ReportWrapper()
Since:
1.0

ReportWrapper

public ReportWrapper(int id,
                     java.lang.String title,
                     java.lang.String type)
This is a constructor method.
Parameters:
id - - This is the report template ID.
title - - This is the report template title.
type - - This is the report template type.
Method Detail

getId

public int getId()
This method returns the report ID.
Returns:
int

setId

public void setId(int id)
This method sets the Report ID.
Parameters:
id - - This is the report ID.

getTitle

public java.lang.String getTitle()
This method returns the report template title.
Returns:
java.lang.String

setTitle

public void setTitle(java.lang.String title)
This method sets the report template title.
Parameters:
title - - This is the report template title.

getType

public java.lang.String getType()
This method returns the report type.
Returns:
java.lang.String

setType

public void setType(java.lang.String type)
This method sets the report type.
Parameters:
type - - This indicates the type of report.