MBRelease Class Reference
Inherits from | MBRateAndTaggableEntity : MBEntity : NSObject |
Declared in | MBRelease.h MBRelease.m |
Tasks
-
Title
Title of the release
property -
Status
Status of the release
property -
Quality
Quality of the release data
property -
Disambiguation
Disambiguation comment for the release
property -
Packaging
Packaging for this release
property -
TextRepresentation
Text Representation for this release
property -
ArtistCredit
Artist Credit for this release
property -
ReleaseGroup
Release Group that this release belongs to
property -
Date
Date of release.
property -
Country
ISO-3166 Country Code for this release
property -
Barcode
Barcode for the release
property -
Asin
Amazon ASIN for the release
property -
LabelInfoList
MBList with MBLabelInfo objects
property -
MediumList
property -
RelationList
MBList with MBRelation objects
property -
CollectionList
MBList with MBCollection objects
property
Properties
ArtistCredit
Artist Credit for this release
@property (nonatomic, readonly) MBArtistCredit *ArtistCredit
Discussion
Artist Credit for this release
Declared In
MBRelease.h
Asin
Amazon ASIN for the release
@property (nonatomic, readonly) NSString *Asin
Discussion
Amazon ASIN for the release
Declared In
MBRelease.h
Barcode
Barcode for the release
@property (nonatomic, readonly) NSString *Barcode
Discussion
Barcode for the release
Declared In
MBRelease.h
CollectionList
MBList with MBCollection objects
@property (nonatomic, readonly) MBList *CollectionList
Discussion
MBList with MBCollection objects
Declared In
MBRelease.h
Country
ISO-3166 Country Code for this release
@property (nonatomic, readonly) NSString *Country
Discussion
ISO-3166 Country Code for this release
Matches regular expression [A-Z]{2}
or empty
Declared In
MBRelease.h
Date
Date of release.
@property (nonatomic, readonly) NSString *Date
Discussion
Date of release.
Matches the regular expression [0-9]{4}(-[0-9]{2}){0,2}
or empty.
Declared In
MBRelease.h
Disambiguation
Disambiguation comment for the release
@property (nonatomic, readonly) NSString *Disambiguation
Discussion
Disambiguation comment for the release
Declared In
MBRelease.h
LabelInfoList
MBList with MBLabelInfo objects
@property (nonatomic, readonly) MBList *LabelInfoList
Discussion
MBList with MBLabelInfo objects
Declared In
MBRelease.h
Packaging
Packaging for this release
@property (nonatomic, readonly) NSString *Packaging
Discussion
Packaging for this release
Declared In
MBRelease.h
Quality
Quality of the release data
@property (nonatomic, readonly) NSString *Quality
Discussion
Quality of the release data
Declared In
MBRelease.h
RelationList
MBList with MBRelation objects
@property (nonatomic, readonly) MBList *RelationList
Discussion
MBList with MBRelation objects
Declared In
MBRelease.h
ReleaseGroup
Release Group that this release belongs to
@property (nonatomic, readonly) MBReleaseGroup *ReleaseGroup
Discussion
Release Group that this release belongs to
Declared In
MBRelease.h
Status
Status of the release
@property (nonatomic, readonly) NSString *Status
Discussion
Status of the release
Declared In
MBRelease.h