@MappedSuperclass public abstract class AbstractPositionEntity extends AbstractEntity implements AuthorizableEntity
DEFAULT_ORDER| Constructor and Description |
|---|
AbstractPositionEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBelong() |
OrganizationEntity |
getBelongTo() |
Set<String> |
getRoles() |
void |
setBelongTo(OrganizationEntity belongTo) |
void |
setRoles(Set<String> roles) |
getCreated, getDisplayOrder, getId, getName, getTenant, setCreated, setDisplayOrder, setId, setName, setTenantpublic OrganizationEntity getBelongTo()
public String getBelong()
public Set<String> getRoles()
getRoles in interface AuthorizableEntitypublic void setRoles(Set<String> roles)
setRoles in interface AuthorizableEntitypublic void setBelongTo(OrganizationEntity belongTo)
Copyright © 2018. All rights reserved.