SchemaObjectField, ForeignKey, Index, KeyGenerator, PrimaryKey, Schema, Tablepublic abstract class AbstractSchemaObject extends java.lang.Object implements SchemaObject
| Modifier and Type | Field | Description |
|---|---|---|
protected static int |
HASHFACTOR |
Factor for calculation of hash code.
|
| Constructor | Description |
|---|---|
AbstractSchemaObject() |
| Modifier and Type | Method | Description |
|---|---|---|
protected static boolean |
equals(java.lang.Object obj1,
java.lang.Object obj2) |
Check the 2 given objects for equality by taking into account that one or both of
them may be
null. |
DDLGenConfiguration |
getConfiguration() |
Get configuration of the schema object.
|
java.lang.String |
getName() |
Get name of the schema object.
|
void |
setConfiguration(DDLGenConfiguration config) |
Set configuration of the schema object.
|
void |
setName(java.lang.String name) |
Set name of the schema object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoCreateDDL, toDropDDLprotected static final int HASHFACTOR
public final void setConfiguration(DDLGenConfiguration config)
setConfiguration in interface SchemaObjectconfig - Configuration to be used by the schema object.public final DDLGenConfiguration getConfiguration()
getConfiguration in interface SchemaObjectpublic final void setName(java.lang.String name)
setName in interface SchemaObjectname - Name of the schema object.public final java.lang.String getName()
getName in interface SchemaObjectprotected static final boolean equals(java.lang.Object obj1,
java.lang.Object obj2)
null.obj1 - First object.obj2 - Second object.true if both objects are null or equal as defined by
equals method of object. false if only one of the objects
is null or if they are not equal.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com