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

public class AbstractWorkflowDecisionModel extends ItemModel
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of AbstractWorkflowDecision.code attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of AbstractWorkflowDecision.description attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of AbstractWorkflowDecision.name attribute defined at extension workflow.
    static final String
    Generated constant - Attribute key of AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
    static final String
    Generated constant - Attribute key of AbstractWorkflowDecision.visualisationX attribute defined at extension backoffice.
    static final String
    Generated constant - Attribute key of AbstractWorkflowDecision.visualisationY attribute defined at extension backoffice.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    AbstractWorkflowDecisionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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 Type
    Method
    Description
    Generated method - Getter of the AbstractWorkflowDecision.code attribute defined at extension workflow.
    Generated method - Getter of the AbstractWorkflowDecision.description attribute defined at extension workflow.
    Generated method - Getter of the AbstractWorkflowDecision.description attribute defined at extension workflow.
    Generated method - Getter of the AbstractWorkflowDecision.name attribute defined at extension workflow.
    Generated method - Getter of the AbstractWorkflowDecision.name attribute defined at extension workflow.
    Generated method - Getter of the AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
    Generated method - Getter of the AbstractWorkflowDecision.visualisationX attribute defined at extension backoffice.
    Generated method - Getter of the AbstractWorkflowDecision.visualisationY attribute defined at extension backoffice.
    void
    setCode(String value)
    Generated method - Initial setter of AbstractWorkflowDecision.code attribute defined at extension workflow.
    void
    Generated method - Setter of AbstractWorkflowDecision.description attribute defined at extension workflow.
    void
    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
    Generated method - Setter of AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
    void
    Generated method - Setter of AbstractWorkflowDecision.visualisationX attribute defined at extension backoffice.
    void
    Generated method - Setter of AbstractWorkflowDecision.visualisationY attribute defined at extension backoffice.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of AbstractWorkflowDecision.code attribute defined at extension workflow.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of AbstractWorkflowDecision.name attribute defined at extension workflow.
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Generated constant - Attribute key of AbstractWorkflowDecision.description attribute defined at extension workflow.
      See Also:
    • VISUALISATIONX

      public static final String VISUALISATIONX
      Generated constant - Attribute key of AbstractWorkflowDecision.visualisationX attribute defined at extension backoffice.
      See Also:
    • VISUALISATIONY

      public static final String VISUALISATIONY
      Generated constant - Attribute key of AbstractWorkflowDecision.visualisationY attribute defined at extension backoffice.
      See Also:
    • QUALIFIER

      public static final String QUALIFIER
      Generated constant - Attribute key of AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
      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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type AbstractWorkflowDecision at extension workflow
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the AbstractWorkflowDecision.code attribute defined at extension workflow.
      Returns:
      the code - unique identifier of the decision
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription()
      Generated method - Getter of the AbstractWorkflowDecision.description attribute defined at extension workflow.
      Returns:
      the description - description of the decision
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
      Generated method - Getter of the AbstractWorkflowDecision.description attribute defined at extension workflow.
      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

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the AbstractWorkflowDecision.name attribute defined at extension workflow.
      Returns:
      the name - name of the decision
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the AbstractWorkflowDecision.name attribute defined at extension workflow.
      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

      @Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
      Generated method - Getter of the AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
      Returns:
      the qualifier - Used to qualify a Desicion by name
    • getVisualisationX

      @Accessor(qualifier="visualisationX", type=GETTER) public Integer getVisualisationX()
      Generated method - Getter of the AbstractWorkflowDecision.visualisationX attribute defined at extension backoffice.
      Returns:
      the visualisationX
    • getVisualisationY

      @Accessor(qualifier="visualisationY", type=GETTER) public Integer getVisualisationY()
      Generated method - Getter of the AbstractWorkflowDecision.visualisationY attribute defined at extension backoffice.
      Returns:
      the visualisationY
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Initial setter of AbstractWorkflowDecision.code attribute defined at extension workflow. Can only be used at creation of model - before first save.
      Parameters:
      value - the code - unique identifier of the decision
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
      Generated method - Setter of AbstractWorkflowDecision.description attribute defined at extension workflow.
      Parameters:
      value - the description - description of the decision
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
      Generated method - Setter of AbstractWorkflowDecision.description attribute defined at extension workflow.
      Parameters:
      value - the description - description of the decision
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of AbstractWorkflowDecision.name attribute defined at extension workflow.
      Parameters:
      value - the name - name of the decision
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
      Generated method - Setter of AbstractWorkflowDecision.name attribute defined at extension workflow.
      Parameters:
      value - the name - name of the decision
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setQualifier

      @Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(String value)
      Generated method - Setter of AbstractWorkflowDecision.qualifier attribute defined at extension b2bapprovalprocess.
      Parameters:
      value - the qualifier - Used to qualify a Desicion by name
    • setVisualisationX

      @Accessor(qualifier="visualisationX", type=SETTER) public void setVisualisationX(Integer value)
      Generated method - Setter of AbstractWorkflowDecision.visualisationX attribute defined at extension backoffice.
      Parameters:
      value - the visualisationX
    • setVisualisationY

      @Accessor(qualifier="visualisationY", type=SETTER) public void setVisualisationY(Integer value)
      Generated method - Setter of AbstractWorkflowDecision.visualisationY attribute defined at extension backoffice.
      Parameters:
      value - the visualisationY