Package com.walkfares.odsl.var.process
Class VarBatch
java.lang.Object
com.walkfares.odsl.var.BaseVar
com.walkfares.odsl.var.basic.VarList
com.walkfares.odsl.var.process.VarBatch
- All Implemented Interfaces:
ListProvider,Var
public class VarBatch extends VarList implements Var
-
Constructor Summary
Constructors Constructor Description VarBatch() -
Method Summary
Modifier and Type Method Description Var_clone()StringgetCorrelationId()StringgetLoader()StringgetName()StringgetService()VarBatchsetCorrelationId(String correlationId)VarBatchsetLoader(String loader)VarBatchsetName(String name)VarBatchsetService(String service)List<VarBatch>split(int size)Methods inherited from class com.walkfares.odsl.var.basic.VarList
add, add, addAll, addAll, applyChanges, clear, from, get, get, getDescription, getElements, getId, getSize, getType, matches, remove, set_Id, setDescription, size, splitList, subList, toString, tryConvertMethods inherited from class com.walkfares.odsl.var.BaseVar
add, getLinks, getTypeName, getUID, setLinksMethods 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, getId, getReference, getType, getTypeName, getUID, isEmpty, LIST, SCALAR, set_Id, setId, tryConvert
-
Constructor Details
-
VarBatch
public VarBatch()
-
-
Method Details