fr.paris.lutece.plugins.form.business
Class ExportFormat

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.ExportFormat
All Implemented Interfaces:
fr.paris.lutece.portal.service.rbac.RBACResource

public class ExportFormat
extends java.lang.Object
implements fr.paris.lutece.portal.service.rbac.RBACResource

class ExportFormat


Field Summary
static java.lang.String RESOURCE_TYPE
           
 
Constructor Summary
ExportFormat()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getExtension()
          get the extension of the output file generate by the xsl
 int getIdExport()
           
 java.lang.String getResourceId()
          RBAC resource implmentation
 java.lang.String getResourceTypeCode()
          RBAC resource implmentation
 java.lang.String getTitle()
           
 byte[] getXsl()
           
 void setDescription(java.lang.String description)
          set the description of the export format
 void setExtension(java.lang.String extension)
          set the extension of the output file generate by the xsl
 void setIdExport(int idExport)
          set the id of the export format
 void setTitle(java.lang.String title)
          set the title of the export format
 void setXsl(byte[] donnees)
          set the xsl file of the export format
 
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 java.lang.String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

ExportFormat

public ExportFormat()
Method Detail

getIdExport

public int getIdExport()
Returns:
the id of the export format

setIdExport

public void setIdExport(int idExport)
set the id of the export format

Parameters:
idExport - the id of the export format

getDescription

public java.lang.String getDescription()
Returns:
the description of the export format

setDescription

public void setDescription(java.lang.String description)
set the description of the export format

Parameters:
description - the description of the export format

getTitle

public java.lang.String getTitle()
Returns:
the title of the export format

setTitle

public void setTitle(java.lang.String title)
set the title of the export format

Parameters:
title - the title of the export format

getXsl

public byte[] getXsl()
Returns:
the xsl file of the export format

setXsl

public void setXsl(byte[] donnees)
set the xsl file of the export format

Parameters:
donnees - the xsl file of the export format

getResourceTypeCode

public java.lang.String getResourceTypeCode()
RBAC resource implmentation

Specified by:
getResourceTypeCode in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The resource type code

getResourceId

public java.lang.String getResourceId()
RBAC resource implmentation

Specified by:
getResourceId in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The resourceId

getExtension

public java.lang.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(java.lang.String extension)
set the extension of the output file generate by the xsl

Parameters:
extension - the extension of the out put file


Copyright © 2010 Mairie de Paris. All Rights Reserved.