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

// Employee.h
// 
// Created on Wed Nov 16 11:41:34 PST 1994 by NeXT EOModeler.app Version 67

#import <eoaccess/eoaccess.h>

@interface Employee : NSObject
{
    NSString *address;
    NSString *city;
    NSNumber *dept_id;
    NSNumber * emp_id;
    NSString *first_name;
    NSCalendarDate *hire_date;
    NSString *last_name;
    NSNumber * manager;
    NSString *phone;
    NSNumber * salary;
    NSString *state;
    NSNumber * title_id;
    id toEmp_Quote;
    id toEmp_Photo;
    NSArray *toEmp_Project;
    NSArray *toProjects;
    id toDepartment;
}


@end

unix.superglobalmegacorp.com

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