g-Eclipse
Release 1.0.0

eu.geclipse.info.glue
Class GlueSiteSponsor

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

public class GlueSiteSponsor
extends AbstractGlueTable
implements java.io.Serializable

See Also:
Serialized Form

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

glueIndex

public GlueIndex glueIndex

glueSite

public GlueSite glueSite

Sponsor

public java.lang.String Sponsor
Constructor Detail

GlueSiteSponsor

public GlueSiteSponsor()
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.Sponsor

Parameters:
id -

g-Eclipse
Release 1.0.0