ma.glasnost.orika.test.unenhance
Class BookDTO
java.lang.Object
ma.glasnost.orika.test.unenhance.BookDTO
public class BookDTO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookDTO
public BookDTO()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getAuthor
public AuthorDTO getAuthor()
setAuthor
public void setAuthor(AuthorDTO author)
getId
public Long getId()
setId
public void setId(Long id)
Copyright © 2012 Glasnost. All Rights Reserved.