Stores attributes of a preceding reqeust. More...
#import <PrecedingRequest.h>
Public Member Functions | |
| (id) | - copyWithZone: |
| Used to copy or clone the same object. | |
Properties | |
| NSString * | requestID |
| The requstID of that request. | |
| NSInteger | dfNumber |
| The dependency number with another request. | |
Stores attributes of a preceding reqeust.
| - (id) copyWithZone: | (NSZone *) | zone |
Used to copy or clone the same object.
NSCopying protocol method implementation
| zone | default zone |
- (NSInteger) dfNumber [read, write, assign] |
The dependency number with another request.
- (NSString *) requestID [read, write, retain] |
The requstID of that request.
1.7.2