VKRep
Class TVKRptContainerVertical

java.lang.Object
  |
  +--VKRep.TVKRptContainerAbstract
        |
        +--VKRep.TVKRptContainerVertical
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class TVKRptContainerVertical
extends TVKRptContainerAbstract

Title:

Description: class TVKRptContainerVertical allows to get vertical reports in different formats (use different formats in blanks) use only one program code.

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Vlad Karpov
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class VKRep.TVKRptContainerAbstract
TVKRptContainerAbstract.BOutStream
 
Field Summary
protected  VKRepListener listener
          The Listener object.
protected  TReportVertical rptObj
          The object of main report generator.
 
Constructor Summary
TVKRptContainerVertical()
          Only constructor.
 
Method Summary
 void execute()
          This method is start generate report.
 VKRepListener getListener()
          The read property method of listener variable.
 TReportVertical getRptObj()
          The read property method of rptObj variable.
 void setListener(VKRepListener value)
          The write property method of listener variable.
 void setRptObj(TReportVertical 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

rptObj

protected TReportVertical rptObj
The object of main report generator. It may be any TReportVertical descendant class object (TWordReport, TXLS4ReportVertical, ....)


listener

protected VKRepListener listener
The Listener object. That is exactly "only one" code to fill data of rptObj "input blank".

Constructor Detail

TVKRptContainerVertical

public TVKRptContainerVertical()
Only constructor.

Method Detail

getRptObj

public TReportVertical getRptObj()
The read property method of rptObj variable.

Returns:
TReportVertical object is setting now.

setRptObj

public void setRptObj(TReportVertical value)
The write property method of rptObj variable.

Parameters:
value - TReportVertical object to setting now.

getListener

public VKRepListener getListener()
The read property method of listener variable.

Returns:
VKRepListener object is setting now.

setListener

public void setListener(VKRepListener value)
The write property method of listener variable.

Parameters:
value - VKRepListener object to setting now.

execute

public void execute()
This method is start generate report.

Specified by:
execute in class TVKRptContainerAbstract