public class BTGConditionModel extends BTGItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_BTGRULETOBTGCONDITIONSRELATION
Generated relation code constant for relation
BTGRuleToBTGConditionsRelation defining source attribute rule in extension btg. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BEANID
Generated constant - Attribute key of
BTGCondition.beanId attribute defined at extension btg. |
static java.lang.String |
EVALUATIONSCOPE
Generated constant - Attribute key of
BTGCondition.evaluationScope attribute defined at extension btg. |
static java.lang.String |
RESULTS
Generated constant - Attribute key of
BTGCondition.results attribute defined at extension btg. |
static java.lang.String |
RULE
Generated constant - Attribute key of
BTGCondition.rule attribute defined at extension btg. |
static java.lang.String |
RULEPOS
Generated constant - Attribute key of
BTGCondition.rulePOS attribute defined at extension btg. |
CATALOGVERSION, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGConditionModel()
Generated constructor - Default constructor for generic creation.
|
BTGConditionModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGConditionModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGConditionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanId()
Generated method - Getter of the
BTGCondition.beanId attribute defined at extension btg. |
BTGConditionEvaluationScope |
getEvaluationScope()
Generated method - Getter of the
BTGCondition.evaluationScope attribute defined at extension btg. |
java.util.Collection<BTGConditionResultModel> |
getResults()
Generated method - Getter of the
BTGCondition.results attribute defined at extension btg. |
BTGRuleModel |
getRule()
Generated method - Getter of the
BTGCondition.rule attribute defined at extension btg. |
void |
setBeanId(java.lang.String value)
Generated method - Setter of
BTGCondition.beanId attribute defined at extension btg. |
void |
setEvaluationScope(BTGConditionEvaluationScope value)
Generated method - Setter of
BTGCondition.evaluationScope attribute defined at extension btg. |
void |
setResults(java.util.Collection<BTGConditionResultModel> value)
Generated method - Setter of
BTGCondition.results attribute defined at extension btg. |
void |
setRule(BTGRuleModel value)
Generated method - Setter of
BTGCondition.rule attribute defined at extension btg. |
getCatalogVersion, getUid, setCatalogVersion, setUidgetComments, 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 _BTGRULETOBTGCONDITIONSRELATION
BTGRuleToBTGConditionsRelation defining source attribute rule in extension btg.public static final java.lang.String BEANID
BTGCondition.beanId attribute defined at extension btg.public static final java.lang.String EVALUATIONSCOPE
BTGCondition.evaluationScope attribute defined at extension btg.public static final java.lang.String RULEPOS
BTGCondition.rulePOS attribute defined at extension btg.public static final java.lang.String RULE
BTGCondition.rule attribute defined at extension btg.public static final java.lang.String RESULTS
BTGCondition.results attribute defined at extension btg.public BTGConditionModel()
public BTGConditionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGConditionModel(CatalogVersionModel _catalogVersion, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_uid - initial attribute declared by type BTGItem at extension btg@Deprecated public BTGConditionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type BTGItem at extension btg@Accessor(qualifier="beanId", type=GETTER) public java.lang.String getBeanId()
BTGCondition.beanId attribute defined at extension btg.@Accessor(qualifier="evaluationScope", type=GETTER) public BTGConditionEvaluationScope getEvaluationScope()
BTGCondition.evaluationScope attribute defined at extension btg.@Accessor(qualifier="results", type=GETTER) public java.util.Collection<BTGConditionResultModel> getResults()
BTGCondition.results attribute defined at extension btg.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="rule", type=GETTER) public BTGRuleModel getRule()
BTGCondition.rule attribute defined at extension btg.@Accessor(qualifier="beanId", type=SETTER) public void setBeanId(java.lang.String value)
BTGCondition.beanId attribute defined at extension btg.value - the beanId@Accessor(qualifier="evaluationScope", type=SETTER) public void setEvaluationScope(BTGConditionEvaluationScope value)
BTGCondition.evaluationScope attribute defined at extension btg.value - the evaluationScope@Accessor(qualifier="results", type=SETTER) public void setResults(java.util.Collection<BTGConditionResultModel> value)
BTGCondition.results attribute defined at extension btg.value - the results@Accessor(qualifier="rule", type=SETTER) public void setRule(BTGRuleModel value)
BTGCondition.rule attribute defined at extension btg.value - the ruleCopyright © 2018 SAP SE. All Rights Reserved.