ma.glasnost.orika.test.unenhance
Class BookDTO

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.BookDTO

public class BookDTO
extends Object


Constructor Summary
BookDTO()
           
 
Method Summary
 AuthorDTO getAuthor()
           
 Long getId()
           
 String getTitle()
           
 void setAuthor(AuthorDTO author)
           
 void setId(Long id)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookDTO

public BookDTO()
Method Detail

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.