by.belsoft.report.tools.actions
Class SourceAction

java.lang.Object
  |
  +--by.belsoft.report.tools.actions.ContextData
        |
        +--by.belsoft.report.tools.actions.SourceAction

public class SourceAction
extends ContextData

The class to work with file sources

Author:
Ilya Kirillov

Constructor Summary
SourceAction()
          SourceAction base constructor
 
Method Summary
 java.lang.String getXmlSource()
          standard getter
 void setSource()
          setSource sets source from current query
 void setXmlSource(java.lang.String xmlSource)
          standard setter
 
Methods inherited from class by.belsoft.report.tools.actions.ContextData
getContext, getReportName, getRequest, getSession, setRefreshData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceAction

public SourceAction()
SourceAction base constructor

Method Detail

setSource

public void setSource()
setSource sets source from current query


getXmlSource

public java.lang.String getXmlSource()
standard getter

Returns:
Returns the xmlSource.

setXmlSource

public void setXmlSource(java.lang.String xmlSource)
standard setter

Parameters:
xmlSource - The xmlSource to set.


Copyright © 2005 BelSoft Inc. All Rights Reserved.