Deletable Item. More...
#import <SimpleDBDeletableItem.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new DeletableItem object. | |
(id) | - initWithName:andAttributes: |
Constructs a new DeletableItem object. | |
(void) | - addAttribute: |
Adds a single object to attributes. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | name |
NSMutableArray * | attributes |
Deletable Item.
- (void SimpleDBDeletableItem.)addAttribute: | (SimpleDBAttribute *) | attribute |
Adds a single object to attributes.
This function will alloc and init attributes if not already done.
- (NSString* SimpleDBDeletableItem.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SimpleDBDeletableItem.)init |
Default constructor for a new DeletableItem object.
Callers should use the property methods to initialize this object after creating it.
- (id SimpleDBDeletableItem.)initWithName: | (NSString *) | theName | ||
andAttributes: | (NSMutableArray *) | theAttributes | ||
Constructs a new DeletableItem object.
Callers should use properties to initialize any additional object members.
theName | ||
theAttributes |