|
|
1.1 root 1: /* Generated By SetGet - version 1.0 - kyounger */
2:
3: #import <objc/Object.h>
4: #import <indexing/indexing.h>
5:
6: @interface Transaction:Object
7: {
8: int tSerial;
9: char * tNumber;
10: const char * tDate;
11: char * tMemo;
12: char * tDebit;
13: char * tCredit;
14: double tAmount;
15: double tIBalance;
16: char *tBalance;
17: BOOL tEdit;
18: int runTimeHandle;
19: IXRecordManager *recordManager;
20: }
21:
22: - init;
23: - free;
24: - commit;
25: - (unsigned int)handle;
26: - (int )tSerial;
27: - (const char * )tNumber;
28: - (id )setTNumber:(const char * )tN;
29: - (const char * )tDate;
30: - (id )setTDate:(const char * )tD;
31: - (const char * )tMemo;
32: - (id )setTMemo:(const char * )tM;
33: - (double )tAmount;
34: - (id )setTAmount:(double )tA;
35: - (const char *)tBalance;
36: - (id)setTBalance:(const char *)tB;
37: - (const char * )tDebit;
38: - (id)setTDebit:(const char *)tD;
39: - (const char *)tCredit;
40: - (id)setTCredit:(const char *)tC;
41:
42: - source:aSource didReadRecord:(unsigned)record;
43: - source:aSource willWriteRecord:(unsigned)record;
44: - (id )copy;
45: - (id )invertCopy;
46: - (id )becomeVoided:(id )v;
47:
48: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.