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

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

public class ProxyPentahoRole
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Constructor Summary
ProxyPentahoRole()
           
ProxyPentahoRole(String roleName)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPentahoRole

public ProxyPentahoRole()

ProxyPentahoRole

public ProxyPentahoRole(String roleName)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

setName

public void setName(String name)

setDescription

public void setDescription(String description)

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