public abstract class AbstractSiteCatalogResource extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
mDepth |
Constructor and Description |
---|
AbstractSiteCatalogResource() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addChildResource(AbstractSiteCatalogResource childResource)
Add child resources to a site catalog resource
|
int |
getDepth() |
Object |
getProperty(int ID)
Returns the property value
|
void |
setDepth(int depth)
Set the depth
|
void |
setProperty(String ID,
Object value)
Sets the property of Site Catalog resource
|
public abstract void addChildResource(AbstractSiteCatalogResource childResource)
childResource
- child resourcepublic void setDepth(int depth)
depth
- public int getDepth()
public void setProperty(String ID, Object value)
ID
- property IDvalue
- property valuepublic Object getProperty(int ID)
ID
- Copyright © 2011 The University of Southern California. All Rights Reserved.