Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWTransactionRecord.h
Availability: OpenStep
Description forthcoming.
GSWTransactionRecord declares 4 Instance Variables
- (void)
encodeWithCoder: (
NSCoder*)code;
Availability: OpenStep
Description forthcoming.
- (id)
initWithCoder: (
NSCoder*)code;
Availability: OpenStep
Description forthcoming.
- (id)
initWithResponsePage: (
GSWComponent*)aResponsePage
context: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isMatchingIDsInContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
GSWComponent*)
responsePage;
Availability: OpenStep
Description forthcoming.
- (void)
setResponsePage: (
GSWComponent*)aResponsePage;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWTransactionRecord Class
@protected NSString*
_contextID;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDictionary*
_formValues;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSWComponent*
_responsePage;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString*
_senderID;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up