Public Member Functions | Properties

Request Class Reference

Stores attributes of a request. More...

#import <Request.h>

List of all members.

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.
PrecedingRequesta
 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.

Detailed Description

Stores attributes of a request.


Member Function Documentation

- (id) copyWithZone: (NSZone *)  zone

Used to copy or clone the same object.

NSCopying protocol method implementation

Parameters:
zonedefault zone
Returns:
new copied object

Property Documentation

- (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.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties