public interface ITable
void init()
void setTableName(String tableName)
String getTableName()
TableColumn getColumn(String colname)
void setMaxProb(double val)
String getSensitivityField()
String getSystemField()
String getKeyField()
List<TableColumn> getColumns()
void setColumns(List<TableColumn> cols)
void setCandThreshold(int lowThreshold)
int getCandThreshold()
void setUseInPaths(boolean boolean1)
Boolean getUseInPaths()
int getKeyThreshold()
void setKeyThreshold(int val)
double getMaxProb()
boolean isDocument()
void setDocument(boolean isDoc)
boolean isHistory()
void setHistory(boolean ish)
void setIcon(String iconName)
String getIcon()
ConcurrentHashMap<String,Object> createDefaults()
void removeColumn(String name)
boolean isInternal()
void setInternal(boolean intFlag)
String getDateFormat()
DateTimeFormatter createDateFormatter()
void setDateFormat(String dateFormat)
void setTableDisplayName(String string)
String getTableDisplayName()
String getLastUpdatedCol()
String getBaseType()
void setBaseType(String baseType)
String getSchemaName()
void setSchemaName(String schemaName)
String getTransmitFormat()
void setTransmitFormat(String tmf)
String getTransmitDestination()
void setTransmitDestination(String td)
boolean isTarget()
void setTarget(boolean ist)
String getTargetAuthToken()
void setTargetAuthToken(String targetAuthToken)
boolean isRelTable()
void setRelTable(boolean tf)
void setRestrictedRelationships(boolean set)
boolean getRestrictedRelationships()
String getEIDField()
void addColumn(TableColumn col)
Document toDocument()
Copyright © 2021. All rights reserved.