public class BTGExpressionModel extends BTGConditionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
LEFTOPERAND
Generated constant - Attribute key of
BTGExpression.leftOperand attribute defined at extension btg. |
static java.lang.String |
OPERATOR
Generated constant - Attribute key of
BTGExpression.operator attribute defined at extension btg. |
static java.lang.String |
RIGHTOPERAND
Generated constant - Attribute key of
BTGExpression.rightOperand attribute defined at extension btg. |
_BTGRULETOBTGCONDITIONSRELATION, BEANID, EVALUATIONSCOPE, RESULTS, RULE, RULEPOSCATALOGVERSION, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGExpressionModel()
Generated constructor - Default constructor for generic creation.
|
BTGExpressionModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGExpressionModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGExpressionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BTGOperandModel |
getLeftOperand()
Generated method - Getter of the
BTGExpression.leftOperand attribute defined at extension btg. |
BTGOperatorModel |
getOperator()
Generated method - Getter of the
BTGExpression.operator attribute defined at extension btg. |
BTGOperandModel |
getRightOperand()
Generated method - Getter of the
BTGExpression.rightOperand attribute defined at extension btg. |
void |
setLeftOperand(BTGOperandModel value)
Generated method - Setter of
BTGExpression.leftOperand attribute defined at extension btg. |
void |
setOperator(BTGOperatorModel value)
Generated method - Setter of
BTGExpression.operator attribute defined at extension btg. |
void |
setRightOperand(BTGOperandModel value)
Generated method - Setter of
BTGExpression.rightOperand attribute defined at extension btg. |
getBeanId, getEvaluationScope, getResults, getRule, setBeanId, setEvaluationScope, setResults, setRulegetCatalogVersion, 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 LEFTOPERAND
BTGExpression.leftOperand attribute defined at extension btg.public static final java.lang.String RIGHTOPERAND
BTGExpression.rightOperand attribute defined at extension btg.public static final java.lang.String OPERATOR
BTGExpression.operator attribute defined at extension btg.public BTGExpressionModel()
public BTGExpressionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGExpressionModel(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 BTGExpressionModel(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="leftOperand", type=GETTER) public BTGOperandModel getLeftOperand()
BTGExpression.leftOperand attribute defined at extension btg.@Accessor(qualifier="operator", type=GETTER) public BTGOperatorModel getOperator()
BTGExpression.operator attribute defined at extension btg.@Accessor(qualifier="rightOperand", type=GETTER) public BTGOperandModel getRightOperand()
BTGExpression.rightOperand attribute defined at extension btg.@Accessor(qualifier="leftOperand", type=SETTER) public void setLeftOperand(BTGOperandModel value)
BTGExpression.leftOperand attribute defined at extension btg.value - the leftOperand@Accessor(qualifier="operator", type=SETTER) public void setOperator(BTGOperatorModel value)
BTGExpression.operator attribute defined at extension btg.value - the operator@Accessor(qualifier="rightOperand", type=SETTER) public void setRightOperand(BTGOperandModel value)
BTGExpression.rightOperand attribute defined at extension btg.value - the rightOperandCopyright © 2018 SAP SE. All Rights Reserved.