public class BTGConditionResultModel extends BTGAbstractResultModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_BTGCONDITIONBTGCONDITIONRESULTRELATION
Generated relation code constant for relation
BTGConditionBTGConditionResultRelation defining source attribute condition in extension btg. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_USERBTGCONDITIONRESULTRELATION
Generated relation code constant for relation
UserBTGConditionResultRelation defining source attribute user in extension btg. |
static java.lang.String |
CONDITION
Generated constant - Attribute key of
BTGConditionResult.condition attribute defined at extension btg. |
static java.lang.String |
USER
Generated constant - Attribute key of
BTGConditionResult.user attribute defined at extension btg. |
FORCED, FULFILLED, INVALIDATED, RESULTSCOPE, SEQUENCE, SESSIONID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGConditionResultModel()
Generated constructor - Default constructor for generic creation.
|
BTGConditionResultModel(BTGConditionModel _condition,
BTGResultScope _resultScope)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGConditionResultModel(BTGConditionModel _condition,
ItemModel _owner,
BTGResultScope _resultScope)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGConditionResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BTGConditionModel |
getCondition()
Generated method - Getter of the
BTGConditionResult.condition attribute defined at extension btg. |
UserModel |
getUser()
Generated method - Getter of the
BTGConditionResult.user attribute defined at extension btg. |
void |
setCondition(BTGConditionModel value)
Generated method - Setter of
BTGConditionResult.condition attribute defined at extension btg. |
void |
setUser(UserModel value)
Generated method - Setter of
BTGConditionResult.user attribute defined at extension btg. |
getResultScope, getSequence, getSessionId, isForced, isFulfilled, isInvalidated, setForced, setFulfilled, setInvalidated, setResultScope, setSequence, setSessionIdgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _BTGCONDITIONBTGCONDITIONRESULTRELATION
BTGConditionBTGConditionResultRelation defining source attribute condition in extension btg.public static final java.lang.String _USERBTGCONDITIONRESULTRELATION
UserBTGConditionResultRelation defining source attribute user in extension btg.public static final java.lang.String CONDITION
BTGConditionResult.condition attribute defined at extension btg.public static final java.lang.String USER
BTGConditionResult.user attribute defined at extension btg.public BTGConditionResultModel()
public BTGConditionResultModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGConditionResultModel(BTGConditionModel _condition, BTGResultScope _resultScope)
_condition - initial attribute declared by type BTGConditionResult at extension btg_resultScope - initial attribute declared by type BTGAbstractResult at extension btg@Deprecated public BTGConditionResultModel(BTGConditionModel _condition, ItemModel _owner, BTGResultScope _resultScope)
_condition - initial attribute declared by type BTGConditionResult at extension btg_owner - initial attribute declared by type Item at extension core_resultScope - initial attribute declared by type BTGAbstractResult at extension btg@Accessor(qualifier="condition", type=GETTER) public BTGConditionModel getCondition()
BTGConditionResult.condition attribute defined at extension btg.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
BTGConditionResult.user attribute defined at extension btg.@Accessor(qualifier="condition", type=SETTER) public void setCondition(BTGConditionModel value)
BTGConditionResult.condition attribute defined at extension btg.value - the conditionCopyright © 2018 SAP SE. All Rights Reserved.