BOM - Attributes Validation

BOM - Attributes Validation

I´ve created a Business object (BO) with several attributes and I´d like to validate one of them using the value of other attribute.
For example: I have a BO that has two attributes:  initDate and finalDate. I want to validate that  finalDate > initDate
Is that possible using the validations on the BO?