g-Eclipse
Release 1.0.0

eu.geclipse.info.glue
Class GlueCESEBind

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

public class GlueCESEBind
extends AbstractGlueTable
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String Accesspoint
           
 GlueIndex glueIndex
           
 java.lang.String MountInfo
           
 java.lang.Long Weight
           
 
Fields inherited from class eu.geclipse.info.glue.AbstractGlueTable
byRefOnly, displayName, retrievalTime, tableName
 
Constructor Summary
GlueCESEBind()
           
 
Method Summary
 void processGlueRecord(javax.naming.directory.Attributes attributes)
          Fills tha values of a GlueCESEBind
 void setID(java.lang.String id)
          Set the unique id
 
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

Accesspoint

public java.lang.String Accesspoint

MountInfo

public java.lang.String MountInfo

Weight

public java.lang.Long Weight

glueIndex

public GlueIndex glueIndex
Constructor Detail

GlueCESEBind

public GlueCESEBind()
Method Detail

setID

public void setID(java.lang.String id)
Set the unique id

Parameters:
id -

processGlueRecord

public void processGlueRecord(javax.naming.directory.Attributes attributes)
Fills tha values of a GlueCESEBind

Parameters:
attributes - the attributes to process

g-Eclipse
Release 1.0.0