g-Eclipse
Release 1.0.0

eu.geclipse.info.ui
Class GlueInfoTopTreeCategory

java.lang.Object
  extended by eu.geclipse.info.ui.GlueInfoTopTreeCategory

public class GlueInfoTopTreeCategory
extends java.lang.Object

A category of a GlueInfoTopTreeElement


Constructor Summary
GlueInfoTopTreeCategory()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getGlueObjectName()
          Get the GLUE object name like GlueService or GlueSite
 java.lang.String getObjectTableName()
          Get the glue table name.
 int hashCode()
           
 void setGlueObjectName(java.lang.String glueObjectName)
          Set the GLUE object name.
 void setObjectTableName(java.lang.String objectTableName)
          Set the GLUE object table.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlueInfoTopTreeCategory

public GlueInfoTopTreeCategory()
Method Detail

getGlueObjectName

public java.lang.String getGlueObjectName()
Get the GLUE object name like GlueService or GlueSite

Returns:
a String with the GLUE object name or null

setGlueObjectName

public void setGlueObjectName(java.lang.String glueObjectName)
Set the GLUE object name. Valid glue elements should be used like GlueService or GlueSite

Parameters:
glueObjectName - a String with the GLUE table object name

getObjectTableName

public java.lang.String getObjectTableName()
Get the glue table name. It is used to distinguish entries with the same GLUE object name.

Returns:
A String with the glue table name or null.

setObjectTableName

public void setObjectTableName(java.lang.String objectTableName)
Set the GLUE object table.

Parameters:
objectTableName - A string with the GLUE object table name.

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

g-Eclipse
Release 1.0.0