#import <ISCollectionInfo.h>
Abgeleitet von ISItemInfo und < NSCopying >.
Basisklasse für ISMixInfo.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - copyWithZone: |
| (BOOL) | - loadFromDictionary: |
| (id) | - releaseDate |
| (float) | - userRating |
| (unsigned int) | - userRatingCount |
| (id) | - album |
| (id) | - artist |
| (id) | - contentCounts |
| (id) | - copyright |
| (id) | - genre |
| (BOOL) | - hasBonusContent |
| (unsigned int) | - numberOfSongs |
Geschützte Attribute | |
| NSString * | _album |
| NSString * | _artist |
| NSString * | _genre |
| unsigned int | _hasBonusContent:1 |
| float | _userRating |
| unsigned int | _userRatingCount |
| NSDate * | _releaseDate |
| NSString * | _copyright |
| NSString * | _contentCounts |
| unsigned int | _numberOfSongs |
Definiert in Zeile 13 der Datei ISCollectionInfo.h.
| - (void) dealloc |
Implementiert ISItemInfo.
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
| - (BOOL) loadFromDictionary: | (id) | fp8 |
| - (id) releaseDate |
| - (float) userRating |
| - (unsigned int) userRatingCount |
| - (id) album |
| - (id) artist |
| - (id) contentCounts |
| - (id) copyright |
| - (id) genre |
| - (BOOL) hasBonusContent |
| - (unsigned int) numberOfSongs |
Definiert in Zeile 15 der Datei ISCollectionInfo.h.
Definiert in Zeile 16 der Datei ISCollectionInfo.h.
Definiert in Zeile 17 der Datei ISCollectionInfo.h.
- (unsigned int) _hasBonusContent [protected] |
Definiert in Zeile 18 der Datei ISCollectionInfo.h.
- (float) _userRating [protected] |
Definiert in Zeile 19 der Datei ISCollectionInfo.h.
- (unsigned int) _userRatingCount [protected] |
Definiert in Zeile 20 der Datei ISCollectionInfo.h.
- (NSDate*) _releaseDate [protected] |
Definiert in Zeile 21 der Datei ISCollectionInfo.h.
- (NSString*) _copyright [protected] |
Definiert in Zeile 22 der Datei ISCollectionInfo.h.
- (NSString*) _contentCounts [protected] |
Definiert in Zeile 23 der Datei ISCollectionInfo.h.
- (unsigned int) _numberOfSongs [protected] |
Definiert in Zeile 24 der Datei ISCollectionInfo.h.