Package org.apache.bval.jsr.example
Class IllustratedBook
- java.lang.Object
-
- org.apache.bval.jsr.example.Book
-
- org.apache.bval.jsr.example.IllustratedBook
-
public class IllustratedBook extends Book
Add a non-cascaded bean to a book.- Version:
- $Rev: 1004764 $ $Date: 2010-10-05 13:35:42 -0500 (Tue, 05 Oct 2010) $
-
-
Constructor Summary
Constructors Constructor Description IllustratedBook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Person
getIllustrator()
void
setIllustrator(Person illustrator)
-
Methods inherited from class org.apache.bval.jsr.example.Book
get, getAuthor, getSubtitle, getTitle, getUnconstraintField, setAuthor, setSubtitle, setTitle, setUnconstraintField
-
-