org.broadleafcommerce.security.domain
Class AdminUserRoleXref.AdminUserRoleXrefPK

java.lang.Object
  extended by org.broadleafcommerce.security.domain.AdminUserRoleXref.AdminUserRoleXrefPK
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AdminUserRoleXref

public static class AdminUserRoleXref.AdminUserRoleXrefPK
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AdminUserRoleXref.AdminUserRoleXrefPK()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getAdminRoleId()
           
 java.lang.Long getAdminUserId()
           
 int hashCode()
           
 void setAdminRoleId(java.lang.Long adminRoleId)
           
 void setAdminUserId(java.lang.Long adminUserId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminUserRoleXref.AdminUserRoleXrefPK

public AdminUserRoleXref.AdminUserRoleXrefPK()
Method Detail

getAdminUserId

public java.lang.Long getAdminUserId()

setAdminUserId

public void setAdminUserId(java.lang.Long adminUserId)

getAdminRoleId

public java.lang.Long getAdminRoleId()

setAdminRoleId

public void setAdminRoleId(java.lang.Long adminRoleId)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.