public class CD extends Item
CD()
CD(String title, String author, Track[] tracks)
Track
getTrack(int num)
Track[]
getTracks()
getAuthor, getTitle, getXml, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CD()
public CD(String title, String author, Track[] tracks)
public Track[] getTracks()
@Path("tracks/{num}/") public Track getTrack(@PathParam("num") int num)