org.jboss.resteasy.examples.data
Class Book
java.lang.Object
org.jboss.resteasy.examples.data.Book
public class Book
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Book
public Book()
Book
public Book(String author,
String ISBN,
String title)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getISBN
public String getISBN()
setISBN
public void setISBN(String ISBN)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
Copyright © 2011. All Rights Reserved.