public class UserRole
extends java.lang.Object
| Constructor and Description |
|---|
UserRole() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDbId() |
int |
getRoleTypeId() |
int |
getUserXid() |
void |
setDbId(int dbId) |
void |
setRoleTypeId(int roleTypeId) |
void |
setUserXid(int userXid) |
public int getDbId()
public void setDbId(int dbId)
dbId - the dbId to setpublic int getUserXid()
public void setUserXid(int userXid)
userXid - the userXid to setpublic int getRoleTypeId()
public void setRoleTypeId(int roleTypeId)
roleTypeId - the roleTypeId to set