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, 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
-
VarSmartCurve
public VarSmartCurve()
-
-
Method Details
-
getType
-
getId
-
set_Id
-
_clone
-
getScript
-
setScript
-
getCacheOptions
-
setCacheOptions
-
addReference
-
getBaseCurve
-
setBaseCurve
-
getExpression
-
setExpression
-
getCurrency
- Specified by:
getCurrencyin interfaceConvertible
-
getUnits
- Specified by:
getUnitsin interfaceConvertible
-
setCurrency
-
setUnits
-
getTimezone
- Specified by:
getTimezonein 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:ConvertibleConverts this Var using the conversion options- Specified by:
convertin interfaceConvertible- Parameters:
options- The options to determine what to convert to- Returns:
- A **NEW** converted version of this Var
-
getProperties
- Specified by:
getPropertiesin interfaceDynamicVar
-
setProperties
-
getRunInformation
-
build
-