Class DroolsKIEModuleModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.ruleengine.model.AbstractRulesModuleModel
-
- de.hybris.platform.ruleengine.model.DroolsKIEModuleModel
-
- All Implemented Interfaces:
java.io.Serializable
public class DroolsKIEModuleModel extends AbstractRulesModuleModel
Generated model class for type DroolsKIEModule 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
_TYPECODE
Generated model type code constant.static java.lang.String
DEFAULTKIEBASE
Generated constant - Attribute key ofDroolsKIEModule.defaultKIEBase
attribute defined at extensionruleengine
.static java.lang.String
DEPLOYEDMVNVERSION
Generated constant - Attribute key ofDroolsKIEModule.deployedMvnVersion
attribute defined at extensionruleengine
.static java.lang.String
KIEBASES
Generated constant - Attribute key ofDroolsKIEModule.kieBases
attribute defined at extensionruleengine
.static java.lang.String
MVNARTIFACTID
Generated constant - Attribute key ofDroolsKIEModule.mvnArtifactId
attribute defined at extensionruleengine
.static java.lang.String
MVNGROUPID
Generated constant - Attribute key ofDroolsKIEModule.mvnGroupId
attribute defined at extensionruleengine
.static java.lang.String
MVNVERSION
Generated constant - Attribute key ofDroolsKIEModule.mvnVersion
attribute defined at extensionruleengine
.-
Fields inherited from class de.hybris.platform.ruleengine.model.AbstractRulesModuleModel
ACTIVE, ALLOWEDTARGETS, CATALOGVERSIONS, LOCKACQUIRED, NAME, RULETYPE, VERSION
-
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 DroolsKIEModuleModel()
Generated constructor - Default constructor for generic creation.DroolsKIEModuleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextDroolsKIEModuleModel(java.lang.String _mvnArtifactId, java.lang.String _mvnGroupId, java.lang.String _mvnVersion, java.lang.String _name, ItemModel _owner, java.lang.Long _version)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsKIEModuleModel(java.lang.String _mvnArtifactId, java.lang.String _mvnGroupId, java.lang.String _mvnVersion, java.lang.String _name, java.lang.Long _version)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DroolsKIEBaseModel
getDefaultKIEBase()
Generated method - Getter of theDroolsKIEModule.defaultKIEBase
attribute defined at extensionruleengine
.java.lang.String
getDeployedMvnVersion()
Generated method - Getter of theDroolsKIEModule.deployedMvnVersion
attribute defined at extensionruleengine
.java.util.Collection<DroolsKIEBaseModel>
getKieBases()
Generated method - Getter of theDroolsKIEModule.kieBases
attribute defined at extensionruleengine
.java.lang.String
getMvnArtifactId()
Generated method - Getter of theDroolsKIEModule.mvnArtifactId
attribute defined at extensionruleengine
.java.lang.String
getMvnGroupId()
Generated method - Getter of theDroolsKIEModule.mvnGroupId
attribute defined at extensionruleengine
.java.lang.String
getMvnVersion()
Generated method - Getter of theDroolsKIEModule.mvnVersion
attribute defined at extensionruleengine
.void
setDefaultKIEBase(DroolsKIEBaseModel value)
Generated method - Setter ofDroolsKIEModule.defaultKIEBase
attribute defined at extensionruleengine
.void
setDeployedMvnVersion(java.lang.String value)
Generated method - Setter ofDroolsKIEModule.deployedMvnVersion
attribute defined at extensionruleengine
.void
setKieBases(java.util.Collection<DroolsKIEBaseModel> value)
Generated method - Setter ofDroolsKIEModule.kieBases
attribute defined at extensionruleengine
.void
setMvnArtifactId(java.lang.String value)
Generated method - Setter ofDroolsKIEModule.mvnArtifactId
attribute defined at extensionruleengine
.void
setMvnGroupId(java.lang.String value)
Generated method - Setter ofDroolsKIEModule.mvnGroupId
attribute defined at extensionruleengine
.void
setMvnVersion(java.lang.String value)
Generated method - Setter ofDroolsKIEModule.mvnVersion
attribute defined at extensionruleengine
.-
Methods inherited from class de.hybris.platform.ruleengine.model.AbstractRulesModuleModel
getActive, getAllowedTargets, getCatalogVersions, getLockAcquired, getName, getRuleType, getVersion, setActive, setAllowedTargets, setLockAcquired, setName, setRuleType, setVersion
-
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
-
MVNGROUPID
public static final java.lang.String MVNGROUPID
Generated constant - Attribute key ofDroolsKIEModule.mvnGroupId
attribute defined at extensionruleengine
.- See Also:
- Constant Field Values
-
MVNARTIFACTID
public static final java.lang.String MVNARTIFACTID
Generated constant - Attribute key ofDroolsKIEModule.mvnArtifactId
attribute defined at extensionruleengine
.- See Also:
- Constant Field Values
-
MVNVERSION
public static final java.lang.String MVNVERSION
Generated constant - Attribute key ofDroolsKIEModule.mvnVersion
attribute defined at extensionruleengine
.- See Also:
- Constant Field Values
-
DEPLOYEDMVNVERSION
public static final java.lang.String DEPLOYEDMVNVERSION
Generated constant - Attribute key ofDroolsKIEModule.deployedMvnVersion
attribute defined at extensionruleengine
.- See Also:
- Constant Field Values
-
DEFAULTKIEBASE
public static final java.lang.String DEFAULTKIEBASE
Generated constant - Attribute key ofDroolsKIEModule.defaultKIEBase
attribute defined at extensionruleengine
.- See Also:
- Constant Field Values
-
KIEBASES
public static final java.lang.String KIEBASES
Generated constant - Attribute key ofDroolsKIEModule.kieBases
attribute defined at extensionruleengine
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DroolsKIEModuleModel
public DroolsKIEModuleModel()
Generated constructor - Default constructor for generic creation.
-
DroolsKIEModuleModel
public DroolsKIEModuleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
DroolsKIEModuleModel
@Deprecated(since="4.1.1", forRemoval=true) public DroolsKIEModuleModel(java.lang.String _mvnArtifactId, java.lang.String _mvnGroupId, java.lang.String _mvnVersion, java.lang.String _name, java.lang.Long _version)
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:
_mvnArtifactId
- initial attribute declared by typeDroolsKIEModule
at extensionruleengine
_mvnGroupId
- initial attribute declared by typeDroolsKIEModule
at extensionruleengine
_mvnVersion
- initial attribute declared by typeDroolsKIEModule
at extensionruleengine
_name
- initial attribute declared by typeAbstractRulesModule
at extensionruleengine
_version
- initial attribute declared by typeAbstractRulesModule
at extensionruleengine
-
DroolsKIEModuleModel
@Deprecated(since="4.1.1", forRemoval=true) public DroolsKIEModuleModel(java.lang.String _mvnArtifactId, java.lang.String _mvnGroupId, java.lang.String _mvnVersion, java.lang.String _name, ItemModel _owner, java.lang.Long _version)
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:
_mvnArtifactId
- initial attribute declared by typeDroolsKIEModule
at extensionruleengine
_mvnGroupId
- initial attribute declared by typeDroolsKIEModule
at extensionruleengine
_mvnVersion
- initial attribute declared by typeDroolsKIEModule
at extensionruleengine
_name
- initial attribute declared by typeAbstractRulesModule
at extensionruleengine
_owner
- initial attribute declared by typeItem
at extensioncore
_version
- initial attribute declared by typeAbstractRulesModule
at extensionruleengine
-
-
Method Detail
-
getDefaultKIEBase
@Accessor(qualifier="defaultKIEBase", type=GETTER) public DroolsKIEBaseModel getDefaultKIEBase()
Generated method - Getter of theDroolsKIEModule.defaultKIEBase
attribute defined at extensionruleengine
.- Returns:
- the defaultKIEBase
-
getDeployedMvnVersion
@Accessor(qualifier="deployedMvnVersion", type=GETTER) public java.lang.String getDeployedMvnVersion()
Generated method - Getter of theDroolsKIEModule.deployedMvnVersion
attribute defined at extensionruleengine
.- Returns:
- the deployedMvnVersion
-
getKieBases
@Accessor(qualifier="kieBases", type=GETTER) public java.util.Collection<DroolsKIEBaseModel> getKieBases()
Generated method - Getter of theDroolsKIEModule.kieBases
attribute defined at extensionruleengine
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the kieBases
-
getMvnArtifactId
@Accessor(qualifier="mvnArtifactId", type=GETTER) public java.lang.String getMvnArtifactId()
Generated method - Getter of theDroolsKIEModule.mvnArtifactId
attribute defined at extensionruleengine
.- Returns:
- the mvnArtifactId
-
getMvnGroupId
@Accessor(qualifier="mvnGroupId", type=GETTER) public java.lang.String getMvnGroupId()
Generated method - Getter of theDroolsKIEModule.mvnGroupId
attribute defined at extensionruleengine
.- Returns:
- the mvnGroupId
-
getMvnVersion
@Accessor(qualifier="mvnVersion", type=GETTER) public java.lang.String getMvnVersion()
Generated method - Getter of theDroolsKIEModule.mvnVersion
attribute defined at extensionruleengine
.- Returns:
- the mvnVersion
-
setDefaultKIEBase
@Accessor(qualifier="defaultKIEBase", type=SETTER) public void setDefaultKIEBase(DroolsKIEBaseModel value)
Generated method - Setter ofDroolsKIEModule.defaultKIEBase
attribute defined at extensionruleengine
.- Parameters:
value
- the defaultKIEBase
-
setDeployedMvnVersion
@Accessor(qualifier="deployedMvnVersion", type=SETTER) public void setDeployedMvnVersion(java.lang.String value)
Generated method - Setter ofDroolsKIEModule.deployedMvnVersion
attribute defined at extensionruleengine
.- Parameters:
value
- the deployedMvnVersion
-
setKieBases
@Accessor(qualifier="kieBases", type=SETTER) public void setKieBases(java.util.Collection<DroolsKIEBaseModel> value)
Generated method - Setter ofDroolsKIEModule.kieBases
attribute defined at extensionruleengine
.- Parameters:
value
- the kieBases
-
setMvnArtifactId
@Accessor(qualifier="mvnArtifactId", type=SETTER) public void setMvnArtifactId(java.lang.String value)
Generated method - Setter ofDroolsKIEModule.mvnArtifactId
attribute defined at extensionruleengine
.- Parameters:
value
- the mvnArtifactId
-
setMvnGroupId
@Accessor(qualifier="mvnGroupId", type=SETTER) public void setMvnGroupId(java.lang.String value)
Generated method - Setter ofDroolsKIEModule.mvnGroupId
attribute defined at extensionruleengine
.- Parameters:
value
- the mvnGroupId
-
-