@Entity public class SecurityRoleFunctionEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
SecurityRoleFunctionEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
SecurityFunctionEntity |
getSecurityFunction() |
SecurityRoleEntity |
getSecurityRole() |
void |
setId(Long id) |
void |
setSecurityFunction(SecurityFunctionEntity securityFunction) |
void |
setSecurityRole(SecurityRoleEntity securityRole) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Long getId()
public void setId(Long id)
public SecurityRoleEntity getSecurityRole()
public void setSecurityRole(SecurityRoleEntity securityRole)
public SecurityFunctionEntity getSecurityFunction()
public void setSecurityFunction(SecurityFunctionEntity securityFunction)
Copyright © 2021. All rights reserved.