by.belsoft.report.tools.utils
Class Report

java.lang.Object
  |
  +--by.belsoft.report.tools.utils.Report
All Implemented Interfaces:
java.io.Serializable

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

The class to work with report

Author:
Ilya Kirillov
See Also:
Serialized Form

Constructor Summary
Report()
          The default constructor
Report(java.lang.String name)
          The base constructor
 
Method Summary
 java.sql.Timestamp getCdate()
          The creation date getter
 java.lang.String getCurrentq()
          The current query getter
 java.lang.String getDescription()
          The description getter
 java.sql.Timestamp getMdate()
          The modification date getter
 java.lang.String getName()
          The name getter
 void setCdate(java.sql.Timestamp cdate)
          The creation date setter
 void setCurrentq(java.lang.String currentq)
          The current query setter
 void setDescription(java.lang.String description)
          The description setter
 void setMdate(java.sql.Timestamp mdate)
          The modification date setter
 void setName(java.lang.String name)
          The name setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report()
The default constructor


Report

public Report(java.lang.String name)
The base constructor

Parameters:
name - the report name
Method Detail

getCdate

public java.sql.Timestamp getCdate()
The creation date getter

Returns:
Returns the cdate the creation date.

setCdate

public void setCdate(java.sql.Timestamp cdate)
The creation date setter

Parameters:
cdate - The creation date to set.

getMdate

public java.sql.Timestamp getMdate()
The modification date getter

Returns:
Returns the mdate - modification date.

setMdate

public void setMdate(java.sql.Timestamp mdate)
The modification date setter

Parameters:
mdate - The modification date to set.

getCurrentq

public java.lang.String getCurrentq()
The current query getter

Returns:
Returns the currentq - current query.

setCurrentq

public void setCurrentq(java.lang.String currentq)
The current query setter

Parameters:
currentq - The current query to set.

getDescription

public java.lang.String getDescription()
The description getter

Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
The description setter

Parameters:
description - The description to set.

getName

public java.lang.String getName()
The name getter

Returns:
Returns the report name.

setName

public void setName(java.lang.String name)
The name setter

Parameters:
name - The name to set.


Copyright © 2005 BelSoft Inc. All Rights Reserved.