Public Member Functions | Properties

PrecedingRequest Class Reference

Stores attributes of a preceding reqeust. More...

#import <PrecedingRequest.h>

List of all members.

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.

Detailed Description

Stores attributes of a preceding reqeust.


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

- (NSInteger) dfNumber [read, write, assign]

The dependency number with another request.

- (NSString *) requestID [read, write, retain]

The requstID of that request.


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