Package io.jmix.samples.rest.entity.sec
Class UserRole
java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.sec.UserRole
Link between users and roles.
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class io.jmix.samples.rest.entity.StandardEntity
getCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getId, getUpdatedBy, getUpdateTs, getVersion, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setId, setUpdatedBy, setUpdateTs, setVersion 
- 
Constructor Details
- 
UserRole
public UserRole() 
 - 
 - 
Method Details
- 
getUser
 - 
setUser
 - 
getRole
 - 
setRole
 - 
getRoleName
 - 
setRoleName
 
 -