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