|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.ExportFormat
public class ExportFormat
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 |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public ExportFormat()
Method Detail |
---|
public int getIdExport()
public void setIdExport(int idExport)
idExport
- the id of the export formatpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the export formatpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the export formatpublic byte[] getXsl()
public void setXsl(byte[] donnees)
donnees
- the xsl file of the export formatpublic java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension
- the extension of the out put file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |