public class ExpressionPlaceholderModel extends PlaceholderModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
GETEXPRESSION
Generated constant - Attribute key of
ExpressionPlaceholder.getExpression attribute defined at extension print. |
static String |
SETEXPRESSION
Generated constant - Attribute key of
ExpressionPlaceholder.setExpression attribute defined at extension print. |
_PLACEHOLDERTEMPLATE2PLACEHOLDERRELATION, CLASSID, COMETCONFIG, CONVERT, DESCRIPTION, DOMAIN, DOMAINID, LANGUAGE, LOADACTIONID, PLACEHOLDERID, PLACEHOLDERTEMPLATE, PLACEHOLDERTYPE, POSTPROCESSINGEXPRESSION, PREPROCESSINGEXPRESSION, QUALIFIER, STOREACTIONID, SYNCABLE, SYNCACTIONID, VALUETYPE, WRITABLE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ExpressionPlaceholderModel()
Generated constructor - Default constructor for generic creation.
|
ExpressionPlaceholderModel(CometConfigurationModel _cometConfig,
String _getExpression,
ItemModel _owner,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ExpressionPlaceholderModel(CometConfigurationModel _cometConfig,
String _getExpression,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ExpressionPlaceholderModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGetExpression()
Generated method - Getter of the
ExpressionPlaceholder.getExpression attribute defined at extension print. |
String |
getSetExpression()
Generated method - Getter of the
ExpressionPlaceholder.setExpression attribute defined at extension print. |
void |
setGetExpression(String value)
Generated method - Setter of
ExpressionPlaceholder.getExpression attribute defined at extension print. |
void |
setSetExpression(String value)
Generated method - Setter of
ExpressionPlaceholder.setExpression attribute defined at extension print. |
getClassId, getCometConfig, getConvert, getDescription, getDescription, getDomain, getDomainId, getLanguage, getLoadActionID, getPlaceholderID, getPlaceholderTemplate, getPlaceholderType, getPostProcessingExpression, getPreProcessingExpression, getQualifier, getStoreActionID, getSyncable, getSyncActionID, getValueType, getWritable, setClassId, setCometConfig, setConvert, setDescription, setDescription, setDomain, setDomainId, setLanguage, setLoadActionID, setPlaceholderID, setPlaceholderTemplate, setPlaceholderType, setPostProcessingExpression, setPreProcessingExpression, setQualifier, setStoreActionID, setSyncable, setSyncActionID, setValueType, setWritablegetComments, 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 GETEXPRESSION
ExpressionPlaceholder.getExpression attribute defined at extension print.public static final String SETEXPRESSION
ExpressionPlaceholder.setExpression attribute defined at extension print.public ExpressionPlaceholderModel()
public ExpressionPlaceholderModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ExpressionPlaceholderModel(CometConfigurationModel _cometConfig, String _getExpression, String _qualifier)
_cometConfig - initial attribute declared by type Placeholder at extension print_getExpression - initial attribute declared by type ExpressionPlaceholder at extension print_qualifier - initial attribute declared by type Placeholder at extension print@Deprecated public ExpressionPlaceholderModel(CometConfigurationModel _cometConfig, String _getExpression, ItemModel _owner, String _qualifier)
_cometConfig - initial attribute declared by type Placeholder at extension print_getExpression - initial attribute declared by type ExpressionPlaceholder at extension print_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type Placeholder at extension print@Accessor(qualifier="getExpression", type=GETTER) public String getGetExpression()
ExpressionPlaceholder.getExpression attribute defined at extension print.@Accessor(qualifier="setExpression", type=GETTER) public String getSetExpression()
ExpressionPlaceholder.setExpression attribute defined at extension print.@Accessor(qualifier="getExpression", type=SETTER) public void setGetExpression(String value)
ExpressionPlaceholder.getExpression attribute defined at extension print.value - the getExpressionCopyright © 2017 SAP SE. All Rights Reserved.