public class BTGConditionModel extends BTGItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BTGRULETOBTGCONDITIONSRELATION
Generated relation code constant for relation
BTGRuleToBTGConditionsRelation defining source attribute rule in extension btg. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BEANID
Generated constant - Attribute key of
BTGCondition.beanId attribute defined at extension btg. |
static String |
EVALUATIONSCOPE
Generated constant - Attribute key of
BTGCondition.evaluationScope attribute defined at extension btg. |
static String |
RESULTS
Generated constant - Attribute key of
BTGCondition.results attribute defined at extension btg. |
static String |
RULE
Generated constant - Attribute key of
BTGCondition.rule attribute defined at extension btg. |
static String |
RULEPOS
Generated constant - Attribute key of
BTGCondition.rulePOS attribute defined at extension btg. |
CATALOGVERSION, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGConditionModel()
Generated constructor - Default constructor for generic creation.
|
BTGConditionModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGConditionModel(CatalogVersionModel _catalogVersion,
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 |
|---|---|
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. |
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(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(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, 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 _BTGRULETOBTGCONDITIONSRELATION
BTGRuleToBTGConditionsRelation defining source attribute rule in extension btg.public static final String BEANID
BTGCondition.beanId attribute defined at extension btg.public static final String EVALUATIONSCOPE
BTGCondition.evaluationScope attribute defined at extension btg.public static final String RULEPOS
BTGCondition.rulePOS attribute defined at extension btg.public static final String RULE
BTGCondition.rule attribute defined at extension btg.public static final 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, 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, 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 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 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(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(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 © 2017 SAP SE. All Rights Reserved.