Package com.walkfares.odsl.var.curve
Class VarSmartCurve
java.lang.Object
com.walkfares.odsl.var.BaseVar
com.walkfares.odsl.var.VersionedVar
com.walkfares.odsl.var.curve.VarSmartCurve
- All Implemented Interfaces:
Convertible
,DynamicVar
,Var
public class VarSmartCurve extends VersionedVar implements Var, DynamicVar, Convertible
-
Constructor Summary
Constructors Constructor Description VarSmartCurve()
-
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
-
VarSmartCurve
public VarSmartCurve()
-
-
Method Details
-
getType
-
getId
-
set_Id
-
_clone
-
getScript
-
setScript
-
getCacheOptions
-
setCacheOptions
-
addReference
-
getBaseCurve
-
setBaseCurve
-
getExpression
-
setExpression
-
getCurrency
- Specified by:
getCurrency
in interfaceConvertible
-
getUnits
- Specified by:
getUnits
in interfaceConvertible
-
setCurrency
-
setUnits
-
getTimezone
- Specified by:
getTimezone
in interfaceConvertible
-
setTimezone
-
getName
-
setName
-
getDescription
-
setDescription
-
getCategory
-
setCategory
-
getCommodity
-
setCommodity
-
getMarket
-
setMarket
-
getProduct
-
setProduct
-
getPriority
public int getPriority() -
setPriority
-
getObjtype
-
setObjtype
-
getDataid
-
setDataid
-
getObjid
-
setObjid
-
getPrecision
-
setPrecision
-
convert
Description copied from interface:Convertible
Converts this Var using the conversion options- Specified by:
convert
in interfaceConvertible
- Parameters:
options
- The options to determine what to convert to- Returns:
- A **NEW** converted version of this Var
-
getProperties
- Specified by:
getProperties
in interfaceDynamicVar
-
setProperties
-
getRunInformation
-
build
-