org.broadleafcommerce.profile.core.domain
Class UserRoleImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.UserRoleImpl
- All Implemented Interfaces:
- java.io.Serializable, UserRole
@Entity
public class UserRoleImpl
- extends java.lang.Object
- implements UserRole
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
user
protected User user
role
protected Role role
UserRoleImpl
public UserRoleImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface UserRole
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface UserRole
getUser
public User getUser()
- Specified by:
getUser in interface UserRole
setUser
public void setUser(User user)
- Specified by:
setUser in interface UserRole
getRole
public Role getRole()
- Specified by:
getRole in interface UserRole
setRole
public void setRole(Role role)
- Specified by:
setRole in interface UserRole
getRoleName
public java.lang.String getRoleName()
- Specified by:
getRoleName in interface UserRole
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.