g-Eclipse
Release 1.0.0

eu.geclipse.info.glue
Class GlueLocation

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

public class GlueLocation
extends AbstractGlueTable

See Also:
Serialized Form

Field Summary
 java.lang.String locationPath
           
 java.lang.String name
           
 java.lang.String schemaVersionMajor
           
 java.lang.String schemaVersionMinor
           
 GlueSubCluster subCluster
           
 java.lang.String UniqueID
           
 java.lang.String version
           
 
Fields inherited from class eu.geclipse.info.glue.AbstractGlueTable
byRefOnly, displayName, retrievalTime, tableName
 
Constructor Summary
GlueLocation()
           
 
Method Summary
 java.lang.String getID()
           
 void setID(java.lang.String id)
          Set this.name
 
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

UniqueID

public java.lang.String UniqueID

schemaVersionMinor

public java.lang.String schemaVersionMinor

version

public java.lang.String version

name

public java.lang.String name

locationPath

public java.lang.String locationPath

schemaVersionMajor

public java.lang.String schemaVersionMajor

subCluster

public GlueSubCluster subCluster
Constructor Detail

GlueLocation

public GlueLocation()
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.name

Parameters:
id -

g-Eclipse
Release 1.0.0