public class SourceRuleModel extends AbstractRuleModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIONS
Generated constant - Attribute key of
SourceRule.actions attribute defined at extension ruleengineservices. |
static String |
CONDITIONS
Generated constant - Attribute key of
SourceRule.conditions attribute defined at extension ruleengineservices. |
_RULEGROUP2ABSTRACTRULE, CODE, DESCRIPTION, ENDDATE, MAXALLOWEDRUNS, MESSAGEFIRED, NAME, PRIORITY, RULEGROUP, SAPCONDITIONTYPE, STACKABLE, STARTDATE, STATUS, UUID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SourceRuleModel()
Generated constructor - Default constructor for generic creation.
|
SourceRuleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SourceRuleModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SourceRuleModel(String _code,
ItemModel _owner,
String _uuid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActions()
Generated method - Getter of the
SourceRule.actions attribute defined at extension ruleengineservices. |
String |
getConditions()
Generated method - Getter of the
SourceRule.conditions attribute defined at extension ruleengineservices. |
void |
setActions(String value)
Generated method - Setter of
SourceRule.actions attribute defined at extension ruleengineservices. |
void |
setConditions(String value)
Generated method - Setter of
SourceRule.conditions attribute defined at extension ruleengineservices. |
getCode, getDescription, getDescription, getEndDate, getMaxAllowedRuns, getMessageFired, getMessageFired, getName, getName, getPriority, getRuleGroup, getSapConditionType, getStackable, getStartDate, getStatus, getUuid, setCode, setDescription, setDescription, setEndDate, setMaxAllowedRuns, setMessageFired, setMessageFired, setName, setName, setPriority, setRuleGroup, setSapConditionType, setStackable, setStartDate, setStatus, setUuidgetComments, 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 CONDITIONS
SourceRule.conditions attribute defined at extension ruleengineservices.public static final String ACTIONS
SourceRule.actions attribute defined at extension ruleengineservices.public SourceRuleModel()
public SourceRuleModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SourceRuleModel(String _code)
_code - initial attribute declared by type AbstractRule at extension ruleengineservices@Deprecated public SourceRuleModel(String _code, ItemModel _owner, String _uuid)
_code - initial attribute declared by type AbstractRule at extension ruleengineservices_owner - initial attribute declared by type Item at extension core_uuid - initial attribute declared by type AbstractRule at extension ruleengineservices@Accessor(qualifier="actions", type=GETTER) public String getActions()
SourceRule.actions attribute defined at extension ruleengineservices.@Accessor(qualifier="conditions", type=GETTER) public String getConditions()
SourceRule.conditions attribute defined at extension ruleengineservices.@Accessor(qualifier="actions", type=SETTER) public void setActions(String value)
SourceRule.actions attribute defined at extension ruleengineservices.value - the actions - Rule consequences stored in a formatted StringCopyright © 2017 SAP SE. All Rights Reserved.