|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.DirectoryXsl
public class DirectoryXsl
class DirectoryXsl
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
DirectoryXsl()
|
Method Summary | |
---|---|
java.util.List<DirectoryAction> |
getActions()
|
Category |
getCategory()
|
java.lang.String |
getDescription()
|
java.lang.String |
getExtension()
get the extension of the output file generate by the xsl |
File |
getFile()
|
int |
getIdDirectoryXsl()
|
java.lang.String |
getResourceId()
RBAC resource implmentation |
java.lang.String |
getResourceTypeCode()
RBAC resource implmentation |
java.lang.String |
getTitle()
|
void |
setActions(java.util.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(java.lang.String description)
set the description of the directory xsl |
void |
setExtension(java.lang.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(java.lang.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 |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public DirectoryXsl()
Method Detail |
---|
public int getIdDirectoryXsl()
public void setIdDirectoryXsl(int idExport)
idExport
- the id of the directory xslpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the directory xslpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the directory xslpublic File getFile()
public void setFile(File file)
file
- the xsl file of the directory xslpublic 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 filepublic Category getCategory()
public void setCategory(Category category)
category
- the category of the xslpublic java.util.List<DirectoryAction> getActions()
public void setActions(java.util.List<DirectoryAction> directoryActions)
directoryActions
- a list of action must be use for the directoryXsl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |