public class PentahoRole extends Object implements org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
PentahoUser,
Serialized Form| Constructor and Description |
|---|
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) |
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.IPentahoRole