public class UserHomeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataAreaContentId |
protected String |
dataRoot |
protected String |
homeRoot |
protected String |
userId |
protected String |
workspaceRoot |
| Constructor and Description |
|---|
UserHomeInfo(String userId,
String homeRoot,
String dataRoot,
String workspaceRoot,
String dataAreaContentId)
Create a new UserHomeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataAreaContentId() |
String |
getDataRoot() |
String |
getHomeRoot() |
String |
getUserId() |
String |
getWorkspaceRoot() |
protected String userId
protected String homeRoot
protected String dataRoot
protected String workspaceRoot
protected String dataAreaContentId
public UserHomeInfo(String userId, String homeRoot, String dataRoot, String workspaceRoot, String dataAreaContentId)
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.public String getUserId()
public String getHomeRoot()
public String getDataRoot()
public String getWorkspaceRoot()
public String getDataAreaContentId()
Copyright © 2017. All Rights Reserved.