org.gcube.vremanagement.vremodeler.resources
Class RuntimeResources

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

public class RuntimeResources
extends ResourceDefinition<RuntimeResource>

See Also:
Serialized Form

Constructor Summary
RuntimeResources()
           
 
Method Summary
 String getCategory()
           
 String getName()
           
 List<RuntimeResource> getResources()
           
 void setCategory(String category)
           
 void setName(String name)
           
 
Methods inherited from class org.gcube.vremanagement.vremodeler.resources.ResourceDefinition
equals, getDescription, getId, getMaxSelectable, getMinSelectable, hashCode, setDescription, setId, setMaxSelectable, setMinSelectable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeResources

public RuntimeResources()
                 throws Exception
Throws:
Exception
Method Detail

getName

public String getName()

getCategory

public String getCategory()

setName

public void setName(String name)

setCategory

public void setCategory(String category)

getResources

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


Copyright © 2013. All Rights Reserved.