public class DirectoryXsl extends Object implements fr.paris.lutece.portal.service.rbac.RBACResource
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE
The resource type
|
Constructor and Description |
---|
DirectoryXsl() |
Modifier and Type | Method and Description |
---|---|
List<DirectoryAction> |
getActions() |
Category |
getCategory() |
String |
getDescription() |
String |
getExtension()
get the extension of the output file generate by the xsl
|
File |
getFile() |
int |
getIdDirectoryXsl() |
String |
getResourceId() |
String |
getResourceTypeCode() |
String |
getTitle() |
void |
setActions(List<DirectoryAction> directoryActions)
set a list of action can be use for the directoryXsl
|
void |
setCategory(Category category)
set the category of the xsl
|
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 |
setIdDirectoryXsl(int idExport)
set the id of the directory xsl
|
void |
setTitle(String title)
set the title of the directory xsl
|
public static final String RESOURCE_TYPE
public int getIdDirectoryXsl()
public void setIdDirectoryXsl(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 getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getExtension()
public void setExtension(String extension)
extension
- the extension of the out put filepublic Category getCategory()
public void setCategory(Category category)
category
- the category of the xslpublic List<DirectoryAction> getActions()
public void setActions(List<DirectoryAction> directoryActions)
directoryActions
- a list of action must be use for the directoryXslCopyright © 2017 City of Paris. All rights reserved.