org.gcube.vremanagement.vremodeler.resources
Class GenericResources

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.resources.ResourceDefinition<GenericResource>
      extended by org.gcube.vremanagement.vremodeler.resources.GenericResources
All Implemented Interfaces:
Serializable

public class GenericResources
extends ResourceDefinition<GenericResource>

See Also:
Serialized Form

Constructor Summary
GenericResources()
           
 
Method Summary
 String getName()
           
 List<GenericResource> getResources()
           
 String getSecondaryType()
           
 String getXpathToVerify()
           
 void setName(String name)
           
 void setSecondaryType(String secondaryType)
           
 void setXpathToVerify(String xpathToVerify)
           
 
Methods inherited from class org.gcube.vremanagement.vremodeler.resources.ResourceDefinition
equals, getDescription, getId, hashCode, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericResources

public GenericResources()
                 throws Exception
Throws:
Exception
Method Detail

getName

public String getName()

setName

public void setName(String name)

getXpathToVerify

public String getXpathToVerify()

setXpathToVerify

public void setXpathToVerify(String xpathToVerify)

getSecondaryType

public String getSecondaryType()

setSecondaryType

public void setSecondaryType(String secondaryType)

getResources

public List<GenericResource> getResources()
                                   throws Exception
Specified by:
getResources in class ResourceDefinition<GenericResource>
Throws:
Exception


Copyright © 2013. All Rights Reserved.