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 SummaryConstructors Constructor Description ProxyPentahoRole()ProxyPentahoRole(String roleName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanequals(Object o)StringgetDescription()StringgetName()org.pentaho.platform.core.mt.TenantgetTenant()inthashCode()voidsetDescription(String description)voidsetName(String name)voidsetTenant(org.pentaho.platform.core.mt.Tenant tenant)
 
- 
- 
- 
Constructor Detail- 
ProxyPentahoRolepublic ProxyPentahoRole() 
 - 
ProxyPentahoRolepublic ProxyPentahoRole(String roleName) 
 
- 
 - 
Method Detail- 
getNamepublic String getName() 
 - 
getDescriptionpublic String getDescription() 
 - 
setNamepublic void setName(String name) 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
getTenantpublic org.pentaho.platform.core.mt.Tenant getTenant() 
 - 
setTenantpublic void setTenant(org.pentaho.platform.core.mt.Tenant tenant) 
 
- 
 
-