g-Eclipse
Release 1.0.0

eu.geclipse.info.glue
Class GlueService

java.lang.Object
  extended by eu.geclipse.info.glue.AbstractGlueTable
      extended by eu.geclipse.info.glue.GlueService
All Implemented Interfaces:
java.io.Serializable

public class GlueService
extends AbstractGlueTable
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String endpoint
           
 java.util.ArrayList<GlueServiceAccessControlRule> glueServiceAccessControlRuleList
           
 java.util.ArrayList<GlueServiceAssociation> glueServiceAssociationList
           
 java.util.ArrayList<GlueServiceData> glueServiceDataList
           
 java.util.ArrayList<GlueService> glueServiceList
           
 java.util.ArrayList<GlueServiceOwner> glueServiceOwnerList
           
 java.util.ArrayList<GlueServiceStatus> glueServiceStatusList
           
 GlueSite glueSite
           
 java.lang.String name
           
 java.lang.String semantics
           
 java.lang.String status
           
 java.lang.String type
           
 java.lang.String uniqueId
           
 java.lang.String uri
           
 java.lang.String version
           
 java.lang.String wsdl
           
 
Fields inherited from class eu.geclipse.info.glue.AbstractGlueTable
byRefOnly, displayName, retrievalTime, tableName
 
Constructor Summary
GlueService()
           
 
Method Summary
 java.lang.String getID()
           
 boolean isSupported()
          Checks if the current service is supported by g-eclipse
 void setID(java.lang.String id)
          Set this.uniqueId
 void setIsSupported()
          Sets whether this service is supported by geclipse.
 
Methods inherited from class eu.geclipse.info.glue.AbstractGlueTable
getDisplayName, getFieldByName, getKey, getRetrievalTime, getVotype, setFieldByName, setKey, setRetrievalTime, setVoType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uniqueId

public java.lang.String uniqueId

name

public java.lang.String name

type

public java.lang.String type

version

public java.lang.String version

endpoint

public java.lang.String endpoint

wsdl

public java.lang.String wsdl

semantics

public java.lang.String semantics

uri

public java.lang.String uri

status

public java.lang.String status

glueSite

public GlueSite glueSite

glueServiceList

public java.util.ArrayList<GlueService> glueServiceList

glueServiceAccessControlRuleList

public java.util.ArrayList<GlueServiceAccessControlRule> glueServiceAccessControlRuleList

glueServiceAssociationList

public java.util.ArrayList<GlueServiceAssociation> glueServiceAssociationList

glueServiceDataList

public java.util.ArrayList<GlueServiceData> glueServiceDataList

glueServiceOwnerList

public java.util.ArrayList<GlueServiceOwner> glueServiceOwnerList

glueServiceStatusList

public java.util.ArrayList<GlueServiceStatus> glueServiceStatusList
Constructor Detail

GlueService

public GlueService()
Method Detail

getID

public java.lang.String getID()
Overrides:
getID in class AbstractGlueTable
Returns:
The unique identified for this Glue entry

setID

public void setID(java.lang.String id)
Set this.uniqueId

Parameters:
id -

isSupported

public boolean isSupported()
Checks if the current service is supported by g-eclipse

Returns:
true if it is supported and false otherwise.

setIsSupported

public void setIsSupported()
Sets whether this service is supported by geclipse.


g-Eclipse
Release 1.0.0