public class RuleGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
RuleGroup.code attribute defined at extension ruleengineservices. |
static String |
DESCRIPTION
Generated constant - Attribute key of
RuleGroup.description attribute defined at extension ruleengineservices. |
static String |
RULES
Generated constant - Attribute key of
RuleGroup.rules attribute defined at extension ruleengineservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RuleGroupModel()
Generated constructor - Default constructor for generic creation.
|
RuleGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
RuleGroupModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RuleGroupModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
RuleGroup.code attribute defined at extension ruleengineservices. |
String |
getDescription()
Generated method - Getter of the
RuleGroup.description attribute defined at extension ruleengineservices. |
String |
getDescription(Locale loc)
Generated method - Getter of the
RuleGroup.description attribute defined at extension ruleengineservices. |
Set<AbstractRuleModel> |
getRules()
Generated method - Getter of the
RuleGroup.rules attribute defined at extension ruleengineservices. |
void |
setCode(String value)
Generated method - Setter of
RuleGroup.code attribute defined at extension ruleengineservices. |
void |
setDescription(String value)
Generated method - Setter of
RuleGroup.description attribute defined at extension ruleengineservices. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
RuleGroup.description attribute defined at extension ruleengineservices. |
void |
setRules(Set<AbstractRuleModel> value)
Generated method - Setter of
RuleGroup.rules attribute defined at extension ruleengineservices. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String CODE
RuleGroup.code attribute defined at extension ruleengineservices.public static final String DESCRIPTION
RuleGroup.description attribute defined at extension ruleengineservices.public static final String RULES
RuleGroup.rules attribute defined at extension ruleengineservices.public RuleGroupModel()
public RuleGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RuleGroupModel(String _code)
_code - initial attribute declared by type RuleGroup at extension ruleengineservices@Deprecated public RuleGroupModel(String _code, ItemModel _owner)
_code - initial attribute declared by type RuleGroup at extension ruleengineservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
RuleGroup.code attribute defined at extension ruleengineservices.@Accessor(qualifier="description", type=GETTER) public String getDescription()
RuleGroup.description attribute defined at extension ruleengineservices.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
RuleGroup.description attribute defined at extension ruleengineservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="rules", type=GETTER) public Set<AbstractRuleModel> getRules()
RuleGroup.rules attribute defined at extension ruleengineservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
RuleGroup.code attribute defined at extension ruleengineservices.value - the code - the code of the rule group.@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
RuleGroup.description attribute defined at extension ruleengineservices.value - the description - the description of this rule group.@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
RuleGroup.description attribute defined at extension ruleengineservices.value - the description - the description of this rule group.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.