Class ClassificationNotBlankConstraintModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
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:
  • Field Details

    • _TYPECODE

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

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

      public static final String CLASSIFICATION
      Generated constant - Attribute key of ClassificationNotBlankConstraint.classification attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

    • 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(Class _annotation, String _category, String _classification, 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(Class _annotation, String _category, String _classification, 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 Details

    • getCategory

      @Accessor(qualifier="category", type=GETTER) public 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 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(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(String value)
      Generated method - Setter of ClassificationNotBlankConstraint.classification attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the classification - Classification class code