org.gcube.common.core.resources
Class GCUBEExternalRunningInstance

java.lang.Object
  extended by org.gcube.common.core.resources.GCUBEResource
      extended by org.gcube.common.core.resources.GCUBEExternalRunningInstance
Direct Known Subclasses:
KGCUBEExternalRunningInstance

public abstract class GCUBEExternalRunningInstance
extends GCUBEResource

Author:
Andrea Manzi (ISTI-CNR)

Nested Class Summary
static class GCUBEExternalRunningInstance.RunningInstanceInterface
           
 
Nested classes/interfaces inherited from class org.gcube.common.core.resources.GCUBEResource
GCUBEResource.AddScopeEvent, GCUBEResource.InvalidScopeException, GCUBEResource.RemoveScopeEvent, GCUBEResource.ResourceConsumer, GCUBEResource.ResourceEvent<PAYLOAD>, GCUBEResource.ResourceTopic
 
Field Summary
static String TYPE
          The type of the resource.
 
Fields inherited from class org.gcube.common.core.resources.GCUBEResource
eventProducer, logger, resourceVersion, type
 
Constructor Summary
GCUBEExternalRunningInstance()
           
 
Method Summary
 boolean equals(Object obj)
           
 ArrayList<GCUBEExternalRunningInstance.RunningInstanceInterface> getAccesspoint()
           
 String getDescription()
           
 String getSpecificData()
           
 void setAccesspoint(ArrayList<GCUBEExternalRunningInstance.RunningInstanceInterface> accesspoint)
           
 void setDescription(String description)
           
 void setSpecificData(String specificData)
           
 
Methods inherited from class org.gcube.common.core.resources.GCUBEResource
addScope, getID, getLastResourceVersion, getResourceVersion, getScopes, getType, inScope, load, removeScope, setID, setLogger, setResourceVersion, store, subscribeResourceEvents, validateAddScopes, validateRemoveScopes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
The type of the resource.

See Also:
Constant Field Values
Constructor Detail

GCUBEExternalRunningInstance

public GCUBEExternalRunningInstance()
Method Detail

getAccesspoint

public ArrayList<GCUBEExternalRunningInstance.RunningInstanceInterface> getAccesspoint()

setAccesspoint

public void setAccesspoint(ArrayList<GCUBEExternalRunningInstance.RunningInstanceInterface> accesspoint)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSpecificData

public String getSpecificData()

setSpecificData

public void setSpecificData(String specificData)

equals

public boolean equals(Object obj)
Overrides:
equals in class GCUBEResource


Copyright © 2013. All Rights Reserved.