Class VatRateValidator
java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.finance.impl.validator.VatRateValidator
- All Implemented Interfaces:
- EntitiesValidator,- EntityValidator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvalidate(Entity entity, EntityValidationResult validationResult) Validate the entity at hand.Methods inherited from class ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidatoraddMyself, getNameMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.validation.EntityValidatorvalidate
- 
Constructor Details- 
VatRateValidator
 
- 
- 
Method Details- 
validateDescription copied from interface:EntityValidatorValidate the entity at hand.- Parameters:
- entity- the entity to be validated
- validationResult- the EntityValidationResult to write the result of the validation to.- EntityValidationResultfor more details on how to construct the EntityValidationResult.
 
 
-