public class ProxyPentahoRole extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ProxyPentahoRole() |
ProxyPentahoRole(String roleName) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
org.pentaho.platform.core.mt.Tenant |
getTenant() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTenant(org.pentaho.platform.core.mt.Tenant tenant) |
public ProxyPentahoRole()
public ProxyPentahoRole(String roleName)
public String getName()
public String getDescription()
public void setName(String name)
public void setDescription(String description)
public org.pentaho.platform.core.mt.Tenant getTenant()
public void setTenant(org.pentaho.platform.core.mt.Tenant tenant)