public class RuleConditionDefinitionCategoryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_RULECONDITIONDEFINITION2CATEGORYRELATION
Generated relation code constant for relation
RuleConditionDefinition2CategoryRelation defining source attribute definitions in extension ruleengineservices. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DEFINITIONS
Generated constant - Attribute key of
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices. |
static String |
ICON
Generated constant - Attribute key of
RuleConditionDefinitionCategory.icon attribute defined at extension ruleengineservices. |
static String |
ID
Generated constant - Attribute key of
RuleConditionDefinitionCategory.id attribute defined at extension ruleengineservices. |
static String |
NAME
Generated constant - Attribute key of
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices. |
static String |
PRIORITY
Generated constant - Attribute key of
RuleConditionDefinitionCategory.priority attribute defined at extension ruleengineservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RuleConditionDefinitionCategoryModel()
Generated constructor - Default constructor for generic creation.
|
RuleConditionDefinitionCategoryModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RuleConditionDefinitionCategoryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleConditionDefinitionModel> |
getDefinitions()
Generated method - Getter of the
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices. |
CatalogUnawareMediaModel |
getIcon()
Generated method - Getter of the
RuleConditionDefinitionCategory.icon attribute defined at extension ruleengineservices. |
String |
getId()
Generated method - Getter of the
RuleConditionDefinitionCategory.id attribute defined at extension ruleengineservices. |
String |
getName()
Generated method - Getter of the
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices. |
String |
getName(Locale loc)
Generated method - Getter of the
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices. |
Integer |
getPriority()
Generated method - Getter of the
RuleConditionDefinitionCategory.priority attribute defined at extension ruleengineservices. |
void |
setDefinitions(List<RuleConditionDefinitionModel> value)
Generated method - Setter of
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices. |
void |
setIcon(CatalogUnawareMediaModel value)
Generated method - Setter of
RuleConditionDefinitionCategory.icon attribute defined at extension ruleengineservices. |
void |
setId(String value)
Generated method - Setter of
RuleConditionDefinitionCategory.id attribute defined at extension ruleengineservices. |
void |
setName(String value)
Generated method - Setter of
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices. |
void |
setPriority(Integer value)
Generated method - Setter of
RuleConditionDefinitionCategory.priority 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 _RULECONDITIONDEFINITION2CATEGORYRELATION
RuleConditionDefinition2CategoryRelation defining source attribute definitions in extension ruleengineservices.public static final String ID
RuleConditionDefinitionCategory.id attribute defined at extension ruleengineservices.public static final String NAME
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices.public static final String PRIORITY
RuleConditionDefinitionCategory.priority attribute defined at extension ruleengineservices.public static final String ICON
RuleConditionDefinitionCategory.icon attribute defined at extension ruleengineservices.public static final String DEFINITIONS
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices.public RuleConditionDefinitionCategoryModel()
public RuleConditionDefinitionCategoryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RuleConditionDefinitionCategoryModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="definitions", type=GETTER) public List<RuleConditionDefinitionModel> getDefinitions()
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="icon", type=GETTER) public CatalogUnawareMediaModel getIcon()
RuleConditionDefinitionCategory.icon attribute defined at extension ruleengineservices.@Accessor(qualifier="id", type=GETTER) public String getId()
RuleConditionDefinitionCategory.id attribute defined at extension ruleengineservices.@Accessor(qualifier="name", type=GETTER) public String getName()
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
RuleConditionDefinitionCategory.priority attribute defined at extension ruleengineservices.@Accessor(qualifier="definitions", type=SETTER) public void setDefinitions(List<RuleConditionDefinitionModel> value)
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices.value - the definitions@Accessor(qualifier="icon", type=SETTER) public void setIcon(CatalogUnawareMediaModel value)
RuleConditionDefinitionCategory.icon attribute defined at extension ruleengineservices.value - the icon@Accessor(qualifier="id", type=SETTER) public void setId(String value)
RuleConditionDefinitionCategory.id attribute defined at extension ruleengineservices.value - the id@Accessor(qualifier="name", type=SETTER) public void setName(String value)
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
RuleConditionDefinitionCategory.name attribute defined at extension ruleengineservices.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.