| Property | Defined by | ||
|---|---|---|---|
| id : String
The id of the Album.
| Album | ||
| name : String
The name of the Album.
| Album | ||
| Method | Defined by | ||
|---|---|---|---|
|
Album()
Construct a new Album instance.
| Album | ||
|
toString():String
The label of the Album.
| Album | ||
| id | property |
id:String [read-write]The id of the Album.
Implementation public function get id():String
public function set id(value:String):void
| name | property |
name:String [read-write]The name of the Album.
Implementation public function get name():String
public function set name(value:String):void
| Album | () | constructor |
public function Album()Construct a new Album instance.
| toString | () | method |
public function toString():StringThe label of the Album.
ReturnsString |