org.smartcomps.twister.util.user.priv
Class RoleImpl

java.lang.Object
  |
  +--org.smartcomps.twister.util.user.priv.RoleImpl

public class RoleImpl
extends java.lang.Object


Constructor Summary
RoleImpl()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getRolename()
           
 org.smartcomps.twister.util.user.priv.UserImpl getUser()
           
 void setId(java.lang.Long id)
           
 void setRolename(java.lang.String rolename)
           
 void setUser(org.smartcomps.twister.util.user.priv.UserImpl user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleImpl

public RoleImpl()
Method Detail

getRolename

public java.lang.String getRolename()

setRolename

public void setRolename(java.lang.String rolename)

getUser

public org.smartcomps.twister.util.user.priv.UserImpl getUser()

setUser

public void setUser(org.smartcomps.twister.util.user.priv.UserImpl user)

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)


Copyright © 2003 SmartComps. All Rights Reserved.