public class Table extends Object implements Serializable, ITable
| Modifier and Type | Field and Description |
|---|---|
String |
dateFormat |
| Constructor and Description |
|---|
Table() |
Table(String name,
ISchemaMeta schemaDoc) |
public String dateFormat
public Table()
public Table(String name, ISchemaMeta schemaDoc)
public void setTableName(String tableName)
setTableName in interface ITablepublic String getTableName()
getTableName in interface ITablepublic TableColumn getColumn(String colname)
public void setMaxProb(double val)
setMaxProb in interface ITablepublic String getSensitivityField()
getSensitivityField in interface ITablepublic String getSystemField()
getSystemField in interface ITablepublic String getKeyField()
getKeyField in interface ITablepublic List<TableColumn> getColumns()
getColumns in interface ITablepublic void setColumns(List<TableColumn> cols)
setColumns in interface ITablepublic void setCandThreshold(int lowThreshold)
setCandThreshold in interface ITablepublic int getCandThreshold()
getCandThreshold in interface ITablepublic void setUseInPaths(boolean boolean1)
setUseInPaths in interface ITablepublic Boolean getUseInPaths()
getUseInPaths in interface ITablepublic int getKeyThreshold()
getKeyThreshold in interface ITablepublic void setKeyThreshold(int val)
setKeyThreshold in interface ITablepublic double getMaxProb()
getMaxProb in interface ITablepublic boolean isDocument()
isDocument in interface ITablepublic void setDocument(boolean isDoc)
setDocument in interface ITablepublic void setHistory(boolean ish)
setHistory in interface ITablepublic ConcurrentHashMap<String,Object> createDefaults()
createDefaults in interface ITablepublic List<String> findLabelFields()
findLabelFields in interface ITablepublic void addColumn(TableColumn col)
public void removeColumn(String name)
removeColumn in interface ITablepublic boolean isInternal()
isInternal in interface ITablepublic void setInternal(boolean intFlag)
setInternal in interface ITablepublic String getDateFormat()
getDateFormat in interface ITablepublic DateTimeFormatter createDateFormatter()
createDateFormatter in interface ITablepublic void setDateFormat(String dateFormat)
setDateFormat in interface ITablepublic void setTableDisplayName(String string)
setTableDisplayName in interface ITablepublic String getTableDisplayName()
getTableDisplayName in interface ITablepublic String getLastUpdatedCol()
getLastUpdatedCol in interface ITablepublic String getBaseType()
getBaseType in interface ITablepublic void setBaseType(String baseType)
setBaseType in interface ITablepublic ArrayList<String> getSequenceFields()
getSequenceFields in interface ITablepublic String getSchemaName()
getSchemaName in interface ITablepublic void setSchemaName(String schemaName)
setSchemaName in interface ITablepublic String getTransmitFormat()
getTransmitFormat in interface ITablepublic void setTransmitFormat(String tmf)
setTransmitFormat in interface ITablepublic String getTransmitDestination()
getTransmitDestination in interface ITablepublic void setTransmitDestination(String td)
setTransmitDestination in interface ITablepublic String getTargetAuthToken()
getTargetAuthToken in interface ITablepublic void setTargetAuthToken(String targetAuthToken)
setTargetAuthToken in interface ITablepublic boolean isRelTable()
isRelTable in interface ITablepublic void setRelTable(boolean tf)
setRelTable in interface ITablepublic void setRestrictedRelationships(boolean set)
setRestrictedRelationships in interface ITablepublic boolean getRestrictedRelationships()
getRestrictedRelationships in interface ITablepublic String getEIDField()
getEIDField in interface ITablepublic Document toDocument()
toDocument in interface ITablepublic List<String> getLabelFields()
getLabelFields in interface ITableCopyright © 2021. All rights reserved.