public class ActionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIONTYPE
Generated constant - Attribute key of
Action.actionType attribute defined at extension print. |
static String |
CLASSID
Generated constant - Attribute key of
Action.classId attribute defined at extension print. |
static String |
COMETCONFIG
Generated constant - Attribute key of
Action.cometConfig attribute defined at extension print. |
static String |
DOMAINID
Generated constant - Attribute key of
Action.domainId attribute defined at extension print. |
static String |
ID
Generated constant - Attribute key of
Action.id attribute defined at extension print. |
static String |
NAME
Generated constant - Attribute key of
Action.name attribute defined at extension print. |
static String |
SEQUENCENR
Generated constant - Attribute key of
Action.sequenceNr attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ActionModel()
Generated constructor - Default constructor for generic creation.
|
ActionModel(CometConfigurationModel _cometConfig)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ActionModel(CometConfigurationModel _cometConfig,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActionType()
Generated method - Getter of the
Action.actionType attribute defined at extension print. |
Integer |
getClassId()
Generated method - Getter of the
Action.classId attribute defined at extension print. |
CometConfigurationModel |
getCometConfig()
Generated method - Getter of the
Action.cometConfig attribute defined at extension print. |
Integer |
getDomainId()
Generated method - Getter of the
Action.domainId attribute defined at extension print. |
Integer |
getId()
Generated method - Getter of the
Action.id attribute defined at extension print. |
String |
getName()
Generated method - Getter of the
Action.name attribute defined at extension print. |
Integer |
getSequenceNr()
Generated method - Getter of the
Action.sequenceNr attribute defined at extension print. |
void |
setActionType(Integer value)
Generated method - Setter of
Action.actionType attribute defined at extension print. |
void |
setClassId(Integer value)
Generated method - Setter of
Action.classId attribute defined at extension print. |
void |
setCometConfig(CometConfigurationModel value)
Generated method - Setter of
Action.cometConfig attribute defined at extension print. |
void |
setDomainId(Integer value)
Generated method - Setter of
Action.domainId attribute defined at extension print. |
void |
setId(Integer value)
Generated method - Setter of
Action.id attribute defined at extension print. |
void |
setName(String value)
Generated method - Setter of
Action.name attribute defined at extension print. |
void |
setSequenceNr(Integer value)
Generated method - Setter of
Action.sequenceNr attribute defined at extension print. |
getComments, 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 ID
Action.id attribute defined at extension print.public static final String NAME
Action.name attribute defined at extension print.public static final String SEQUENCENR
Action.sequenceNr attribute defined at extension print.public static final String ACTIONTYPE
Action.actionType attribute defined at extension print.public static final String DOMAINID
Action.domainId attribute defined at extension print.public static final String CLASSID
Action.classId attribute defined at extension print.public static final String COMETCONFIG
Action.cometConfig attribute defined at extension print.public ActionModel()
public ActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ActionModel(CometConfigurationModel _cometConfig)
_cometConfig - initial attribute declared by type Action at extension print@Deprecated public ActionModel(CometConfigurationModel _cometConfig, ItemModel _owner)
_cometConfig - initial attribute declared by type Action at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="actionType", type=GETTER) public Integer getActionType()
Action.actionType attribute defined at extension print.@Accessor(qualifier="classId", type=GETTER) public Integer getClassId()
Action.classId attribute defined at extension print.@Accessor(qualifier="cometConfig", type=GETTER) public CometConfigurationModel getCometConfig()
Action.cometConfig attribute defined at extension print.@Accessor(qualifier="domainId", type=GETTER) public Integer getDomainId()
Action.domainId attribute defined at extension print.@Accessor(qualifier="id", type=GETTER) public Integer getId()
Action.id attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName()
Action.name attribute defined at extension print.@Accessor(qualifier="sequenceNr", type=GETTER) public Integer getSequenceNr()
Action.sequenceNr attribute defined at extension print.@Accessor(qualifier="actionType", type=SETTER) public void setActionType(Integer value)
Action.actionType attribute defined at extension print.value - the actionType@Accessor(qualifier="classId", type=SETTER) public void setClassId(Integer value)
Action.classId attribute defined at extension print.value - the classId@Accessor(qualifier="cometConfig", type=SETTER) public void setCometConfig(CometConfigurationModel value)
Action.cometConfig attribute defined at extension print.value - the cometConfig@Accessor(qualifier="domainId", type=SETTER) public void setDomainId(Integer value)
Action.domainId attribute defined at extension print.value - the domainId@Accessor(qualifier="id", type=SETTER) public void setId(Integer value)
Action.id attribute defined at extension print.value - the id@Accessor(qualifier="name", type=SETTER) public void setName(String value)
Action.name attribute defined at extension print.value - the nameCopyright © 2017 SAP SE. All Rights Reserved.