Annotation Type PriceRowsValid


  • @Target(FIELD)
    @Retention(RUNTIME)
    @Constraint(validatedBy=PriceRowsValidValidator.class)
    @Documented
    public @interface PriceRowsValid
    The value of the annotated element (a product's priceRowsValid attribute) must be Boolean.TRUE. Supported type is ProductModel and its sub types.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String priceRowType  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?>[] groups  
      java.lang.String message  
      java.lang.Class<? extends javax.validation.Payload>[] payload  
    • Element Detail

      • priceRowType

        java.lang.String priceRowType
      • message

        java.lang.String message
        Default:
        "{de.hybris.platform.subscriptionservices.constraints.PriceRowsValid.message}"
      • groups

        java.lang.Class<?>[] groups
        Default:
        {}
      • payload

        java.lang.Class<? extends javax.validation.Payload>[] payload
        Default:
        {}