edu.isi.pegasus.planner.catalog.site.impl.myosg.classes
Class MYOSGSiteVOOwnershipInfo

java.lang.Object
  extended by edu.isi.pegasus.planner.catalog.site.impl.myosg.classes.AbstractSiteCatalogResource
      extended by edu.isi.pegasus.planner.catalog.site.impl.myosg.classes.MYOSGSiteVOOwnershipInfo

public class MYOSGSiteVOOwnershipInfo
extends AbstractSiteCatalogResource

This class extends AbstractSiteCatalogResource and stores MYOSG Site service Information

Author:
prasanth

Field Summary
private  String percent
           
private  String vo
           
private static String VO_OWN_PERCENT_TAG
           
private static String VO_OWN_VO_TAG
           
 
Fields inherited from class edu.isi.pegasus.planner.catalog.site.impl.myosg.classes.AbstractSiteCatalogResource
mDepth
 
Constructor Summary
MYOSGSiteVOOwnershipInfo(int depth)
           
 
Method Summary
 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()
           
 
Methods inherited from class edu.isi.pegasus.planner.catalog.site.impl.myosg.classes.AbstractSiteCatalogResource
getDepth, setDepth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VO_OWN_PERCENT_TAG

private static final String VO_OWN_PERCENT_TAG
See Also:
Constant Field Values

VO_OWN_VO_TAG

private static final String VO_OWN_VO_TAG
See Also:
Constant Field Values

percent

private String percent

vo

private String vo
Constructor Detail

MYOSGSiteVOOwnershipInfo

public MYOSGSiteVOOwnershipInfo(int depth)
Method Detail

getProperty

public Object getProperty(int ID)
Returns the property value

Overrides:
getProperty in class AbstractSiteCatalogResource
Parameters:
ID -
Returns:
property value

setProperty

public void setProperty(String ID,
                        Object value)
Sets the property of Site Catalog resource

Overrides:
setProperty in class AbstractSiteCatalogResource
Parameters:
ID - property ID
value - property value

addChildResource

public void addChildResource(AbstractSiteCatalogResource childResource)
Add child resources to a site catalog resource

Specified by:
addChildResource in class AbstractSiteCatalogResource
Parameters:
childResource - child resource

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 The University of Southern California. All Rights Reserved.