Class PageTemplateImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.PageTemplateImpl
-
- All Implemented Interfaces:
PageTemplate,java.io.Serializable
public class PageTemplateImpl extends java.lang.Object implements java.io.Serializable, PageTemplate
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageTemplateImpl()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
getId
public int getId()
Description copied from interface:PageTemplateGets the id.- Specified by:
getIdin interfacePageTemplate- Returns:
- the id
-
setId
public void setId(int id)
Description copied from interface:PageTemplateSets the id.- Specified by:
setIdin interfacePageTemplate- Parameters:
id- the new id
-
getName
public java.lang.String getName()
Description copied from interface:PageTemplateGets the name.- Specified by:
getNamein interfacePageTemplate- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Description copied from interface:PageTemplateSets the name.- Specified by:
setNamein interfacePageTemplate- Parameters:
name- the new name
-
-