@ApiObject(name="book", description="A book object belonging to an external jar") public class Book extends Object
Book(Integer id, String name, Author author)
Author
getAuthor()
Integer
getId()
String
getName()
void
setAuthor(Author author)
setId(Integer id)
setName(String name)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Book(Integer id, String name, Author author)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Author getAuthor()
public void setAuthor(Author author)
public String toString()
toString
Object
Copyright © 2014. All Rights Reserved.