Class ProxyPentahoRole
- java.lang.Object
-
- org.pentaho.platform.security.userroledao.ws.ProxyPentahoRole
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ProxyPentahoRole extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyPentahoRole()
ProxyPentahoRole(String roleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
ProxyPentahoRole
public ProxyPentahoRole()
-
ProxyPentahoRole
public ProxyPentahoRole(String roleName)
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
setName
public void setName(String name)
-
setDescription
public void setDescription(String description)
-
getTenant
public org.pentaho.platform.core.mt.Tenant getTenant()
-
setTenant
public void setTenant(org.pentaho.platform.core.mt.Tenant tenant)
-
-