public abstract class SBookSeriesBuilder
extends java.lang.Object
Constructor and Description |
---|
SBookSeriesBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract void |
buildBookSeries(SBook... books) |
abstract void |
buildBookSeries(java.util.Set<SBook> books)
Build a book series that allow external book references can work among specified books
|
static SBookSeriesBuilder |
getInstance() |
public static SBookSeriesBuilder getInstance()
public abstract void buildBookSeries(java.util.Set<SBook> books)
books
- books that have external reference to other bookspublic abstract void buildBookSeries(SBook... books)
buildBookSeries(Set)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.