Annotation of Examples/EnterpriseObjects/MasteringDetails/Employee.h, revision 1.1.1.1

1.1       root        1: // Employee.h
                      2: // 
                      3: // Created on Wed Nov 16 11:41:34 PST 1994 by NeXT EOModeler.app Version 67
                      4: 
                      5: #import <eoaccess/eoaccess.h>
                      6: 
                      7: @interface Employee : NSObject
                      8: {
                      9:     NSString *address;
                     10:     NSString *city;
                     11:     NSNumber *dept_id;
                     12:     NSNumber * emp_id;
                     13:     NSString *first_name;
                     14:     NSCalendarDate *hire_date;
                     15:     NSString *last_name;
                     16:     NSNumber * manager;
                     17:     NSString *phone;
                     18:     NSNumber * salary;
                     19:     NSString *state;
                     20:     NSNumber * title_id;
                     21:     id toEmp_Quote;
                     22:     id toEmp_Photo;
                     23:     NSArray *toEmp_Project;
                     24:     NSArray *toProjects;
                     25:     id toDepartment;
                     26: }
                     27: 
                     28: 
                     29: @end

unix.superglobalmegacorp.com

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