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, tryConvertMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getPropertiesin interfaceDynamicVar
-
setProperties
-