Class BundleSkillValidator
java.lang.Object
overit.geocallapp.wfm.bundler.rs1.skill.BundleSkillValidator
- All Implemented Interfaces:
Validator<BOBundleSkill>
Validator for relation between bundle and bundle skill
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BundleSkillValidatorvoidvoidvalidate(BOBundleSkill bundleSkillItem) Validates the provided object according to the implementation's validation rules.
-
Constructor Details
-
BundleSkillValidator
public BundleSkillValidator()
-
-
Method Details
-
make
-
getBundle
-
setBundle
-
validate
Description copied from interface:ValidatorValidates the provided object according to the implementation's validation rules.- Specified by:
validatein interfaceValidator<BOBundleSkill>- Parameters:
bundleSkillItem- the object to validate- Throws:
DAValidateException- if the object fails validation
-