|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--by.belsoft.report.tools.utils.Report
The class to work with report
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 |
public Report()
public Report(java.lang.String name)
name
- the report nameMethod Detail |
public java.sql.Timestamp getCdate()
public void setCdate(java.sql.Timestamp cdate)
cdate
- The creation date to set.public java.sql.Timestamp getMdate()
public void setMdate(java.sql.Timestamp mdate)
mdate
- The modification date to set.public java.lang.String getCurrentq()
public void setCurrentq(java.lang.String currentq)
currentq
- The current query to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |