public abstract class Authority extends Named
Constructor and Description |
---|
Authority(java.lang.String number,
java.lang.String label,
java.lang.String scope)
Create the authority
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
Module |
getModule() |
java.lang.String |
getScope() |
void |
setParentModule(Module module) |
changeName, cleanName, equals, getName
public Authority(java.lang.String number, java.lang.String label, java.lang.String scope)
name
- unique id of the authoritylabel
- name of the authority in plain nice short textscope
- up to 5 lines explanation of what the authority is doingpublic java.lang.String getLabel()
public java.lang.String getScope()
public void setParentModule(Module module)
module
- set the parent modulepublic Module getModule()