g-Eclipse
Release 1.0.0

eu.geclipse.info.glue
Class GlueServiceAssociation

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

public class GlueServiceAssociation
extends AbstractGlueTable
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 GlueService glueService1
           
 GlueService glueService2
           
 java.util.Date MeasurementDate
           
 java.util.Date MeasurementTime
           
 
Fields inherited from class eu.geclipse.info.glue.AbstractGlueTable
byRefOnly, displayName, retrievalTime, tableName
 
Constructor Summary
GlueServiceAssociation()
           
 
Method Summary
 void setID(java.lang.String id)
          Set this.key
 
Methods inherited from class eu.geclipse.info.glue.AbstractGlueTable
getDisplayName, getFieldByName, getID, 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

glueService1

public GlueService glueService1

glueService2

public GlueService glueService2

MeasurementDate

public java.util.Date MeasurementDate

MeasurementTime

public java.util.Date MeasurementTime
Constructor Detail

GlueServiceAssociation

public GlueServiceAssociation()
Method Detail

setID

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

Parameters:
id -

g-Eclipse
Release 1.0.0