public class TrackDescription extends Object implements Serializable
Constructor and Description |
---|
TrackDescription(int id,
String description)
Create a track description.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the track description
|
int |
id()
Get the track identifier
|
String |
toString() |
public TrackDescription(int id, String description)
id
- track identifierdescription
- track descriptionCopyright © 2009–2015 Caprica Software Limited. All rights reserved.