|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.paris.lutece.plugins.folderlisting.service.Folder
public class Folder
| 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 |
|---|
public Folder()
| Method Detail |
|---|
public static void init()
public void setId(String strId)
strId - The Idpublic String getId()
public void setName(String strName)
strName - The Namepublic String getName()
public void setPath(String strPath)
strPath - The Pathpublic String getPath()
public String getWorkgroup()
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResourcepublic void setWorkgroup(String strAdminWorkgroup)
strWorkgroup - The workgroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||