org.pentaho.platform.engine.security.userroledao.ws
Class ProxyPentahoUser

java.lang.Object
  extended by org.pentaho.platform.engine.security.userroledao.ws.ProxyPentahoUser
All Implemented Interfaces:
Serializable, Cloneable

public class ProxyPentahoUser
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Constructor Summary
ProxyPentahoUser()
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 String getDescription()
           
 boolean getEnabled()
           
 String getName()
           
 String getPassword()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setEnabled(boolean enabled)
           
 void setName(String name)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPentahoUser

public ProxyPentahoUser()
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)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object