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(value="tracks/{num}/") public Track getTrack(@PathParam(value="num") int num)
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.