Package | Description |
---|---|
edu.sampleu.bookstore.bo |
Modifier and Type | Method and Description |
---|---|
Book |
BookOrder.getBook() |
Modifier and Type | Method and Description |
---|---|
List<Book> |
Author.getBooks() |
List<Book> |
BookType.getBooks() |
Modifier and Type | Method and Description |
---|---|
void |
BookOrder.setBook(Book book) |
Modifier and Type | Method and Description |
---|---|
void |
Author.setBooks(List<Book> books) |
void |
BookType.setBooks(List<Book> books) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.