|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--VKRep.TVKRptContainerAbstract | +--VKRep.TVKRptContainerHorizontal
Title:
Description: class TVKRptContainerHorizontal allows to get horizontal reports in different formats (use different formats in blanks) use only one program code.
Copyright: Copyright (c) 2003
Company:
Nested Class Summary |
Nested classes inherited from class VKRep.TVKRptContainerAbstract |
TVKRptContainerAbstract.BOutStream |
Field Summary | |
protected VKRepListener |
listener
The Listener object. |
protected TReportHorizontal |
rptObj
The object of main report generator. |
Constructor Summary | |
TVKRptContainerHorizontal()
Only constructor. |
Method Summary | |
void |
execute()
This method is start generate report. |
VKRepListener |
getListener()
The read property method of listener variable. |
TReportHorizontal |
getRptObj()
The read property method of rptObj variable. |
void |
setListener(VKRepListener value)
The write property method of listener variable. |
void |
setRptObj(TReportHorizontal value)
The write property method of rptObj variable. |
Methods inherited from class VKRep.TVKRptContainerAbstract |
run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TReportHorizontal rptObj
protected VKRepListener listener
Constructor Detail |
public TVKRptContainerHorizontal()
Method Detail |
public TReportHorizontal getRptObj()
public void setRptObj(TReportHorizontal value)
value
- TReportHorizontal object to setting now.public VKRepListener getListener()
public void setListener(VKRepListener value)
value
- VKRepListener object to setting now.public void execute()
execute
in class TVKRptContainerAbstract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |