Class Item

  • Direct Known Subclasses:
    Book, CD

    @Produces("text/html")
    public class Item
    extends Object
    • Constructor Detail

      • Item

        public Item()
    • Method Detail

      • getTitle

        public String getTitle()
      • getAuthor

        public String getAuthor()
      • getXml

        @GET
        @Produces({"application/xml","text/xml","application/json"})
        public Item getXml()