@Label(value="SecurityRole")
public interface SecurityRoleDescriptor
extends com.buschmais.jqassistant.core.store.api.model.Descriptor
Modifier and Type | Method and Description |
---|---|
List<DescriptionDescriptor> |
getDescriptions() |
RoleNameDescriptor |
getRoleName() |
void |
setRoleName(RoleNameDescriptor roleName) |
@Relation(value="HAS_DESCRIPTION") List<DescriptionDescriptor> getDescriptions()
@Relation(value="HAS_ROLE_NAME") RoleNameDescriptor getRoleName()
void setRoleName(RoleNameDescriptor roleName)
Copyright © 2016 buschmais GbR. All rights reserved.