Package com.walkfares.odsl.var.report
Class VarReportCreator
java.lang.Object
com.walkfares.odsl.var.BaseVar
com.walkfares.odsl.var.VersionedVar
com.walkfares.odsl.var.report.VarReportConfiguration
com.walkfares.odsl.var.report.VarReportCreator
- All Implemented Interfaces:
DynamicVar
,Var
public class VarReportCreator extends VarReportConfiguration
-
Constructor Summary
Constructors Constructor Description VarReportCreator()
VarReportCreator(VarReportConfiguration config)
-
Method Summary
Modifier and Type Method Description VarReportCreator
addParameter(String name, String type, String description)
VarReportCreator
addReportParameter(ReportParameter p)
String
getExample()
List<ReportParameter>
getParameters()
VarReportCreator
setExample(String example)
Methods inherited from class com.walkfares.odsl.var.report.VarReportConfiguration
_clone, addTag, build, build, build, build, getCategory, getCron, getDefaultRange, getDescription, getExpression, getId, getName, getProperties, getRunAs, getRunInformation, getScript, getTags, getTemplate, getType, isDynamic, isEnabled, isFixed, isHideExcel, set_Id, setCategory, setCron, setDefaultRange, setDescription, setDynamic, setEnabled, setExpression, setFixed, setHideExcel, setName, setProperties, setRunAs, setRunInformation, setScript, setTags, setTemplate
Methods inherited from class com.walkfares.odsl.var.BaseVar
add, applyChanges, getLinks, getTypeName, getUID, setLinks, toString, tryConvert
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.walkfares.odsl.var.Var
applyChanges, DATE, DATE_NULL, DYNAMIC, getReference, getTypeName, getUID, isEmpty, LIST, SCALAR, setId, tryConvert
-
Constructor Details
-
VarReportCreator
public VarReportCreator() -
VarReportCreator
-
-
Method Details