VKRep
Class TVKRptContainerHorizontal

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

public class TVKRptContainerHorizontal
extends TVKRptContainerAbstract

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:

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  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

rptObj

protected TReportHorizontal rptObj
The object of main report generator. It may be any TReportHorizontal descendant class object (TXLS4ReportHorizontal ( :-) it only one horizontal class now ), ....)


listener

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

Constructor Detail

TVKRptContainerHorizontal

public TVKRptContainerHorizontal()
Only constructor.

Method Detail

getRptObj

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

Returns:
TReportHorizontal object is setting now.

setRptObj

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

Parameters:
value - TReportHorizontal 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