public class BTGOutputActionDefinitionModel extends AbstractActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATALOGVERSION
Generated constant - Attribute key of
BTGOutputActionDefinition.catalogVersion attribute defined at extension btg. |
static 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, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGOutputActionDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
BTGOutputActionDefinitionModel(CatalogVersionModel _catalogVersion,
String _code,
ItemModel _owner,
String _target,
ActionType _type,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGOutputActionDefinitionModel(CatalogVersionModel _catalogVersion,
String _code,
String _target,
ActionType _type,
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. |
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(String value)
Generated method - Setter of
BTGOutputActionDefinition.uid attribute defined at extension btg. |
getCode, getSegment, getTarget, getType, setCode, setSegment, setTargetgetComments, 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 UID
BTGOutputActionDefinition.uid attribute defined at extension btg.public static final 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, String _code, String _target, ActionType _type, 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, String _code, ItemModel _owner, String _target, ActionType _type, 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 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 © 2017 SAP SE. All Rights Reserved.