org.gcube.common.homelibrary.jcr
Class UserHomeInfo

java.lang.Object
  extended by org.gcube.common.homelibrary.jcr.UserHomeInfo

public class UserHomeInfo
extends Object


Field Summary
protected  String dataAreaContentId
           
protected  String dataRoot
           
protected  String homeRoot
           
protected  String userId
           
protected  String workspaceRoot
           
 
Constructor Summary
UserHomeInfo(String userId, String homeRoot, String dataRoot, String workspaceRoot, String dataAreaContentId)
          Create a new UserHomeInfo.
 
Method Summary
 String getDataAreaContentId()
           
 String getDataRoot()
           
 String getHomeRoot()
           
 String getUserId()
           
 String getWorkspaceRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

protected String userId

homeRoot

protected String homeRoot

dataRoot

protected String dataRoot

workspaceRoot

protected String workspaceRoot

dataAreaContentId

protected String dataAreaContentId
Constructor Detail

UserHomeInfo

public UserHomeInfo(String userId,
                    String homeRoot,
                    String dataRoot,
                    String workspaceRoot,
                    String dataAreaContentId)
Create a new UserHomeInfo.

Parameters:
userId - the user id.
homeRoot - the user home root.
dataRoot - the user data root.
workspaceRoot - the user workspace root.
dataAreaContentId - the data area content id.
Method Detail

getUserId

public String getUserId()
Returns:
the userId

getHomeRoot

public String getHomeRoot()
Returns:
the homeRoot

getDataRoot

public String getDataRoot()
Returns:
the dataRoot

getWorkspaceRoot

public String getWorkspaceRoot()
Returns:
the workspaceRoot

getDataAreaContentId

public String getDataAreaContentId()
Returns:
the dataAreaContentId


Copyright © 2013. All Rights Reserved.