Annotation of Examples/EnterpriseObjects/Validation/Employee.h, revision 1.1

1.1     ! root        1: // Employee.h
        !             2: // 
        !             3: // Created on Thu Sep 15 17:31:19 PDT 1994 by NeXT EOModeler.app Version 59
        !             4: 
        !             5: #import <eoaccess/eoaccess.h>
        !             6: #import "EOAcceptsNullForScalarsObject.h"
        !             7: 
        !             8: @interface Employee : EOAcceptsNullForScalarsObject
        !             9: {
        !            10:     NSString *address;
        !            11:     NSString *city;
        !            12:     int deptId;
        !            13:     int empId;
        !            14:     NSString *firstName;
        !            15:     NSString *lastName;
        !            16:     double salary;
        !            17:     int titleId;
        !            18:     id toDepartment;
        !            19:     NSString *departmentName;
        !            20: }
        !            21: 
        !            22: - (double)salary;
        !            23: @end

unix.superglobalmegacorp.com

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