public class AbstractWorkflowDecisionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
AbstractWorkflowDecision.code attribute defined at extension workflow. |
static String |
DESCRIPTION
Generated constant - Attribute key of
AbstractWorkflowDecision.description attribute defined at extension workflow. |
static String |
NAME
Generated constant - Attribute key of
AbstractWorkflowDecision.name attribute defined at extension workflow. |
static String |
QUALIFIER
Generated constant - Attribute key of
AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractWorkflowDecisionModel()
Generated constructor - Default constructor for generic creation.
|
AbstractWorkflowDecisionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractWorkflowDecisionModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
AbstractWorkflowDecision.code attribute defined at extension workflow. |
String |
getDescription()
Generated method - Getter of the
AbstractWorkflowDecision.description attribute defined at extension workflow. |
String |
getDescription(Locale loc)
Generated method - Getter of the
AbstractWorkflowDecision.description attribute defined at extension workflow. |
String |
getName()
Generated method - Getter of the
AbstractWorkflowDecision.name attribute defined at extension workflow. |
String |
getName(Locale loc)
Generated method - Getter of the
AbstractWorkflowDecision.name attribute defined at extension workflow. |
String |
getQualifier()
Generated method - Getter of the
AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess. |
void |
setCode(String value)
Generated method - Initial setter of
AbstractWorkflowDecision.code attribute defined at extension workflow. |
void |
setDescription(String value)
Generated method - Setter of
AbstractWorkflowDecision.description attribute defined at extension workflow. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
AbstractWorkflowDecision.description attribute defined at extension workflow. |
void |
setName(String value)
Generated method - Setter of
AbstractWorkflowDecision.name attribute defined at extension workflow. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
AbstractWorkflowDecision.name attribute defined at extension workflow. |
void |
setQualifier(String value)
Generated method - Setter of
AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess. |
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 CODE
AbstractWorkflowDecision.code attribute defined at extension workflow.public static final String NAME
AbstractWorkflowDecision.name attribute defined at extension workflow.public static final String DESCRIPTION
AbstractWorkflowDecision.description attribute defined at extension workflow.public static final String QUALIFIER
AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.public AbstractWorkflowDecisionModel()
public AbstractWorkflowDecisionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractWorkflowDecisionModel(String _code, ItemModel _owner)
_code - initial attribute declared by type AbstractWorkflowDecision at extension workflow_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
AbstractWorkflowDecision.code attribute defined at extension workflow.@Accessor(qualifier="description", type=GETTER) public String getDescription()
AbstractWorkflowDecision.description attribute defined at extension workflow.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
AbstractWorkflowDecision.description attribute defined at extension workflow.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=GETTER) public String getName()
AbstractWorkflowDecision.name attribute defined at extension workflow.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
AbstractWorkflowDecision.name attribute defined at extension workflow.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
AbstractWorkflowDecision.code attribute defined at extension workflow. Can only be used at creation of model - before first save.value - the code - unique identifier of the decision@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
AbstractWorkflowDecision.description attribute defined at extension workflow.value - the description - description of the decision@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
AbstractWorkflowDecision.description attribute defined at extension workflow.value - the description - description of the decisionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=SETTER) public void setName(String value)
AbstractWorkflowDecision.name attribute defined at extension workflow.value - the name - name of the decision@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
AbstractWorkflowDecision.name attribute defined at extension workflow.value - the name - name of the decisionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.