Class GrossSampleSizeGreaterThanNetSampleSizeValidator

java.lang.Object
eu.dzhw.fdz.metadatamanagement.surveymanagement.domain.validation.GrossSampleSizeGreaterThanNetSampleSizeValidator
All Implemented Interfaces:
javax.validation.ConstraintValidator<GrossSampleSizeGreaterThanNetSampleSize,​Survey>

public class GrossSampleSizeGreaterThanNetSampleSizeValidator
extends Object
implements javax.validation.ConstraintValidator<GrossSampleSizeGreaterThanNetSampleSize,​Survey>
Validate that Survey.grossSampleSize is greater than or equal to Survey.sampleSize.