public class BTGStringScriptOperandModel extends BTGAbstractScriptOperandModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COLLECTION
Generated constant - Attribute key of
BTGStringScriptOperand.collection attribute defined at extension btg. |
static java.lang.String |
RETURNTYPE
Generated constant - Attribute key of
BTGStringScriptOperand.returnType attribute defined at extension btg. |
static java.lang.String |
SCRIPT
Generated constant - Attribute key of
BTGStringScriptOperand.script attribute defined at extension btg. |
static java.lang.String |
SCRIPTLANGUAGE
Generated constant - Attribute key of
BTGStringScriptOperand.scriptLanguage attribute defined at extension btg. |
BEANIDCODE, DESCRIPTION, SCOPECATALOGVERSION, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGStringScriptOperandModel()
Generated constructor - Default constructor for generic creation.
|
BTGStringScriptOperandModel(CatalogVersionModel _catalogVersion,
boolean _collection,
java.lang.Class _returnType,
java.lang.String _script,
java.lang.String _scriptLanguage,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGStringScriptOperandModel(CatalogVersionModel _catalogVersion,
boolean _collection,
ItemModel _owner,
java.lang.Class _returnType,
java.lang.String _script,
java.lang.String _scriptLanguage,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGStringScriptOperandModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getReturnType()
Generated method - Getter of the
BTGStringScriptOperand.returnType attribute defined at extension btg. |
java.lang.String |
getScript()
Generated method - Getter of the
BTGStringScriptOperand.script attribute defined at extension btg. |
java.lang.String |
getScriptLanguage()
Generated method - Getter of the
BTGStringScriptOperand.scriptLanguage attribute defined at extension btg. |
boolean |
isCollection()
Generated method - Getter of the
BTGStringScriptOperand.collection attribute defined at extension btg. |
void |
setCollection(boolean value)
Generated method - Setter of
BTGStringScriptOperand.collection attribute defined at extension btg. |
void |
setReturnType(java.lang.Class value)
Generated method - Setter of
BTGStringScriptOperand.returnType attribute defined at extension btg. |
void |
setScript(java.lang.String value)
Generated method - Setter of
BTGStringScriptOperand.script attribute defined at extension btg. |
void |
setScriptLanguage(java.lang.String value)
Generated method - Setter of
BTGStringScriptOperand.scriptLanguage attribute defined at extension btg. |
getBeanId, setBeanIdgetCode, getDescription, getScope, setCode, setDescription, setScopegetCatalogVersion, 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 SCRIPT
BTGStringScriptOperand.script attribute defined at extension btg.public static final java.lang.String SCRIPTLANGUAGE
BTGStringScriptOperand.scriptLanguage attribute defined at extension btg.public static final java.lang.String COLLECTION
BTGStringScriptOperand.collection attribute defined at extension btg.public static final java.lang.String RETURNTYPE
BTGStringScriptOperand.returnType attribute defined at extension btg.public BTGStringScriptOperandModel()
public BTGStringScriptOperandModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGStringScriptOperandModel(CatalogVersionModel _catalogVersion, boolean _collection, java.lang.Class _returnType, java.lang.String _script, java.lang.String _scriptLanguage, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_collection - initial attribute declared by type BTGStringScriptOperand at extension btg_returnType - initial attribute declared by type BTGStringScriptOperand at extension btg_script - initial attribute declared by type BTGStringScriptOperand at extension btg_scriptLanguage - initial attribute declared by type BTGStringScriptOperand at extension btg_uid - initial attribute declared by type BTGItem at extension btg@Deprecated public BTGStringScriptOperandModel(CatalogVersionModel _catalogVersion, boolean _collection, ItemModel _owner, java.lang.Class _returnType, java.lang.String _script, java.lang.String _scriptLanguage, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_collection - initial attribute declared by type BTGStringScriptOperand at extension btg_owner - initial attribute declared by type Item at extension core_returnType - initial attribute declared by type BTGStringScriptOperand at extension btg_script - initial attribute declared by type BTGStringScriptOperand at extension btg_scriptLanguage - initial attribute declared by type BTGStringScriptOperand at extension btg_uid - initial attribute declared by type BTGItem at extension btg@Accessor(qualifier="returnType", type=GETTER) public java.lang.Class getReturnType()
BTGStringScriptOperand.returnType attribute defined at extension btg.@Accessor(qualifier="script", type=GETTER) public java.lang.String getScript()
BTGStringScriptOperand.script attribute defined at extension btg.@Accessor(qualifier="scriptLanguage", type=GETTER) public java.lang.String getScriptLanguage()
BTGStringScriptOperand.scriptLanguage attribute defined at extension btg.@Accessor(qualifier="collection", type=GETTER) public boolean isCollection()
BTGStringScriptOperand.collection attribute defined at extension btg.@Accessor(qualifier="collection", type=SETTER) public void setCollection(boolean value)
BTGStringScriptOperand.collection attribute defined at extension btg.value - the collection@Accessor(qualifier="returnType", type=SETTER) public void setReturnType(java.lang.Class value)
BTGStringScriptOperand.returnType attribute defined at extension btg.value - the returnType@Accessor(qualifier="script", type=SETTER) public void setScript(java.lang.String value)
BTGStringScriptOperand.script attribute defined at extension btg.value - the scriptCopyright © 2018 SAP SE. All Rights Reserved.