org.jboss.test.hibernate.model
Class UserRole
java.lang.Object
org.jboss.test.hibernate.model.UserRole
- All Implemented Interfaces:
- java.io.Serializable
- public class UserRole
- extends java.lang.Object
- implements java.io.Serializable
Association class for the many-to-many assocition from User to Role.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserRole
public UserRole(User (src) user,
Role (src) role)
getRole
public Role (src) getRole()
setRole
public void setRole(Role (src) role)
getTimeOfCreation
public java.util.Calendar getTimeOfCreation()
setTimeOfCreation
public void setTimeOfCreation(java.util.Calendar timeOfCreation)
getUser
public User (src) getUser()
setUser
public void setUser(User (src) user)