public class PentahoRole extends Object implements org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
PentahoUser
,
Serialized FormConstructor 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.IPentahoRole
public String getDescription()
getDescription
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
public void setDescription(String description)
setDescription
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
public org.pentaho.platform.api.mt.ITenant getTenant()
getTenant
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRole