public class PentahoRole extends Object implements IPentahoRole
PentahoUser,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
PentahoRole() |
|
PentahoRole(IPentahoRole roleToCopy)
Copy constructor
|
|
PentahoRole(ITenant tenant,
String name,
String description) |
|
PentahoRole(String name) |
|
PentahoRole(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
ITenant |
getTenant() |
int |
hashCode() |
void |
setDescription(String description) |
String |
toString() |
protected PentahoRole()
public PentahoRole(String name)
public PentahoRole(IPentahoRole roleToCopy)
public String getName()
getName in interface IPentahoRolepublic String getDescription()
getDescription in interface IPentahoRolepublic void setDescription(String description)
setDescription in interface IPentahoRolepublic ITenant getTenant()
getTenant in interface IPentahoRoleCopyright © 2002–2017 Pentaho Corporation. All rights reserved.