Class ProxyPentahoUser
java.lang.Object
org.pentaho.platform.security.userroledao.ws.ProxyPentahoUser
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanbooleangetName()org.pentaho.platform.core.mt.TenantinthashCode()voidsetDescription(String description) voidsetEnabled(boolean enabled) voidvoidsetPassword(String password) voidsetTenant(org.pentaho.platform.core.mt.Tenant tenant)
-
Constructor Details
-
ProxyPentahoUser
public ProxyPentahoUser()
-
-
Method Details
-
getName
-
getPassword
-
getEnabled
public boolean getEnabled() -
getDescription
-
setName
-
setPassword
-
setDescription
-
setEnabled
public void setEnabled(boolean enabled) -
equals
-
hashCode
public int hashCode() -
clone
-
getTenant
public org.pentaho.platform.core.mt.Tenant getTenant() -
setTenant
public void setTenant(org.pentaho.platform.core.mt.Tenant tenant)
-