public abstract class EntityTableMetaData
extends oracle.pgx.common.Self
PgxGraph.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IdType |
getIdType()
Gets the ID type of this entity table.
|
java.lang.String |
getName()
Gets the name of this entity table.
|
int |
hashCode() |
void |
setIdType(IdType idType)
Sets the ID type of this entity table.
|
java.lang.String |
toString() |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic IdType getIdType()
public java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic void setIdType(IdType idType)
public java.lang.String toString()
toString in class java.lang.Object