Uses of Class
com.ail.util.DateOfBirth

Packages that use DateOfBirth
com.ail.party   
 

Uses of DateOfBirth in com.ail.party
 

Methods in com.ail.party that return DateOfBirth
 DateOfBirth Person.getDateOfBirth()
          Getter returning the value of the dateOfBirth property.
 

Methods in com.ail.party with parameters of type DateOfBirth
 void Person.setDateOfBirth(DateOfBirth dateOfBirth)
          Setter to update the value of the dateOfBirth property.