Class KSessionOptions
- java.lang.Object
-
- org.kie.aries.blueprint.factorybeans.KSessionOptions
-
public class KSessionOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description KSessionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClockType()StringgetDef()StringgetkBaseRef()StringgetScope()StringgetType()voidsetClockType(String clockType)voidsetDef(String def)voidsetkBaseRef(String kBaseRef)voidsetScope(String scope)voidsetType(String type)
-
-
-
Method Detail
-
getkBaseRef
public String getkBaseRef()
-
setkBaseRef
public void setkBaseRef(String kBaseRef)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDef
public String getDef()
-
setDef
public void setDef(String def)
-
getClockType
public String getClockType()
-
setClockType
public void setClockType(String clockType)
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
-