Class RelationalTableMeasurement
java.lang.Object
org.odpi.openmetadata.frameworks.surveyaction.measurements.RelationalTableMeasurement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
long
int
hashCode()
void
setColumnCount
(long columnCount) void
setTableName
(String tableName) void
setTableQualifiedName
(String tableQualifiedName) void
setTableSize
(long tableSize) void
setTableType
(String tableType) toString()
-
Constructor Details
-
RelationalTableMeasurement
public RelationalTableMeasurement()
-
-
Method Details
-
getTableName
-
setTableName
-
getTableQualifiedName
-
setTableQualifiedName
-
getTableSize
public long getTableSize() -
setTableSize
public void setTableSize(long tableSize) -
getTableType
-
setTableType
-
getColumnCount
public long getColumnCount() -
setColumnCount
public void setColumnCount(long columnCount) -
toString
-
equals
-
hashCode
public int hashCode()
-