fr.paris.lutece.plugins.folderlisting.service
Class Folder

java.lang.Object
  extended by fr.paris.lutece.plugins.folderlisting.service.Folder
All Implemented Interfaces:
fr.paris.lutece.portal.service.resource.Resource, fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

public class Folder
extends Object
implements fr.paris.lutece.portal.service.resource.Resource, fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource


Constructor Summary
Folder()
           
 
Method Summary
 String getId()
          Returns the Id
 String getName()
          Returns the Name
 String getPath()
          Returns the Path
 String getWorkgroup()
          Returns the workgroup
static void init()
          Initialize the Folder
 void setId(String strId)
          Sets the Id
 void setName(String strName)
          Sets the Name
 void setPath(String strPath)
          Sets the Path
 void setWorkgroup(String strAdminWorkgroup)
          Sets the workgroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Folder

public Folder()
Method Detail

init

public static void init()
Initialize the Folder


setId

public void setId(String strId)
Sets the Id

Parameters:
strId - The Id

getId

public String getId()
Returns the Id

Returns:
The Id

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

getName

public String getName()
Returns the Name

Returns:
The Name

setPath

public void setPath(String strPath)
Sets the Path

Parameters:
strPath - The Path

getPath

public String getPath()
Returns the Path

Returns:
The Path

getWorkgroup

public String getWorkgroup()
Returns the workgroup

Specified by:
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
Returns:
The workgroup

setWorkgroup

public void setWorkgroup(String strAdminWorkgroup)
Sets the workgroup

Parameters:
strWorkgroup - The workgroup


Copyright © 2013 Mairie de Paris. All Rights Reserved.