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, setStartWith
checkInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization
addObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getParent
addObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName
getProperty, getProperty, setProperties, setProperty
public static final java.lang.String TYPE
public java.lang.String getType()
DBObject
public void setGenerated(IdentityColumnProperties.GeneratedType generatedType)
generatedType
- public IdentityColumnProperties.GeneratedType getGenerated()
public void setParent(DBObject parent)
ChildDBObject
setParent
in interface ChildDBObject