Interface Spread
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SpreadImpl
public interface Spread extends java.io.SerializableThe Interface Spread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetId()Gets the id.java.util.List<Page>getPages()Gets the pages.voidsetId(java.lang.Integer id)Sets the id.voidsetPages(java.util.List<Page> pages)Sets the pages.
-