Class PageTemplateImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.PageTemplateImpl
- All Implemented Interfaces:
PageTemplate,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageTemplateImpl
public PageTemplateImpl()
-
-
Method Details
-
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
Description copied from interface:PageTemplateGets the name.- Specified by:
getNamein interfacePageTemplate- Returns:
- the name
-
setName
Description copied from interface:PageTemplateSets the name.- Specified by:
setNamein interfacePageTemplate- Parameters:
name- the new name
-