public class BTGRuleResultModel extends BTGAbstractResultModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BTGRULEBTGRULERESULTRELATION
Generated relation code constant for relation
BTGRuleBTGRuleResultRelation defining source attribute rule in extension btg. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_USERBTGRULERESULTRELATION
Generated relation code constant for relation
UserBTGRuleResultRelation defining source attribute user in extension btg. |
static String |
RULE
Generated constant - Attribute key of
BTGRuleResult.rule attribute defined at extension btg. |
static String |
USER
Generated constant - Attribute key of
BTGRuleResult.user attribute defined at extension btg. |
FORCED, FULFILLED, INVALIDATED, RESULTSCOPE, SEQUENCE, SESSIONID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGRuleResultModel()
Generated constructor - Default constructor for generic creation.
|
BTGRuleResultModel(BTGResultScope _resultScope,
BTGRuleModel _rule)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGRuleResultModel(ItemModel _owner,
BTGResultScope _resultScope,
BTGRuleModel _rule)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGRuleResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BTGRuleModel |
getRule()
Generated method - Getter of the
BTGRuleResult.rule attribute defined at extension btg. |
UserModel |
getUser()
Generated method - Getter of the
BTGRuleResult.user attribute defined at extension btg. |
void |
setRule(BTGRuleModel value)
Generated method - Setter of
BTGRuleResult.rule attribute defined at extension btg. |
void |
setUser(UserModel value)
Generated method - Setter of
BTGRuleResult.user attribute defined at extension btg. |
getResultScope, getSequence, getSessionId, isForced, isFulfilled, isInvalidated, setForced, setFulfilled, setInvalidated, setResultScope, setSequence, setSessionIdgetComments, 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 _BTGRULEBTGRULERESULTRELATION
BTGRuleBTGRuleResultRelation defining source attribute rule in extension btg.public static final String _USERBTGRULERESULTRELATION
UserBTGRuleResultRelation defining source attribute user in extension btg.public static final String RULE
BTGRuleResult.rule attribute defined at extension btg.public static final String USER
BTGRuleResult.user attribute defined at extension btg.public BTGRuleResultModel()
public BTGRuleResultModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGRuleResultModel(BTGResultScope _resultScope, BTGRuleModel _rule)
_resultScope - initial attribute declared by type BTGAbstractResult at extension btg_rule - initial attribute declared by type BTGRuleResult at extension btg@Deprecated public BTGRuleResultModel(ItemModel _owner, BTGResultScope _resultScope, BTGRuleModel _rule)
_owner - initial attribute declared by type Item at extension core_resultScope - initial attribute declared by type BTGAbstractResult at extension btg_rule - initial attribute declared by type BTGRuleResult at extension btg@Accessor(qualifier="rule", type=GETTER) public BTGRuleModel getRule()
BTGRuleResult.rule attribute defined at extension btg.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
BTGRuleResult.user attribute defined at extension btg.@Accessor(qualifier="rule", type=SETTER) public void setRule(BTGRuleModel value)
BTGRuleResult.rule attribute defined at extension btg.value - the ruleCopyright © 2017 SAP SE. All Rights Reserved.