public class BTGMediaScriptOperandModel 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
BTGMediaScriptOperand.collection attribute defined at extension btg. |
static java.lang.String |
RETURNTYPE
Generated constant - Attribute key of
BTGMediaScriptOperand.returnType attribute defined at extension btg. |
static java.lang.String |
SCRIPTMEDIA
Generated constant - Attribute key of
BTGMediaScriptOperand.scriptMedia 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 |
|---|
BTGMediaScriptOperandModel()
Generated constructor - Default constructor for generic creation.
|
BTGMediaScriptOperandModel(CatalogVersionModel _catalogVersion,
boolean _collection,
java.lang.Class _returnType,
ScriptMediaModel _scriptMedia,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGMediaScriptOperandModel(CatalogVersionModel _catalogVersion,
boolean _collection,
ItemModel _owner,
java.lang.Class _returnType,
ScriptMediaModel _scriptMedia,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGMediaScriptOperandModel(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
BTGMediaScriptOperand.returnType attribute defined at extension btg. |
ScriptMediaModel |
getScriptMedia()
Generated method - Getter of the
BTGMediaScriptOperand.scriptMedia attribute defined at extension btg. |
boolean |
isCollection()
Generated method - Getter of the
BTGMediaScriptOperand.collection attribute defined at extension btg. |
void |
setCollection(boolean value)
Generated method - Setter of
BTGMediaScriptOperand.collection attribute defined at extension btg. |
void |
setReturnType(java.lang.Class value)
Generated method - Setter of
BTGMediaScriptOperand.returnType attribute defined at extension btg. |
void |
setScriptMedia(ScriptMediaModel value)
Generated method - Setter of
BTGMediaScriptOperand.scriptMedia 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 SCRIPTMEDIA
BTGMediaScriptOperand.scriptMedia attribute defined at extension btg.public static final java.lang.String COLLECTION
BTGMediaScriptOperand.collection attribute defined at extension btg.public static final java.lang.String RETURNTYPE
BTGMediaScriptOperand.returnType attribute defined at extension btg.public BTGMediaScriptOperandModel()
public BTGMediaScriptOperandModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGMediaScriptOperandModel(CatalogVersionModel _catalogVersion, boolean _collection, java.lang.Class _returnType, ScriptMediaModel _scriptMedia, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_collection - initial attribute declared by type BTGMediaScriptOperand at extension btg_returnType - initial attribute declared by type BTGMediaScriptOperand at extension btg_scriptMedia - initial attribute declared by type BTGMediaScriptOperand at extension btg_uid - initial attribute declared by type BTGItem at extension btg@Deprecated public BTGMediaScriptOperandModel(CatalogVersionModel _catalogVersion, boolean _collection, ItemModel _owner, java.lang.Class _returnType, ScriptMediaModel _scriptMedia, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGItem at extension btg_collection - initial attribute declared by type BTGMediaScriptOperand at extension btg_owner - initial attribute declared by type Item at extension core_returnType - initial attribute declared by type BTGMediaScriptOperand at extension btg_scriptMedia - initial attribute declared by type BTGMediaScriptOperand at extension btg_uid - initial attribute declared by type BTGItem at extension btg@Accessor(qualifier="returnType", type=GETTER) public java.lang.Class getReturnType()
BTGMediaScriptOperand.returnType attribute defined at extension btg.@Accessor(qualifier="scriptMedia", type=GETTER) public ScriptMediaModel getScriptMedia()
BTGMediaScriptOperand.scriptMedia attribute defined at extension btg.@Accessor(qualifier="collection", type=GETTER) public boolean isCollection()
BTGMediaScriptOperand.collection attribute defined at extension btg.@Accessor(qualifier="collection", type=SETTER) public void setCollection(boolean value)
BTGMediaScriptOperand.collection attribute defined at extension btg.value - the collection@Accessor(qualifier="returnType", type=SETTER) public void setReturnType(java.lang.Class value)
BTGMediaScriptOperand.returnType attribute defined at extension btg.value - the returnType@Accessor(qualifier="scriptMedia", type=SETTER) public void setScriptMedia(ScriptMediaModel value)
BTGMediaScriptOperand.scriptMedia attribute defined at extension btg.value - the scriptMediaCopyright © 2018 SAP SE. All Rights Reserved.