public class BTGOutputActionDefinitionModel extends AbstractActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
BTGOutputActionDefinition.catalogVersion attribute defined at extension btg. |
static java.lang.String |
UID
Generated constant - Attribute key of
BTGOutputActionDefinition.uid attribute defined at extension btg. |
_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGOutputActionDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
BTGOutputActionDefinitionModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
ItemModel _owner,
java.lang.String _target,
ActionType _type,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGOutputActionDefinitionModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _target,
ActionType _type,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGOutputActionDefinitionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
BTGOutputActionDefinition.catalogVersion attribute defined at extension btg. |
java.lang.String |
getUid()
Generated method - Getter of the
BTGOutputActionDefinition.uid attribute defined at extension btg. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
BTGOutputActionDefinition.catalogVersion attribute defined at extension btg. |
void |
setType(ActionType value)
Generated method - Initial setter of
AbstractAction.type attribute defined at extension processing and redeclared at extension btg. |
void |
setUid(java.lang.String value)
Generated method - Setter of
BTGOutputActionDefinition.uid attribute defined at extension btg. |
getCode, getSegment, getTarget, getType, setCode, setSegment, setTargetgetComments, 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 UID
BTGOutputActionDefinition.uid attribute defined at extension btg.public static final java.lang.String CATALOGVERSION
BTGOutputActionDefinition.catalogVersion attribute defined at extension btg.public BTGOutputActionDefinitionModel()
public BTGOutputActionDefinitionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGOutputActionDefinitionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _target, ActionType _type, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGOutputActionDefinition at extension btg_code - initial attribute declared by type AbstractAction at extension processing_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg@Deprecated public BTGOutputActionDefinitionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type, java.lang.String _uid)
_catalogVersion - initial attribute declared by type BTGOutputActionDefinition at extension btg_code - initial attribute declared by type AbstractAction at extension processing_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
BTGOutputActionDefinition.catalogVersion attribute defined at extension btg.@Accessor(qualifier="uid", type=GETTER) public java.lang.String getUid()
BTGOutputActionDefinition.uid attribute defined at extension btg.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
BTGOutputActionDefinition.catalogVersion attribute defined at extension btg.value - the catalogVersion@Accessor(qualifier="type", type=SETTER) public void setType(ActionType value)
AbstractAction.type attribute defined at extension processing and redeclared at extension btg. Can only be used at creation of model - before first save. Will only accept values of type ActionType.setType in class AbstractActionModelvalue - the typeCopyright © 2018 SAP SE. All Rights Reserved.