public class XslExport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE |
| Constructor and Description |
|---|
XslExport() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final String RESOURCE_TYPE
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 pluginCopyright © 2020 City of Paris. All rights reserved.