public static class IAclManager.AcePropertyDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected List<IAclManager.AcePropertyDescriptor> |
children |
protected String |
displayName |
protected String |
name |
protected IAclManager.AcePropertyDescriptor |
parent |
protected IURI |
uri |
Constructor and Description |
---|
AcePropertyDescriptor() |
Modifier and Type | Method and Description |
---|---|
List<IAclManager.AcePropertyDescriptor> |
getChildren() |
String |
getDisplayName() |
String |
getName() |
IAclManager.AcePropertyDescriptor |
getParent() |
IURI |
getUri() |
boolean |
isAllowValue() |
void |
setAllowValue(boolean allowValue) |
void |
setChildren(List<IAclManager.AcePropertyDescriptor> children) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setParent(IAclManager.AcePropertyDescriptor parent) |
void |
setUri(IURI uri) |
protected String name
protected String displayName
protected IAclManager.AcePropertyDescriptor parent
protected List<IAclManager.AcePropertyDescriptor> children
protected IURI uri
public String getName()
public void setName(String name)
public List<IAclManager.AcePropertyDescriptor> getChildren()
public void setChildren(List<IAclManager.AcePropertyDescriptor> children)
public boolean isAllowValue()
public void setAllowValue(boolean allowValue)
public String getDisplayName()
public void setDisplayName(String displayName)
public IAclManager.AcePropertyDescriptor getParent()
public void setParent(IAclManager.AcePropertyDescriptor parent)
public IURI getUri()
public void setUri(IURI uri)