org.glassfish.jersey.examples.bookstore.webapp.resource
Class CD

java.lang.Object
  extended by org.glassfish.jersey.examples.bookstore.webapp.resource.Item
      extended by org.glassfish.jersey.examples.bookstore.webapp.resource.CD

public class CD
extends Item


Constructor Summary
CD()
           
CD(String title, String author, Track[] tracks)
           
 
Method Summary
 Track getTrack(int num)
           
 Track[] getTracks()
           
 
Methods inherited from class org.glassfish.jersey.examples.bookstore.webapp.resource.Item
getAuthor, getTitle, getXml, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CD

public CD()

CD

public CD(String title,
          String author,
          Track[] tracks)
Method Detail

getTracks

public Track[] getTracks()

getTrack

@Path(value="tracks/{num}/")
public Track getTrack(@PathParam(value="num")
                           int num)


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.