Package io.jmix.bpm.entity
Class UserGroupRole
java.lang.Object
io.jmix.bpm.entity.UserGroupRole
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()voidsetCreatedBy(String createdBy) voidsetCreatedDate(Date createdDate) voidsetDeletedBy(String deletedBy) voidsetDeletedDate(Date deletedDate) voidvoidsetLastModifiedBy(String lastModifiedBy) voidsetLastModifiedDate(Date lastModifiedDate) voidsetRoleCode(String roleCode) voidsetSysTenantId(String sysTenantId) voidsetUserGroup(UserGroup userGroup) voidsetVersion(Integer version) 
- 
Field Details- 
id
- 
userGroup
- 
roleCode
- 
version
- 
createdBy
- 
createdDate
- 
lastModifiedBy
- 
lastModifiedDate
- 
deletedBy
- 
deletedDate
 
- 
- 
Constructor Details- 
UserGroupRolepublic UserGroupRole()
 
- 
- 
Method Details- 
getRoleCode
- 
setRoleCode
- 
getUserGroup
- 
setUserGroup
- 
getDeletedDate
- 
setDeletedDate
- 
getDeletedBy
- 
setDeletedBy
- 
getLastModifiedDate
- 
setLastModifiedDate
- 
getLastModifiedBy
- 
setLastModifiedBy
- 
getCreatedDate
- 
setCreatedDate
- 
getCreatedBy
- 
setCreatedBy
- 
getVersion
- 
setVersion
- 
getId
- 
setId
- 
getSysTenantId
- 
setSysTenantId
 
-