|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.DocumentPageTemplate
public class DocumentPageTemplate
This class represents business objects DocumentPageTemplate
Constructor Summary | |
---|---|
DocumentPageTemplate()
|
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 |
---|
public DocumentPageTemplate()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- the page template identifierpublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- the page template descriptionpublic java.lang.String getFile()
public void setFile(java.lang.String strFile)
strFile
- The file namepublic java.lang.String getPicture()
public void setPicture(java.lang.String strPicture)
strPicture
- The picture name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |