Class AbstractWorkflowDecisionModel

    • 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 java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CODE
      Generated constant - Attribute key of AbstractWorkflowDecision.code attribute defined at extension workflow.
      static java.lang.String DESCRIPTION
      Generated constant - Attribute key of AbstractWorkflowDecision.description attribute defined at extension workflow.
      static java.lang.String NAME
      Generated constant - Attribute key of AbstractWorkflowDecision.name attribute defined at extension workflow.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractWorkflowDecisionModel()
      Generated constructor - Default constructor for generic creation.
      AbstractWorkflowDecisionModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      AbstractWorkflowDecisionModel​(java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Generated method - Getter of the AbstractWorkflowDecision.code attribute defined at extension workflow.
      java.lang.String getDescription()
      Generated method - Getter of the AbstractWorkflowDecision.description attribute defined at extension workflow.
      java.lang.String getDescription​(java.util.Locale loc)
      Generated method - Getter of the AbstractWorkflowDecision.description attribute defined at extension workflow.
      java.lang.String getName()
      Generated method - Getter of the AbstractWorkflowDecision.name attribute defined at extension workflow.
      java.lang.String getName​(java.util.Locale loc)
      Generated method - Getter of the AbstractWorkflowDecision.name attribute defined at extension workflow.
      void setCode​(java.lang.String value)
      Generated method - Initial setter of AbstractWorkflowDecision.code attribute defined at extension workflow.
      void setDescription​(java.lang.String value)
      Generated method - Setter of AbstractWorkflowDecision.description attribute defined at extension workflow.
      void setDescription​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of AbstractWorkflowDecision.description attribute defined at extension workflow.
      void setName​(java.lang.String value)
      Generated method - Setter of AbstractWorkflowDecision.name attribute defined at extension workflow.
      void setName​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of AbstractWorkflowDecision.name attribute defined at extension workflow.
      • 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 Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CODE

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

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

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of AbstractWorkflowDecision.description attribute defined at extension workflow.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.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 Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.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 java.lang.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 java.lang.String getDescription​(java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.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 java.lang.String getName​(java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.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​(java.lang.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​(java.lang.String value,
                                   java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.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​(java.lang.String value,
                            java.util.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:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language