public class BTGAbstractResultModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
FORCED
Generated constant - Attribute key of
BTGAbstractResult.forced attribute defined at extension btg. |
static java.lang.String |
FULFILLED
Generated constant - Attribute key of
BTGAbstractResult.fulfilled attribute defined at extension btg. |
static java.lang.String |
INVALIDATED
Generated constant - Attribute key of
BTGAbstractResult.invalidated attribute defined at extension btg. |
static java.lang.String |
RESULTSCOPE
Generated constant - Attribute key of
BTGAbstractResult.resultScope attribute defined at extension btg. |
static java.lang.String |
SEQUENCE
Generated constant - Attribute key of
BTGAbstractResult.sequence attribute defined at extension btg. |
static java.lang.String |
SESSIONID
Generated constant - Attribute key of
BTGAbstractResult.sessionId attribute defined at extension btg. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGAbstractResultModel()
Generated constructor - Default constructor for generic creation.
|
BTGAbstractResultModel(BTGResultScope _resultScope)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGAbstractResultModel(ItemModel _owner,
BTGResultScope _resultScope)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGAbstractResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BTGResultScope |
getResultScope()
Generated method - Getter of the
BTGAbstractResult.resultScope attribute defined at extension btg. |
java.lang.String |
getSequence()
Generated method - Getter of the
BTGAbstractResult.sequence attribute defined at extension btg. |
java.lang.String |
getSessionId()
Generated method - Getter of the
BTGAbstractResult.sessionId attribute defined at extension btg. |
boolean |
isForced()
Generated method - Getter of the
BTGAbstractResult.forced attribute defined at extension btg. |
boolean |
isFulfilled()
Generated method - Getter of the
BTGAbstractResult.fulfilled attribute defined at extension btg. |
boolean |
isInvalidated()
Generated method - Getter of the
BTGAbstractResult.invalidated attribute defined at extension btg. |
void |
setForced(boolean value)
Generated method - Setter of
BTGAbstractResult.forced attribute defined at extension btg. |
void |
setFulfilled(boolean value)
Generated method - Setter of
BTGAbstractResult.fulfilled attribute defined at extension btg. |
void |
setInvalidated(boolean value)
Generated method - Setter of
BTGAbstractResult.invalidated attribute defined at extension btg. |
void |
setResultScope(BTGResultScope value)
Generated method - Setter of
BTGAbstractResult.resultScope attribute defined at extension btg. |
void |
setSequence(java.lang.String value)
Generated method - Setter of
BTGAbstractResult.sequence attribute defined at extension btg. |
void |
setSessionId(java.lang.String value)
Generated method - Setter of
BTGAbstractResult.sessionId attribute defined at extension btg. |
getComments, 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 FULFILLED
BTGAbstractResult.fulfilled attribute defined at extension btg.public static final java.lang.String FORCED
BTGAbstractResult.forced attribute defined at extension btg.public static final java.lang.String INVALIDATED
BTGAbstractResult.invalidated attribute defined at extension btg.public static final java.lang.String RESULTSCOPE
BTGAbstractResult.resultScope attribute defined at extension btg.public static final java.lang.String SESSIONID
BTGAbstractResult.sessionId attribute defined at extension btg.public static final java.lang.String SEQUENCE
BTGAbstractResult.sequence attribute defined at extension btg.public BTGAbstractResultModel()
public BTGAbstractResultModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGAbstractResultModel(BTGResultScope _resultScope)
_resultScope - initial attribute declared by type BTGAbstractResult at extension btg@Deprecated public BTGAbstractResultModel(ItemModel _owner, BTGResultScope _resultScope)
_owner - initial attribute declared by type Item at extension core_resultScope - initial attribute declared by type BTGAbstractResult at extension btg@Accessor(qualifier="resultScope", type=GETTER) public BTGResultScope getResultScope()
BTGAbstractResult.resultScope attribute defined at extension btg.@Accessor(qualifier="sequence", type=GETTER) public java.lang.String getSequence()
BTGAbstractResult.sequence attribute defined at extension btg.@Accessor(qualifier="sessionId", type=GETTER) public java.lang.String getSessionId()
BTGAbstractResult.sessionId attribute defined at extension btg.@Accessor(qualifier="forced", type=GETTER) public boolean isForced()
BTGAbstractResult.forced attribute defined at extension btg.@Accessor(qualifier="fulfilled", type=GETTER) public boolean isFulfilled()
BTGAbstractResult.fulfilled attribute defined at extension btg.@Accessor(qualifier="invalidated", type=GETTER) public boolean isInvalidated()
BTGAbstractResult.invalidated attribute defined at extension btg.@Accessor(qualifier="forced", type=SETTER) public void setForced(boolean value)
BTGAbstractResult.forced attribute defined at extension btg.value - the forced@Accessor(qualifier="fulfilled", type=SETTER) public void setFulfilled(boolean value)
BTGAbstractResult.fulfilled attribute defined at extension btg.value - the fulfilled@Accessor(qualifier="invalidated", type=SETTER) public void setInvalidated(boolean value)
BTGAbstractResult.invalidated attribute defined at extension btg.value - the invalidated@Accessor(qualifier="resultScope", type=SETTER) public void setResultScope(BTGResultScope value)
BTGAbstractResult.resultScope attribute defined at extension btg.value - the resultScope@Accessor(qualifier="sequence", type=SETTER) public void setSequence(java.lang.String value)
BTGAbstractResult.sequence attribute defined at extension btg.value - the sequenceCopyright © 2018 SAP SE. All Rights Reserved.