Groovy Documentation

com.ace.mws.auth
[Groovy] Class UserRole

java.lang.Object
  com.ace.mws.auth.UserRole

class UserRole

Field Summary
private Long id

private Role role

private static long serialVersionUID

private User user

 
Constructor Summary
UserRole()

 
Method Summary
Long getId()

Role getRole()

User getUser()

void setId(Long id)

void setRole(Role role)

void setUser(User user)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

id

private Long id


role

private Role role


serialVersionUID

private static final long serialVersionUID


user

private User user


 
Constructor Detail

UserRole

UserRole()


 
Method Detail

getId

Long getId()


getRole

Role getRole()


getUser

User getUser()


setId

void setId(Long id)


setRole

void setRole(Role role)


setUser

void setUser(User user)


toString

String toString()


 

Groovy Documentation