Class AbstractWorkflowDecisionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WorkflowDecisionModel,WorkflowDecisionTemplateModel
Generated model class for type AbstractWorkflowDecision 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 constant - Attribute key ofAbstractWorkflowDecision.codeattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofAbstractWorkflowDecision.nameattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofAbstractWorkflowDecision.qualifierattribute defined at extensionb2bapprovalprocess.static final StringGenerated constant - Attribute key ofAbstractWorkflowDecision.visualisationXattribute defined at extensionbackoffice.static final StringGenerated constant - Attribute key ofAbstractWorkflowDecision.visualisationYattribute defined at extensionbackoffice.Fields 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.AbstractWorkflowDecisionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextAbstractWorkflowDecisionModel(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 TypeMethodDescriptiongetCode()Generated method - Getter of theAbstractWorkflowDecision.codeattribute defined at extensionworkflow.Generated method - Getter of theAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.getDescription(Locale loc) Generated method - Getter of theAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.getName()Generated method - Getter of theAbstractWorkflowDecision.nameattribute defined at extensionworkflow.Generated method - Getter of theAbstractWorkflowDecision.nameattribute defined at extensionworkflow.Generated method - Getter of theAbstractWorkflowDecision.qualifierattribute defined at extensionb2bapprovalprocess.Generated method - Getter of theAbstractWorkflowDecision.visualisationXattribute defined at extensionbackoffice.Generated method - Getter of theAbstractWorkflowDecision.visualisationYattribute defined at extensionbackoffice.voidGenerated method - Initial setter ofAbstractWorkflowDecision.codeattribute defined at extensionworkflow.voidsetDescription(String value) Generated method - Setter ofAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.voidsetDescription(String value, Locale loc) Generated method - Setter ofAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.voidGenerated method - Setter ofAbstractWorkflowDecision.nameattribute defined at extensionworkflow.voidGenerated method - Setter ofAbstractWorkflowDecision.nameattribute defined at extensionworkflow.voidsetQualifier(String value) Generated method - Setter ofAbstractWorkflowDecision.qualifierattribute defined at extensionb2bapprovalprocess.voidsetVisualisationX(Integer value) Generated method - Setter ofAbstractWorkflowDecision.visualisationXattribute defined at extensionbackoffice.voidsetVisualisationY(Integer value) Generated method - Setter ofAbstractWorkflowDecision.visualisationYattribute defined at extensionbackoffice.Methods 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:
-
CODE
Generated constant - Attribute key ofAbstractWorkflowDecision.codeattribute defined at extensionworkflow.- See Also:
-
NAME
Generated constant - Attribute key ofAbstractWorkflowDecision.nameattribute defined at extensionworkflow.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.- See Also:
-
VISUALISATIONX
Generated constant - Attribute key ofAbstractWorkflowDecision.visualisationXattribute defined at extensionbackoffice.- See Also:
-
VISUALISATIONY
Generated constant - Attribute key ofAbstractWorkflowDecision.visualisationYattribute defined at extensionbackoffice.- See Also:
-
QUALIFIER
Generated constant - Attribute key ofAbstractWorkflowDecision.qualifierattribute defined at extensionb2bapprovalprocess.- See Also:
-
-
Constructor Details
-
AbstractWorkflowDecisionModel
public AbstractWorkflowDecisionModel()Generated constructor - Default constructor for generic creation. -
AbstractWorkflowDecisionModel
public AbstractWorkflowDecisionModel(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
-
AbstractWorkflowDecisionModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractWorkflowDecisionModel(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
-
getCode
Generated method - Getter of theAbstractWorkflowDecision.codeattribute defined at extensionworkflow.- Returns:
- the code - unique identifier of the decision
-
getDescription
Generated method - Getter of theAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.- Returns:
- the description - description of the decision
-
getDescription
Generated method - Getter of theAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.- Parameters:
loc- the value localization key- Returns:
- the description - description of the decision
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getName
Generated method - Getter of theAbstractWorkflowDecision.nameattribute defined at extensionworkflow.- Returns:
- the name - name of the decision
-
getName
Generated method - Getter of theAbstractWorkflowDecision.nameattribute defined at extensionworkflow.- Parameters:
loc- the value localization key- Returns:
- the name - name of the decision
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getQualifier
Generated method - Getter of theAbstractWorkflowDecision.qualifierattribute defined at extensionb2bapprovalprocess.- Returns:
- the qualifier - Used to qualify a Desicion by name
-
getVisualisationX
Generated method - Getter of theAbstractWorkflowDecision.visualisationXattribute defined at extensionbackoffice.- Returns:
- the visualisationX
-
getVisualisationY
Generated method - Getter of theAbstractWorkflowDecision.visualisationYattribute defined at extensionbackoffice.- Returns:
- the visualisationY
-
setCode
Generated method - Initial setter ofAbstractWorkflowDecision.codeattribute defined at extensionworkflow. Can only be used at creation of model - before first save.- Parameters:
value- the code - unique identifier of the decision
-
setDescription
Generated method - Setter ofAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.- Parameters:
value- the description - description of the decision
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc) Generated method - Setter ofAbstractWorkflowDecision.descriptionattribute defined at extensionworkflow.- Parameters:
value- the description - description of the decisionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setName
Generated method - Setter ofAbstractWorkflowDecision.nameattribute defined at extensionworkflow.- Parameters:
value- the name - name of the decision
-
setName
Generated method - Setter ofAbstractWorkflowDecision.nameattribute defined at extensionworkflow.- Parameters:
value- the name - name of the decisionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setQualifier
Generated method - Setter ofAbstractWorkflowDecision.qualifierattribute defined at extensionb2bapprovalprocess.- Parameters:
value- the qualifier - Used to qualify a Desicion by name
-
setVisualisationX
Generated method - Setter ofAbstractWorkflowDecision.visualisationXattribute defined at extensionbackoffice.- Parameters:
value- the visualisationX
-
setVisualisationY
Generated method - Setter ofAbstractWorkflowDecision.visualisationYattribute defined at extensionbackoffice.- Parameters:
value- the visualisationY
-