Class AssetCharacteristicValueValidator
java.lang.Object
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue.AssetCharacteristicValueValidator
- All Implemented Interfaces:
Validator<BOAssetCharacteristicValue>
public class AssetCharacteristicValueValidator
extends Object
implements Validator<BOAssetCharacteristicValue>
Validator for relation between asset and characteristic value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssetId(Long assetId) voidvalidate(BOAssetCharacteristicValue characteristicValue) Validates the provided object according to the implementation's validation rules.
-
Constructor Details
-
AssetCharacteristicValueValidator
public AssetCharacteristicValueValidator()
-
-
Method Details
-
make
-
getAssetId
-
setAssetId
-
validate
Description copied from interface:ValidatorValidates the provided object according to the implementation's validation rules.- Specified by:
validatein interfaceValidator<BOAssetCharacteristicValue>- Parameters:
characteristicValue- the object to validate- Throws:
DAValidateException- if the object fails validation
-