fr.paris.lutece.plugins.jcr.business.admin
Class AdminWorkspace

java.lang.Object
  extended by fr.paris.lutece.plugins.jcr.business.admin.AdminWorkspace
All Implemented Interfaces:
fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

public class AdminWorkspace
extends Object
implements fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

An AdminWorkspace


Constructor Summary
AdminWorkspace()
           
 
Method Summary
 int getId()
           
 String getJcrType()
           
 String getLabel()
           
 String getName()
           
 String getPassword()
           
 String getUser()
           
 String getWorkgroup()
           
static void init()
          Initialize the AdminWorkspace
 void setId(int id)
           
 void setJcrType(String jcrType)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setPassword(String password)
           
 void setUser(String user)
           
 void setWorkgroup(String workgroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminWorkspace

public AdminWorkspace()
Method Detail

init

public static void init()
Initialize the AdminWorkspace


getLabel

public String getLabel()
Returns:
the label (description) of the workspace

setLabel

public void setLabel(String label)
Parameters:
label - the label

getId

public int getId()
Returns:
the unique id of this workspace

setId

public void setId(int id)
Parameters:
id - the id

getJcrType

public String getJcrType()
Returns:
the JCR type of this workspace

setJcrType

public void setJcrType(String jcrType)
Parameters:
jcrType - the jcr type

getName

public String getName()
Returns:
the name of the workspace in th JCR

setName

public void setName(String name)
Parameters:
name - the name

getWorkgroup

public String getWorkgroup()
Specified by:
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
Returns:
the allowed workgroup
See Also:
AdminWorkgroupResource.getWorkgroup()

setWorkgroup

public void setWorkgroup(String workgroup)
Parameters:
workgroup - the allowed workgroup

getPassword

public String getPassword()
Returns:
the password

setPassword

public void setPassword(String password)
Parameters:
password - the value to set

getUser

public String getUser()
Returns:
the user login

setUser

public void setUser(String user)
Parameters:
user - the user login


Copyright © 2014 Mairie de Paris. All Rights Reserved.