Interface Page
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
PageImpl
public interface Page extends java.io.SerializableThe Interface Page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FramesgetFrames()Gets the frames.java.lang.IntegergetId()Gets the page id.voidsetFrames(Frames frames)Sets the frames.voidsetId(java.lang.Integer id)Sets the page id.
-