public class BookSeriesBuilderImpl extends SBookSeriesBuilder
| Constructor and Description |
|---|
BookSeriesBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildBookSeries(SBook... books) |
void |
buildBookSeries(Set<SBook> books)
Build a book series that allow external book references can work among specified books
|
getInstancepublic void buildBookSeries(Set<SBook> books)
SBookSeriesBuilderbuildBookSeries in class SBookSeriesBuilderbooks - books that have external reference to other bookspublic void buildBookSeries(SBook... books)
buildBookSeries in class SBookSeriesBuilderSBookSeriesBuilder.buildBookSeries(Set)Copyright © 2020. All rights reserved.