org.hibernate.jsr303.tck.tests.constraints.groups
Class Book
java.lang.Object
org.hibernate.jsr303.tck.tests.constraints.groups.Book
public class Book
- extends Object
- Author:
- Hardy Ferentschik
Nested Class Summary |
static interface |
Book.All
|
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)
getSubtitle
public String getSubtitle()
setSubtitle
public void setSubtitle(String subtitle)
getAuthor
public Author getAuthor()
setAuthor
public void setAuthor(Author author)
Copyright © 2008-2011. All Rights Reserved.