Package com.chemaxon.dif.ws.impl.entity
Class NewWSEntityNTO
- java.lang.Object
-
- com.chemaxon.dif.db.api.item.newtype.AbstractNTOImpl
-
- com.chemaxon.dif.db.api.item.newtype.SingleDFItemNTO
-
- com.chemaxon.dif.db.api.entity.newtype.DBEntityAbstractNTO
-
- com.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
-
- com.chemaxon.dif.ws.impl.entity.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
-
-
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getValueGeneratorFactories
public com.chemaxon.ijc.db.dao.data.generators.DFValueGenerator.Factory[] getValueGeneratorFactories()
- Overrides:
getValueGeneratorFactories
in classcom.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
-
getIdColumnName
public String getIdColumnName()
- Specified by:
getIdColumnName
in classcom.chemaxon.dif.db.api.entity.newtype.DBNewEntityAbstractNTO
-
getConfig
public String getConfig()
-
setConfig
public void setConfig(String config)
-
-