Class NewWSEntityNTO

  • All Implemented Interfaces:
    com.im.df.api.support.DFNewTypeOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.EntityOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBEntity, com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem, PropertyChangeListener, EventListener

    public final class NewWSEntityNTO
    extends com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
    • Field Summary

      • Fields inherited from class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO

        PROP_VALUE_GENERATOR_OPTIONS
      • Fields inherited from interface com.im.df.api.support.DFNewTypeOptions

        PROP_ERROR_MESSAGE, PROP_VALID
      • Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions

        PROP_TABLE_NAME
      • Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

        PROP_DESCRIPTION, PROP_NEW_DFITEM_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      NewWSEntityNTO​(com.chemaxon.dif.db.api.entity.DBEntitiesContainer dBEntitiesContainer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getConfig()  
      String getIdColumnName()  
      com.chemaxon.ijc.db.dao.data.generators.DFValueGenerator.Factory[] getValueGeneratorFactories()  
      void setConfig​(String config)  
      • Methods inherited from class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO

        assignDefaultValueGenerator, getTableName, getValueGeneratorOptions, isCreatedByImport, notifyNewDFItemNameChanged, notifyTableNameChanged, propertyChange, setCreatedByImport, setTableName, setValueGeneratorOptions, updateStatus
      • Methods inherited from class com.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNTO

        getDBSchema, getSchema, getSchemaImpl
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.SingleDFItemNTO

        getDescription, getNewDFItemName, getParentContainer, normalizeDFItemName, setDescription, setNewDFItemName, setNewDFItemNameSafe
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.AbstractNTOImpl

        addPropertyChangeListener, firePropertyChange, getErrorMessage, isValid, removePropertyChangeListener, setErrorMessage, setValid
      • Methods inherited from interface com.im.df.api.support.DFNewTypeOptions

        addPropertyChangeListener, getErrorMessage, isValid, removePropertyChangeListener
      • Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

        getDescription, getNewDFItemName, setDescription, setNewDFItemName, setNewDFItemNameSafe
    • Constructor Detail

      • NewWSEntityNTO

        public NewWSEntityNTO​(com.chemaxon.dif.db.api.entity.DBEntitiesContainer dBEntitiesContainer)
    • Method Detail

      • getValueGeneratorFactories

        public com.chemaxon.ijc.db.dao.data.generators.DFValueGenerator.Factory[] getValueGeneratorFactories()
        Overrides:
        getValueGeneratorFactories in class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
      • getIdColumnName

        public String getIdColumnName()
        Specified by:
        getIdColumnName in class com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
      • getConfig

        public String getConfig()
      • setConfig

        public void setConfig​(String config)