public static final class Directory.Entry
extends java.lang.Object
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
the location of the entry (an URL)
|
boolean |
isPermitCategories()
indicate if creation of categories by this location is permitted
|
void |
setLocation(java.lang.String location)
the location of the entry (an URL)
|
void |
setPermitCategories(boolean permitCategories)
indicate if creation of categories by this location is permitted
|
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public boolean isPermitCategories()
public void setPermitCategories(boolean permitCategories)