Interface PrivilegeObject
public interface PrivilegeObject
-
Method Summary
Modifier and Type Method Description java.util.List<PrivilegeObject>getChildren()java.lang.StringgetDescriptionKey()org.teamapps.icons.IcongetIcon()intgetId()PrivilegeObjectgetParent()java.lang.StringgetTitleKey()
-
Method Details
-
getId
int getId() -
getIcon
org.teamapps.icons.Icon getIcon() -
getTitleKey
java.lang.String getTitleKey() -
getDescriptionKey
java.lang.String getDescriptionKey() -
getParent
PrivilegeObject getParent() -
getChildren
java.util.List<PrivilegeObject> getChildren()
-