public class AuthorityDto extends BaseDto
| Constructor and Description |
|---|
AuthorityDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
Set<AuthorityDto> |
getChildren() |
String |
getName() |
void |
setCaption(String caption) |
void |
setChildren(Set<AuthorityDto> children) |
void |
setName(String name) |
String |
toString() |
equals, getId, getVersion, hashCode, isNew, setId, setVersionpublic String getName()
public void setName(String name)
public String getCaption()
public void setCaption(String caption)
public Set<AuthorityDto> getChildren()
public void setChildren(Set<AuthorityDto> children)
Copyright © 2019 Glasnost. All rights reserved.