Stores attributes of a request. More...
#import <Request.h>
Public Member Functions | |
(id) | - copyWithZone: |
Used to copy or clone the same object. | |
Properties | |
NSString * | requestID |
The requestID of the request. | |
NSString * | peerName |
The name of the peer entered by the user while application start-up. | |
NSInteger | peerID |
The unique peerID of the user. | |
NSInteger | r |
A variable which is increased when a new request is generated. | |
PrecedingRequest * | a |
To store the attributes of a preceding request. | |
id | operation |
The operation can be of any type INS DEL or UPDATE. | |
NSInteger | v |
The version of policy on which this request is generated. | |
NSString * | f |
To know whether it is validated by administrator of that event or not. |
Stores attributes of a request.
- (id) copyWithZone: | (NSZone *) | zone |
Used to copy or clone the same object.
NSCopying protocol method implementation
zone | default zone |
- (PrecedingRequest *) a [read, write, retain] |
To store the attributes of a preceding request.
- (NSString *) f [read, write, retain] |
To know whether it is validated by administrator of that event or not.
- (id) operation [read, write, retain] |
The operation can be of any type INS DEL or UPDATE.
- (NSInteger) peerID [read, write, assign] |
The unique peerID of the user.
- (NSString *) peerName [read, write, retain] |
The name of the peer entered by the user while application start-up.
- (NSInteger) r [read, write, assign] |
A variable which is increased when a new request is generated.
- (NSString *) requestID [read, write, retain] |
The requestID of the request.
- (NSInteger) v [read, write, assign] |
The version of policy on which this request is generated.