fr.paris.lutece.portal.business.xsl
Class XslExport

java.lang.Object
  extended by fr.paris.lutece.portal.business.xsl.XslExport

public class XslExport
extends Object

Author:
vbroussard

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

RESOURCE_TYPE

public static final String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

XslExport

public XslExport()
Method Detail

getIdXslExport

public int getIdXslExport()
Returns:
the id of the directory xsl

setIdXslExport

public void setIdXslExport(int idExport)
set the id of the directory xsl

Parameters:
idExport - the id of the directory xsl

getDescription

public String getDescription()
Returns:
the description of the directory xsl

setDescription

public void setDescription(String description)
set the description of the directory xsl

Parameters:
description - the description of the directory xsl

getTitle

public String getTitle()
Returns:
the title of the directory xsl

setTitle

public void setTitle(String title)
set the title of the directory xsl

Parameters:
title - the title of the directory xsl

getFile

public File getFile()
Returns:
the xsl file of the directory xsl

setFile

public void setFile(File file)
set the xsl file of the directory xsl

Parameters:
file - the xsl file of the directory xsl

getExtension

public String getExtension()
get the extension of the output file generate by the xsl

Returns:
the extension of the out put file

setExtension

public void setExtension(String extension)
set the extension of the output file generate by the xsl

Parameters:
extension - the extension of the out put file

getPlugin

public String getPlugin()
Get the name of the plugin associated with this XSL

Returns:
The name of the plugin

setPlugin

public void setPlugin(String strPlugin)
Set the name of the plugin associated with this XSL

Parameters:
strPlugin - The name of the plugin


Copyright © 2014 Mairie de Paris. All Rights Reserved.