|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.xsl.XslExport
public class XslExport
Field Summary | |
---|---|
static String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
XslExport()
|
Method Summary | |
---|---|
String |
getDescription()
|
String |
getExtension()
get the extension of the output file generate by the xsl |
File |
getFile()
|
int |
getIdXslExport()
|
String |
getPlugin()
Get the name of the plugin associated with this XSL |
String |
getTitle()
|
void |
setDescription(String description)
set the description of the directory xsl |
void |
setExtension(String extension)
set the extension of the output file generate by the xsl |
void |
setFile(File file)
set the xsl file of the directory xsl |
void |
setIdXslExport(int idExport)
set the id of the directory xsl |
void |
setPlugin(String strPlugin)
Set the name of the plugin associated with this XSL |
void |
setTitle(String title)
set the title of the directory xsl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public XslExport()
Method Detail |
---|
public int getIdXslExport()
public void setIdXslExport(int idExport)
idExport
- the id of the directory xslpublic String getDescription()
public void setDescription(String description)
description
- the description of the directory xslpublic String getTitle()
public void setTitle(String title)
title
- the title of the directory xslpublic File getFile()
public void setFile(File file)
file
- the xsl file of the directory xslpublic String getExtension()
public void setExtension(String extension)
extension
- the extension of the out put filepublic String getPlugin()
public void setPlugin(String strPlugin)
strPlugin
- The name of the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |