Class DroolsRuleEngineContextModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.ruleengine.model.AbstractRuleEngineContextModel
-
- de.hybris.platform.ruleengine.model.DroolsRuleEngineContextModel
-
- All Implemented Interfaces:
java.io.Serializable
public class DroolsRuleEngineContextModel extends AbstractRuleEngineContextModel
Generated model class for type DroolsRuleEngineContext first defined at extension ruleengine.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringKIESESSIONGenerated constant - Attribute key ofDroolsRuleEngineContext.kieSessionattribute defined at extensionruleengine.static java.lang.StringRULEFIRINGLIMITGenerated constant - Attribute key ofDroolsRuleEngineContext.ruleFiringLimitattribute defined at extensionruleengine.-
Fields inherited from class de.hybris.platform.ruleengine.model.AbstractRuleEngineContextModel
NAME
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description DroolsRuleEngineContextModel()Generated constructor - Default constructor for generic creation.DroolsRuleEngineContextModel(DroolsKIESessionModel _kieSession, java.lang.String _name)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsRuleEngineContextModel(DroolsKIESessionModel _kieSession, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsRuleEngineContextModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DroolsKIESessionModelgetKieSession()Generated method - Getter of theDroolsRuleEngineContext.kieSessionattribute defined at extensionruleengine.java.lang.LonggetRuleFiringLimit()Generated method - Getter of theDroolsRuleEngineContext.ruleFiringLimitattribute defined at extensionruleengine.voidsetKieSession(DroolsKIESessionModel value)Generated method - Setter ofDroolsRuleEngineContext.kieSessionattribute defined at extensionruleengine.voidsetRuleFiringLimit(java.lang.Long value)Generated method - Setter ofDroolsRuleEngineContext.ruleFiringLimitattribute defined at extensionruleengine.-
Methods inherited from class de.hybris.platform.ruleengine.model.AbstractRuleEngineContextModel
getName, setName
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
KIESESSION
public static final java.lang.String KIESESSION
Generated constant - Attribute key ofDroolsRuleEngineContext.kieSessionattribute defined at extensionruleengine.- See Also:
- Constant Field Values
-
RULEFIRINGLIMIT
public static final java.lang.String RULEFIRINGLIMIT
Generated constant - Attribute key ofDroolsRuleEngineContext.ruleFiringLimitattribute defined at extensionruleengine.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DroolsRuleEngineContextModel
public DroolsRuleEngineContextModel()
Generated constructor - Default constructor for generic creation.
-
DroolsRuleEngineContextModel
public DroolsRuleEngineContextModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
DroolsRuleEngineContextModel
@Deprecated(since="4.1.1", forRemoval=true) public DroolsRuleEngineContextModel(DroolsKIESessionModel _kieSession, java.lang.String _name)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_kieSession- initial attribute declared by typeDroolsRuleEngineContextat extensionruleengine_name- initial attribute declared by typeAbstractRuleEngineContextat extensionruleengine
-
DroolsRuleEngineContextModel
@Deprecated(since="4.1.1", forRemoval=true) public DroolsRuleEngineContextModel(DroolsKIESessionModel _kieSession, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_kieSession- initial attribute declared by typeDroolsRuleEngineContextat extensionruleengine_name- initial attribute declared by typeAbstractRuleEngineContextat extensionruleengine_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getKieSession
@Accessor(qualifier="kieSession", type=GETTER) public DroolsKIESessionModel getKieSession()
Generated method - Getter of theDroolsRuleEngineContext.kieSessionattribute defined at extensionruleengine.- Returns:
- the kieSession
-
getRuleFiringLimit
@Accessor(qualifier="ruleFiringLimit", type=GETTER) public java.lang.Long getRuleFiringLimit()
Generated method - Getter of theDroolsRuleEngineContext.ruleFiringLimitattribute defined at extensionruleengine.- Returns:
- the ruleFiringLimit
-
setKieSession
@Accessor(qualifier="kieSession", type=SETTER) public void setKieSession(DroolsKIESessionModel value)
Generated method - Setter ofDroolsRuleEngineContext.kieSessionattribute defined at extensionruleengine.- Parameters:
value- the kieSession
-
-