Class ProxyPentahoUser
- java.lang.Object
-
- org.pentaho.platform.security.userroledao.ws.ProxyPentahoUser
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ProxyPentahoUser extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyPentahoUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
boolean
equals(Object o)
String
getDescription()
boolean
getEnabled()
String
getName()
String
getPassword()
org.pentaho.platform.core.mt.Tenant
getTenant()
int
hashCode()
void
setDescription(String description)
void
setEnabled(boolean enabled)
void
setName(String name)
void
setPassword(String password)
void
setTenant(org.pentaho.platform.core.mt.Tenant tenant)
-
-
-
Method Detail
-
getName
public String getName()
-
getPassword
public String getPassword()
-
getEnabled
public boolean getEnabled()
-
getDescription
public String getDescription()
-
setName
public void setName(String name)
-
setPassword
public void setPassword(String password)
-
setDescription
public void setDescription(String description)
-
setEnabled
public void setEnabled(boolean enabled)
-
getTenant
public org.pentaho.platform.core.mt.Tenant getTenant()
-
setTenant
public void setTenant(org.pentaho.platform.core.mt.Tenant tenant)
-
-