org.gcube.portlets.user.homelibrary.jcr
Class UserHomeInfo
java.lang.Object
org.gcube.portlets.user.homelibrary.jcr.UserHomeInfo
public class UserHomeInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userId
protected String userId
homeRoot
protected String homeRoot
dataRoot
protected String dataRoot
workspaceRoot
protected String workspaceRoot
dataAreaContentId
protected String dataAreaContentId
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.
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 © 2012. All Rights Reserved.