org.gcube.common.core.resources
Class GCUBECS

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

public abstract class GCUBECS
extends GCUBEResource

Author:
Andrea Manzi (ISTI-CNR)

Nested Class Summary
 
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
GCUBECS()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBPEL()
           
 Calendar getCreationTime()
           
 String getCreator()
           
 String getDescription()
           
 String getOsiris()
           
 String getProcessName()
           
 String getWSDL()
           
 boolean isBase64()
           
 void setBase64(boolean base64)
           
 void setBPEL(String bpel)
           
 void setCreationTime(Calendar creationTime)
           
 void setCreator(String creator)
           
 void setDescription(String description)
           
 void setOsiris(String osiris)
           
 void setProcessName(String processName)
           
 void setWSDL(String wsdl)
           
 
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

GCUBECS

public GCUBECS()
Method Detail

isBase64

public boolean isBase64()

setBase64

public void setBase64(boolean base64)

getBPEL

public String getBPEL()

setBPEL

public void setBPEL(String bpel)

getCreationTime

public Calendar getCreationTime()

setCreationTime

public void setCreationTime(Calendar creationTime)

getCreator

public String getCreator()

setCreator

public void setCreator(String creator)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getOsiris

public String getOsiris()

setOsiris

public void setOsiris(String osiris)

getProcessName

public String getProcessName()

setProcessName

public void setProcessName(String processName)

getWSDL

public String getWSDL()

setWSDL

public void setWSDL(String wsdl)

equals

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


Copyright © 2012. All Rights Reserved.