public class MYOSGSiteResourceInfo extends AbstractSiteCatalogResource
| Modifier and Type | Field and Description |
|---|---|
private MYOSGSiteEnvironmentInfo |
environmentInfo |
private static String |
RESOURCE_DESCRIPTION_TAG |
private static String |
RESOURCE_ID_TAG |
private static String |
RESOURCE_NAME_TAG |
private String |
resourceDescription |
private String |
resourceID |
private String |
resourceName |
private List<MYOSGSiteServiceInfo> |
serviceList |
private MYOSGSiteVOOwnershipInfo |
VOOwnershipInfo |
mDepth| Constructor and Description |
|---|
MYOSGSiteResourceInfo(int depth) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildResource(AbstractSiteCatalogResource childResource)
Add child resources to a site catalog resource
|
Object |
getProperty(int ID)
Returns the property value
|
void |
setProperty(String ID,
Object value)
Sets the property of Site Catalog resource
|
String |
toString() |
getDepth, setDepthprivate static final String RESOURCE_ID_TAG
private static final String RESOURCE_NAME_TAG
private static final String RESOURCE_DESCRIPTION_TAG
private String resourceID
private String resourceName
private String resourceDescription
private List<MYOSGSiteServiceInfo> serviceList
private MYOSGSiteEnvironmentInfo environmentInfo
private MYOSGSiteVOOwnershipInfo VOOwnershipInfo
public Object getProperty(int ID)
getProperty in class AbstractSiteCatalogResourceID - public void setProperty(String ID, Object value)
setProperty in class AbstractSiteCatalogResourceID - property IDvalue - property valuepublic void addChildResource(AbstractSiteCatalogResource childResource)
addChildResource in class AbstractSiteCatalogResourcechildResource - child resourceCopyright © 2011 The University of Southern California. All Rights Reserved.