public class LegacyUserRole
extends java.lang.Object
Constructor and Description |
---|
LegacyUserRole() |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
int |
getLocationId() |
java.lang.String |
getLocationType() |
int |
getRoleId() |
java.lang.String |
getType() |
int |
getUserId() |
void |
setId(int newId) |
void |
setLocationId(int newLocationId) |
void |
setLocationType(java.lang.String newLocationType) |
void |
setRoleId(int newRoleId) |
void |
setType(java.lang.String newType) |
void |
setUserId(int newUserId) |
public void setId(int newId)
public int getId()
public void setRoleId(int newRoleId)
public int getRoleId()
public int getUserId()
public void setUserId(int newUserId)
public int getLocationId()
public void setLocationId(int newLocationId)
public void setType(java.lang.String newType)
public java.lang.String getType()
public void setLocationType(java.lang.String newLocationType)
public java.lang.String getLocationType()