Class ClassificationNotBlankConstraintModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassificationNotBlankConstraintModel
    extends TypeConstraintModel
    Generated model class for type ClassificationNotBlankConstraint first defined at extension b2ctelcoservices.

    Custom constraint which checks if the provided classification class is not blank.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String CATEGORY
        Generated constant - Attribute key of ClassificationNotBlankConstraint.category attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • CLASSIFICATION

        public static final java.lang.String CLASSIFICATION
        Generated constant - Attribute key of ClassificationNotBlankConstraint.classification attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClassificationNotBlankConstraintModel

        public ClassificationNotBlankConstraintModel()
        Generated constructor - Default constructor for generic creation.
      • ClassificationNotBlankConstraintModel

        public ClassificationNotBlankConstraintModel​(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
      • ClassificationNotBlankConstraintModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ClassificationNotBlankConstraintModel​(java.lang.Class _annotation,
                                                     java.lang.String _category,
                                                     java.lang.String _classification,
                                                     java.lang.String _id)
        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 - Constructor with all mandatory attributes.
        Parameters:
        _annotation - initial attribute declared by type ClassificationNotBlankConstraint at extension b2ctelcoservices
        _category - initial attribute declared by type ClassificationNotBlankConstraint at extension b2ctelcoservices
        _classification - initial attribute declared by type ClassificationNotBlankConstraint at extension b2ctelcoservices
        _id - initial attribute declared by type AbstractConstraint at extension validation
      • ClassificationNotBlankConstraintModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ClassificationNotBlankConstraintModel​(java.lang.Class _annotation,
                                                     java.lang.String _category,
                                                     java.lang.String _classification,
                                                     java.lang.String _id,
                                                     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:
        _annotation - initial attribute declared by type ClassificationNotBlankConstraint at extension b2ctelcoservices
        _category - initial attribute declared by type ClassificationNotBlankConstraint at extension b2ctelcoservices
        _classification - initial attribute declared by type ClassificationNotBlankConstraint at extension b2ctelcoservices
        _id - initial attribute declared by type AbstractConstraint at extension validation
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCategory

        @Accessor(qualifier="category",
                  type=GETTER)
        public java.lang.String getCategory()
        Generated method - Getter of the ClassificationNotBlankConstraint.category attribute defined at extension b2ctelcoservices.
        Returns:
        the category - Category code
      • getClassification

        @Accessor(qualifier="classification",
                  type=GETTER)
        public java.lang.String getClassification()
        Generated method - Getter of the ClassificationNotBlankConstraint.classification attribute defined at extension b2ctelcoservices.
        Returns:
        the classification - Classification class code
      • setCategory

        @Accessor(qualifier="category",
                  type=SETTER)
        public void setCategory​(java.lang.String value)
        Generated method - Setter of ClassificationNotBlankConstraint.category attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the category - Category code
      • setClassification

        @Accessor(qualifier="classification",
                  type=SETTER)
        public void setClassification​(java.lang.String value)
        Generated method - Setter of ClassificationNotBlankConstraint.classification attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the classification - Classification class code