public abstract class AbstractSchemaObject extends Object implements SchemaObject
Modifier and Type | Field and Description |
---|---|
protected static int |
HASHFACTOR
Factor for calculation of hash code.
|
Constructor and Description |
---|
AbstractSchemaObject() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
equals(Object obj1,
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.
|
String |
getName()
Get name of the schema object.
|
void |
setConfiguration(DDLGenConfiguration config)
Set configuration of the schema object.
|
void |
setName(String name)
Set name of the schema object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toCreateDDL, toDropDDL
protected static final int HASHFACTOR
public final void setConfiguration(DDLGenConfiguration config)
setConfiguration
in interface SchemaObject
config
- Configuration to be used by the schema object.public final DDLGenConfiguration getConfiguration()
getConfiguration
in interface SchemaObject
public final void setName(String name)
setName
in interface SchemaObject
name
- Name of the schema object.public final String getName()
getName
in interface SchemaObject
protected static final boolean equals(Object obj1, 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.Copyright © 2018. All rights reserved.