|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.info.glue.AbstractGlueTable
public abstract class AbstractGlueTable
| Field Summary | |
|---|---|
boolean |
byRefOnly
|
java.lang.String |
displayName
The name that will be shown on the tree in the glue info view. |
java.lang.String |
retrievalTime
The date and time that this object was retrieved and stored |
java.lang.String |
tableName
|
| Constructor Summary | |
|---|---|
AbstractGlueTable()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
java.lang.Object |
getFieldByName(java.lang.String fieldName)
|
java.lang.String |
getID()
|
java.lang.String |
getKey()
Get the key |
java.lang.String |
getRetrievalTime()
|
java.lang.String |
getVotype()
Get the type of the vo that this glue table belongs to. |
java.lang.Object |
setFieldByName(java.lang.String fieldName,
java.lang.Object value)
Update the value of an attribute of the Glue object. |
void |
setKey(java.lang.String key)
Set the key |
void |
setRetrievalTime(java.lang.String retrievalTime)
|
void |
setVoType(java.lang.String voType)
Set the type of the vo that this glue table belongs to. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String tableName
public java.lang.String displayName
public boolean byRefOnly
public java.lang.String retrievalTime
| Constructor Detail |
|---|
public AbstractGlueTable()
| Method Detail |
|---|
public void setVoType(java.lang.String voType)
voType - a string of the VO type, like gria or glitepublic java.lang.String getVotype()
public java.lang.String getID()
public java.lang.String getDisplayName()
public java.lang.Object setFieldByName(java.lang.String fieldName,
java.lang.Object value)
throws java.lang.RuntimeException,
java.lang.IllegalAccessException
fieldName - the name of the field to modifyvalue -
java.lang.RuntimeException
java.lang.IllegalAccessException
public java.lang.Object getFieldByName(java.lang.String fieldName)
throws java.lang.RuntimeException,
java.lang.IllegalAccessException,
java.lang.NoSuchFieldException
fieldName - the name of the field to return
java.lang.RuntimeException
java.lang.IllegalAccessException
java.lang.NoSuchFieldExceptionpublic void setKey(java.lang.String key)
key - public java.lang.String getKey()
public java.lang.String getRetrievalTime()
public void setRetrievalTime(java.lang.String retrievalTime)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||