org.glassfish.jersey.examples.bookstore.webapp.resource
Class Item
java.lang.Object
org.glassfish.jersey.examples.bookstore.webapp.resource.Item
- Direct Known Subclasses:
- Book, CD
public class Item
- extends Object
Item
public Item()
Item
public Item(String title,
String author)
getTitle
public String getTitle()
getAuthor
public String getAuthor()
getXml
public Item getXml()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.