Interface PageTemplate
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
PageTemplateImpl
public interface PageTemplate extends java.io.SerializableThe Interface PageTemplate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()Gets the id.java.lang.StringgetName()Gets the name.voidsetId(int id)Sets the id.voidsetName(java.lang.String name)Sets the name.
-