org.castor.ddlgen.schemaobject
Class AbstractSchemaObject
java.lang.Object
org.castor.ddlgen.schemaobject.AbstractSchemaObject
- SchemaObject
public abstract class AbstractSchemaObject
extends java.lang.Object
Abstract base class for all schema objects.
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $protected static int | HASHFACTOR - Factor for calculation of hash code.
|
HASHFACTOR
protected static final int HASHFACTOR
Factor for calculation of hash code.
equals
protected static final 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
.
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