g-Eclipse
Release 1.0.0

eu.geclipse.info.glue
Class GlueServiceOwner

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

public class GlueServiceOwner
extends AbstractGlueTable
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 GlueIndex glueIndex
           
 GlueService glueService
           
 java.lang.String Owner
           
 
Fields inherited from class eu.geclipse.info.glue.AbstractGlueTable
byRefOnly, displayName, retrievalTime, tableName
 
Constructor Summary
GlueServiceOwner()
           
 
Method Summary
 java.lang.String getID()
           
 void setID(java.lang.String id)
          Set this.Owner
 
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

glueService

public GlueService glueService

Owner

public java.lang.String Owner

glueIndex

public GlueIndex glueIndex
Constructor Detail

GlueServiceOwner

public GlueServiceOwner()
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.Owner

Parameters:
id -

g-Eclipse
Release 1.0.0