public class BTGSegmentResultModel extends BTGAbstractResultModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_BTGSEGMENTBTGSEGMENTRESULTRELATION
Generated relation code constant for relation
BTGSegmentBTGSegmentResultRelation defining source attribute segment in extension btg. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_USERBTGSEGMENTRESULTRELATION
Generated relation code constant for relation
UserBTGSegmentResultRelation defining source attribute user in extension btg. |
static java.lang.String |
SEGMENT
Generated constant - Attribute key of
BTGSegmentResult.segment attribute defined at extension btg. |
static java.lang.String |
USER
Generated constant - Attribute key of
BTGSegmentResult.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 |
|---|
BTGSegmentResultModel()
Generated constructor - Default constructor for generic creation.
|
BTGSegmentResultModel(BTGResultScope _resultScope,
BTGSegmentModel _segment)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGSegmentResultModel(ItemModel _owner,
BTGResultScope _resultScope,
BTGSegmentModel _segment)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGSegmentResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentModel |
getSegment()
Generated method - Getter of the
BTGSegmentResult.segment attribute defined at extension btg. |
UserModel |
getUser()
Generated method - Getter of the
BTGSegmentResult.user attribute defined at extension btg. |
void |
setSegment(BTGSegmentModel value)
Generated method - Setter of
BTGSegmentResult.segment attribute defined at extension btg. |
void |
setUser(UserModel value)
Generated method - Setter of
BTGSegmentResult.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 _BTGSEGMENTBTGSEGMENTRESULTRELATION
BTGSegmentBTGSegmentResultRelation defining source attribute segment in extension btg.public static final java.lang.String _USERBTGSEGMENTRESULTRELATION
UserBTGSegmentResultRelation defining source attribute user in extension btg.public static final java.lang.String SEGMENT
BTGSegmentResult.segment attribute defined at extension btg.public static final java.lang.String USER
BTGSegmentResult.user attribute defined at extension btg.public BTGSegmentResultModel()
public BTGSegmentResultModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGSegmentResultModel(BTGResultScope _resultScope, BTGSegmentModel _segment)
_resultScope - initial attribute declared by type BTGAbstractResult at extension btg_segment - initial attribute declared by type BTGSegmentResult at extension btg@Deprecated public BTGSegmentResultModel(ItemModel _owner, BTGResultScope _resultScope, BTGSegmentModel _segment)
_owner - initial attribute declared by type Item at extension core_resultScope - initial attribute declared by type BTGAbstractResult at extension btg_segment - initial attribute declared by type BTGSegmentResult at extension btg@Accessor(qualifier="segment", type=GETTER) public BTGSegmentModel getSegment()
BTGSegmentResult.segment attribute defined at extension btg.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
BTGSegmentResult.user attribute defined at extension btg.@Accessor(qualifier="segment", type=SETTER) public void setSegment(BTGSegmentModel value)
BTGSegmentResult.segment attribute defined at extension btg.value - the segmentCopyright © 2018 SAP SE. All Rights Reserved.