#import <IJAbstractDocument.h>
Instance Methods | |
| (id) | - initWithDictionary: |
| ABSTRACT METHOD. You'll need to write your custom implementation. More... | |
| (void) | - refreshWithDictionary: |
| ABSTRACT METHOD. You'll need to write your custom implementation. More... | |
| (NSDictionary *) | - dictionaryRepresentation |
| ABSTRACT METHOD. You'll need to write your custom implementation. More... | |
Properties | |
| NSString * | documentId |
| - (NSDictionary *) dictionaryRepresentation |
ABSTRACT METHOD. You'll need to write your custom implementation.
Retrieve a dictionary representation of the AbstractDocument.
| - (id) initWithDictionary: | (NSDictionary *) | dictionary |
ABSTRACT METHOD. You'll need to write your custom implementation.
Init an AbstractDocument with a dictionary.
| - (void) refreshWithDictionary: | (NSDictionary *) | dictionary |
ABSTRACT METHOD. You'll need to write your custom implementation.
Refresh the AbstractDocument with a dictionary.
|
readwritenonatomicstrong |
The documentId used in the server calls. This propery has to exist and have a valid value.
1.8.7