fr.paris.lutece.portal.business.style
Class PageTemplate

java.lang.Object
  extended by fr.paris.lutece.portal.business.style.PageTemplate

public class PageTemplate
extends java.lang.Object

This class reprsents business objects PageTemplate


Constructor Summary
PageTemplate()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the page template
 java.lang.String getFile()
          Returns the name of the html page which manages this type of page template
 int getId()
          Returns the page template identifier
 java.lang.String getPicture()
          Returns the name of the picture associated to the page template type in the administration unit
 void setDescription(java.lang.String strDescription)
          Sets the description of the page template
 void setFile(java.lang.String strFile)
          Sets the name of the html page which manages this type of page template
 void setId(int nId)
          Sets the page template identifier
 void setPicture(java.lang.String strPicture)
          Sets the name of the picture associated to the page template type in the administration unit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageTemplate

public PageTemplate()
Method Detail

getId

public int getId()
Returns the page template identifier

Returns:
the page template identifier

setId

public void setId(int nId)
Sets the page template identifier

Parameters:
nId - the page template identifier

getDescription

public java.lang.String getDescription()
Returns the description of the page template

Returns:
page template description

setDescription

public void setDescription(java.lang.String strDescription)
Sets the description of the page template

Parameters:
strDescription - the page template description

getFile

public java.lang.String getFile()
Returns the name of the html page which manages this type of page template

Returns:
the name of the html page

setFile

public void setFile(java.lang.String strFile)
Sets the name of the html page which manages this type of page template

Parameters:
strFile - The file name

getPicture

public java.lang.String getPicture()
Returns the name of the picture associated to the page template type in the administration unit

Returns:
The name of the picture as a string

setPicture

public void setPicture(java.lang.String strPicture)
Sets the name of the picture associated to the page template type in the administration unit

Parameters:
strPicture - The picture name


Copyright © 2010 Mairie de Paris. All Rights Reserved.