File:  [NeXTSTEP 3.3 examples] / Examples / EnterpriseObjects / Validation / Department.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:48:57 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

// Department.h
// 
// Created on Wed Feb 15 09:50:50 GMT-0800 1995 by NeXT EOModeler.app Version 77

#import <eoaccess/eoaccess.h>
@class Employee;

@interface Department : NSObject
{
    NSString *departmentName;
    int deptId;
    int locationId;
    NSArray *toEmployees;
}

- (NSString *)validateEmployee:(Employee *)emp;
    // called to see if the department is okay with the setting of this employee

@end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.