home *** CD-ROM | disk | FTP | other *** search
- /* Generated By SetGet - version 1.0 - kyounger */
-
- #import <objc/Object.h>
- #import <indexing/indexing.h>
-
- @interface Transaction:Object
- {
- int tSerial;
- char * tNumber;
- const char * tDate;
- char * tMemo;
- char * tDebit;
- char * tCredit;
- double tAmount;
- double tIBalance;
- char *tBalance;
- BOOL tEdit;
- int runTimeHandle;
- IXRecordManager *recordManager;
- }
-
- - init;
- - free;
- - commit;
- - (unsigned int)handle;
- - (int )tSerial;
- - (const char * )tNumber;
- - (id )setTNumber:(const char * )tN;
- - (const char * )tDate;
- - (id )setTDate:(const char * )tD;
- - (const char * )tMemo;
- - (id )setTMemo:(const char * )tM;
- - (double )tAmount;
- - (id )setTAmount:(double )tA;
- - (const char *)tBalance;
- - (id)setTBalance:(const char *)tB;
- - (const char * )tDebit;
- - (id)setTDebit:(const char *)tD;
- - (const char *)tCredit;
- - (id)setTCredit:(const char *)tC;
-
- - source:aSource didReadRecord:(unsigned)record;
- - source:aSource willWriteRecord:(unsigned)record;
- - (id )copy;
- - (id )invertCopy;
- - (id )becomeVoided:(id )v;
-
- @end
-