public class BookDTO extends Object
BookDTO()
AuthorDTO
getAuthor()
Long
getId()
String
getTitle()
void
setAuthor(AuthorDTO author)
setId(Long id)
setTitle(String title)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BookDTO()
public String getTitle()
public void setTitle(String title)
public AuthorDTO getAuthor()
public void setAuthor(AuthorDTO author)
public Long getId()
public void setId(Long id)
Copyright © 2016 Glasnost. All rights reserved.