eu.geclipse.info.glue
Class GlueService
java.lang.Object
eu.geclipse.info.glue.AbstractGlueTable
eu.geclipse.info.glue.GlueService
- All Implemented Interfaces:
- java.io.Serializable
public class GlueService
- extends AbstractGlueTable
- implements java.io.Serializable
- See Also:
- Serialized Form
|
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GlueService
public GlueService()
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.