public class PentahoRole extends Object implements org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
PentahoUser,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
PentahoRole() |
|
PentahoRole(org.pentaho.platform.api.engine.security.userroledao.IPentahoRole roleToCopy)
Copy constructor
|
|
PentahoRole(org.pentaho.platform.api.mt.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() |
org.pentaho.platform.api.mt.ITenant |
getTenant() |
int |
hashCode() |
void |
setDescription(String description) |
String |
toString() |
protected PentahoRole()
public PentahoRole(String name)
public PentahoRole(org.pentaho.platform.api.mt.ITenant tenant,
String name,
String description)
public PentahoRole(org.pentaho.platform.api.engine.security.userroledao.IPentahoRole roleToCopy)
public String getName()
getName in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRolepublic String getDescription()
getDescription in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRolepublic void setDescription(String description)
setDescription in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRolepublic org.pentaho.platform.api.mt.ITenant getTenant()
getTenant in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRoleCopyright © 2018 Hitachi Vantara. All rights reserved.