org.pentaho.platform.engine.security.userroledao
Class PentahoUserRoleMapping.Id

java.lang.Object
  extended by org.pentaho.platform.engine.security.userroledao.PentahoUserRoleMapping.Id
All Implemented Interfaces:
Serializable
Enclosing class:
PentahoUserRoleMapping

public static class PentahoUserRoleMapping.Id
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PentahoUserRoleMapping.Id()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getRole()
           
 String getUser()
           
 int hashCode()
           
 void setRole(String role)
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoUserRoleMapping.Id

public PentahoUserRoleMapping.Id()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getUser

public String getUser()

getRole

public String getRole()

setUser

public void setUser(String user)

setRole

public void setRole(String role)