public class ProxyPentahoUser extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ProxyPentahoUser() |
Modifier and Type | Method and 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) |
public String getName()
public String getPassword()
public boolean getEnabled()
public String getDescription()
public void setName(String name)
public void setPassword(String password)
public void setDescription(String description)
public void setEnabled(boolean enabled)
public org.pentaho.platform.core.mt.Tenant getTenant()
public void setTenant(org.pentaho.platform.core.mt.Tenant tenant)