Public Member Functions | Properties

SimpleDBDeletableItem Class Reference

Deletable Item. More...

#import <SimpleDBDeletableItem.h>

List of all members.

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

Detailed Description

Deletable Item.


Member Function Documentation

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

Returns:
A string representation of this object.
- (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.

Parameters:
theName 
theAttributes 

The documentation for this class was generated from the following file: