Class WorkflowDecisionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
de.hybris.platform.workflow.model.WorkflowDecisionModel
- All Implemented Interfaces:
Serializable
Generated model class for type WorkflowDecision first defined at extension workflow.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated relation code constant for relationWorkflowActionDecisionsRelationdefining source attributeactionin extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowDecision.actionattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowDecision.toActionsattribute defined at extensionworkflow.Fields inherited from class de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
CODE, DESCRIPTION, NAME, QUALIFIER, VISUALISATIONX, VISUALISATIONYFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.WorkflowDecisionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextWorkflowDecisionModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow.voidsetAction(WorkflowActionModel value) Generated method - Setter ofWorkflowDecision.actionattribute defined at extensionworkflow.voidGenerated method - Setter ofWorkflowDecision.toActionsattribute defined at extensionworkflow.Methods inherited from class de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
getCode, getDescription, getDescription, getName, getName, getQualifier, getVisualisationX, getVisualisationY, setCode, setDescription, setDescription, setName, setName, setQualifier, setVisualisationX, setVisualisationYMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_WORKFLOWACTIONDECISIONSRELATION
Generated relation code constant for relationWorkflowActionDecisionsRelationdefining source attributeactionin extensionworkflow.- See Also:
-
ACTION
Generated constant - Attribute key ofWorkflowDecision.actionattribute defined at extensionworkflow.- See Also:
-
TOACTIONS
Generated constant - Attribute key ofWorkflowDecision.toActionsattribute defined at extensionworkflow.- See Also:
-
-
Constructor Details
-
WorkflowDecisionModel
public WorkflowDecisionModel()Generated constructor - Default constructor for generic creation. -
WorkflowDecisionModel
public WorkflowDecisionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
WorkflowDecisionModel
@Deprecated(since="4.1.1", forRemoval=true) public WorkflowDecisionModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeAbstractWorkflowDecisionat extensionworkflow_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAction
Generated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.- Returns:
- the action
-
getToActions
Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the toActions
-
setAction
Generated method - Setter ofWorkflowDecision.actionattribute defined at extensionworkflow.- Parameters:
value- the action
-
setToActions
@Accessor(qualifier="toActions", type=SETTER) public void setToActions(Collection<WorkflowActionModel> value) Generated method - Setter ofWorkflowDecision.toActionsattribute defined at extensionworkflow.- Parameters:
value- the toActions
-