java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.validation.GlobalValidationResult
org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidationResult

public class PropertyValidationResult extends GlobalValidationResult
Empty DTO for now that just denotes that this validation error is from a property
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • PropertyValidationResult

      public PropertyValidationResult(boolean valid, String errorMessage)
    • PropertyValidationResult

      public PropertyValidationResult(boolean valid)