public abstract class EntityProviderMetaData
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.util.Set<java.lang.String> |
getLabels()
Returns the list of provider labels ("type labels").
|
java.lang.String |
getName()
Gets the name of this entity table.
|
java.util.List<PropertyMetaData> |
getProperties()
Returns a list containing the metadata for the properties associated to this provider.
|
int |
hashCode() |
void |
setIdType(IdType idType)
Sets the ID type of this entity table.
|
void |
setProperties(java.util.List<PropertyMetaData> properties) |
java.lang.String |
toString() |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public IdType getIdType()
public java.util.Set<java.lang.String> getLabels()
public java.lang.String getName()
public java.util.List<PropertyMetaData> getProperties()
public int hashCode()
hashCode
in class java.lang.Object
public void setIdType(IdType idType)
public void setProperties(java.util.List<PropertyMetaData> properties)
public java.lang.String toString()
toString
in class java.lang.Object