@Entity public class Authority extends BaseEntity
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Authority authority) |
String |
getCaption() |
Set<Authority> |
getChildren() |
String |
getName() |
void |
setCaption(String caption) |
void |
setChildren(Set<Authority> children) |
void |
setName(String name) |
String |
toString() |
equals, getId, getVersion, hashCode, isNew, setId, setVersionpublic Authority()
public Authority(String name)
Copyright © 2016 Glasnost. All rights reserved.