public class MYOSGSiteServiceInfo extends AbstractSiteCatalogResource
Modifier and Type | Field and Description |
---|---|
private static String |
SERVICE_DESCRIPTION_TAG |
private static String |
SERVICE_ID_TAG |
private static String |
SERVICE_NAME_TAG |
private static String |
SERVICE_URI_TAG |
private String |
serviceDescription |
private String |
serviceID |
private String |
serviceName |
private String |
serviceURI |
mDepth
Constructor and Description |
---|
MYOSGSiteServiceInfo(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, setDepth
private static final String SERVICE_ID_TAG
private static final String SERVICE_NAME_TAG
private static final String SERVICE_DESCRIPTION_TAG
private static final String SERVICE_URI_TAG
private String serviceID
private String serviceName
private String serviceDescription
private String serviceURI
public Object getProperty(int ID)
getProperty
in class AbstractSiteCatalogResource
ID
- public void setProperty(String ID, Object value)
setProperty
in class AbstractSiteCatalogResource
ID
- property IDvalue
- property valuepublic void addChildResource(AbstractSiteCatalogResource childResource)
addChildResource
in class AbstractSiteCatalogResource
childResource
- child resourceCopyright © 2011 The University of Southern California. All Rights Reserved.