Package com.im.commons.db.ddl.tablesets
Class JChemCartridgeAbstractTableSetInfo
- java.lang.Object
-
- com.im.commons.db.ddl.tablesets.TableSetInfo
-
- com.im.commons.db.ddl.tablesets.AbstractJChemTableSetInfo
-
- com.im.commons.db.ddl.tablesets.JChemCartridgeAbstractTableSetInfo
-
- All Implemented Interfaces:
AbstractInfo
,java.io.Serializable
- Direct Known Subclasses:
JChemCartridgeJChemBaseTableSetInfo
,JChemCartridgeStandardTableSetInfo
public abstract class JChemCartridgeAbstractTableSetInfo extends AbstractJChemTableSetInfo
Abstract base class of a TableSetInfo for a JChem cartridge table- Author:
- Martin Adamek
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
indexName
-
Fields inherited from class com.im.commons.db.ddl.tablesets.AbstractJChemTableSetInfo
absoluteStereo, numberOfEdges, numberOfInts, numberOfOnes, propertyTable, standardizerConfig, structureColumnName, tableType, tableVersion, tautomerDuplicateChecking
-
Fields inherited from class com.im.commons.db.ddl.tablesets.TableSetInfo
tableInfos
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JChemCartridgeAbstractTableSetInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildToString(java.lang.StringBuilder builder)
java.lang.String
getIndexName()
-
Methods inherited from class com.im.commons.db.ddl.tablesets.AbstractJChemTableSetInfo
getChemicalTermsDefinitionForColumn, getChemicalTermsDefinitions, getJChemTableIndex, getJChemTableInfo, getJChemTableInfoFull, getNumberOfEdges, getNumberOfInts, getNumberOfOnes, getPropertyNamePrefixForJChemBaseTableInPropertyTable, getPropertyTable, getStandardizerConfig, getStructureColumnName, getTableType, getTableVersion, isAbsoluteStereo, isTautomerDuplicateChecking, setAbsoluteStereo, setTautomerDuplicateChecking
-
Methods inherited from class com.im.commons.db.ddl.tablesets.TableSetInfo
addToModel, clone, getJoins, getTableInfos, getTableNames, getType, removeFromModel, schemaPlusTable, toString, updateLazyTableInfos, updateTableInfos, updateTableInfosRemoveProxies
-
-
-
-
Method Detail
-
getIndexName
public java.lang.String getIndexName()
-
buildToString
protected void buildToString(java.lang.StringBuilder builder)
- Overrides:
buildToString
in classAbstractJChemTableSetInfo
-
-