Class OperationCenterAddressValidator
java.lang.Object
overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress.OperationCenterAddressValidator
- All Implemented Interfaces:
Validator<BOOperationCenterAddress>
public class OperationCenterAddressValidator
extends Object
implements Validator<BOOperationCenterAddress>
Validator for relation between operation center and address.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOperationCenterId(Long operationCenterId) voidvalidate(BOOperationCenterAddress operationCenterAddress) Validates the provided object according to the implementation's validation rules.
-
Constructor Details
-
OperationCenterAddressValidator
public OperationCenterAddressValidator()
-
-
Method Details
-
make
-
getOperationCenterId
-
setOperationCenterId
-
validate
Description copied from interface:ValidatorValidates the provided object according to the implementation's validation rules.- Specified by:
validatein interfaceValidator<BOOperationCenterAddress>- Parameters:
operationCenterAddress- the object to validate- Throws:
DAValidateException- if the object fails validation
-