public class IdentityColumnProperties extends AbstractIncrementer implements ChildDBObject
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityColumnProperties.GeneratedType
Defines the condition for when a new value is generated for the column on insert.
|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
IdentityColumnProperties() |
| Modifier and Type | Method and Description |
|---|---|
IdentityColumnProperties.GeneratedType |
getGenerated()
Get the generation type.
|
java.lang.String |
getType()
Returns the type of this object.
|
void |
setGenerated(IdentityColumnProperties.GeneratedType generatedType)
Set the generation type.
|
void |
setParent(DBObject parent)
Sets the parent of this object.
|
getCacheFlag, getCacheSize, getCycleFlag, getIncrementBy, getLastNumber, getMaxValue, getMinValue, getOrderFlag, getStartWith, setCacheFlag, setCacheSize, setCycleFlag, setIncrementBy, setLastNumber, setMaxValue, setMinValue, setOrderFlag, setStartWithcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic static final java.lang.String TYPE
public java.lang.String getType()
DBObjectpublic void setGenerated(IdentityColumnProperties.GeneratedType generatedType)
generatedType - public IdentityColumnProperties.GeneratedType getGenerated()
public void setParent(DBObject parent)
ChildDBObjectsetParent in interface ChildDBObject