org.glassfish.jersey.examples.bookstore.webapp.resource
Class Track
java.lang.Object
org.glassfish.jersey.examples.bookstore.webapp.resource.Track
public class Track
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Track
public Track()
Track
public Track(String name,
int length)
getName
public String getName()
getLength
public int getLength()
getXml
public Track getXml()
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.