|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.catalog.site.impl.myosg.classes.AbstractSiteCatalogResource
public abstract class AbstractSiteCatalogResource
This class defines a AbstractSiteCatalogResoure type.
| Field Summary | |
|---|---|
protected int |
mDepth
|
| Constructor Summary | |
|---|---|
AbstractSiteCatalogResource()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int mDepth
| Constructor Detail |
|---|
public AbstractSiteCatalogResource()
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||