public class PermissionDescriptor extends AbstractDescriptor
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected RestrictionDescriptor |
restriction |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
RestrictionDescriptor |
getRestriction() |
protected void |
init(Element permission) |
void |
setName(String name) |
void |
setRestriction(RestrictionDescriptor restriction) |
void |
writeXML(PrintWriter out,
int indent) |
asXML, getEntityId, getId, getParent, hasId, setEntityId, setId, setParent
protected RestrictionDescriptor restriction
protected String name
public void setName(String name)
public String getName()
public void setRestriction(RestrictionDescriptor restriction)
public RestrictionDescriptor getRestriction()
public void writeXML(PrintWriter out, int indent)
protected void init(Element permission)
Copyright © 2021 catworkx GmbH. All rights reserved.