public class WorkspaceHome extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
roleId
The role
|
protected Long |
sectionId
The section id
|
protected Workspace |
workspace
The workspace
|
Constructor and Description |
---|
WorkspaceHome() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRoleId() |
Long |
getSectionId() |
Workspace |
getWorkspace() |
int |
hashCode() |
void |
setRoleId(String roleId) |
void |
setSectionId(Long sectionId) |
void |
setWorkspace(Workspace workspace) |
String |
toString() |
protected Long sectionId
protected String roleId
protected Workspace workspace
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.