In particular, I'd like to create a Mac OS X compatible class:
public CompanyType() {
super();
_employees = new NSMutableArray();
}public void addEmployee(EmployeeType anEmployee) {
_employees.addObject(anEmployee);
}public NSArray employees() {
return _employees;
}etc...
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
