Package com.walkfares.odsl.var.report
Class VarReportConfiguration
java.lang.Object
com.walkfares.odsl.var.BaseVar
com.walkfares.odsl.var.VersionedVar
com.walkfares.odsl.var.report.VarReportConfiguration
- All Implemented Interfaces:
DynamicVar
,Var
- Direct Known Subclasses:
VarReport
,VarReportCreator
public class VarReportConfiguration extends VersionedVar implements DynamicVar
-
Constructor Summary
Constructors Constructor Description VarReportConfiguration()
-
Method Summary
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
-
VarReportConfiguration
public VarReportConfiguration()
-
-
Method Details
-
getType
-
getId
-
set_Id
-
_clone
-
getCategory
-
setCategory
-
getName
-
setName
-
getDescription
-
setDescription
-
getScript
-
setScript
-
getExpression
-
setExpression
-
getTags
-
setTags
-
addTag
-
isFixed
public boolean isFixed() -
setFixed
-
getTemplate
-
setTemplate
-
getDefaultRange
-
setDefaultRange
-
isEnabled
public boolean isEnabled() -
setEnabled
-
getCron
-
setCron
-
isDynamic
public boolean isDynamic() -
setDynamic
-
isHideExcel
public boolean isHideExcel() -
setHideExcel
-
getRunAs
-
setRunAs
-
getRunInformation
-
setRunInformation
-
build
-
build
-
build
-
build
-
getProperties
- Specified by:
getProperties
in interfaceDynamicVar
-
setProperties
-