org.apache.ws.jaxme.sqls.impl
Class SQLFactoryImpl.IdentImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
All Implemented Interfaces:
java.io.Serializable, SQLFactory.Ident
Direct Known Subclasses:
BooleanConstraintImpl.TypeImpl, ColumnImpl.NameImpl, ColumnImpl.TypeImpl, CombinedConstraintImpl.TypeImpl, ExpressionImpl.TypeImpl, IndexImpl.NameImpl, SchemaImpl.NameImpl, TableImpl.NameImpl, TableSpaceImpl.NameImpl
Enclosing class:
SQLFactoryImpl

public static class SQLFactoryImpl.IdentImpl
extends java.lang.Object
implements SQLFactory.Ident, java.io.Serializable

Base class for deriving identifiers.

See Also:
Serialized Form

Constructor Summary
protected SQLFactoryImpl.IdentImpl(java.lang.String pName)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
          Returns the SQL identifiers String representation.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLFactoryImpl.IdentImpl

protected SQLFactoryImpl.IdentImpl(java.lang.String pName)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: SQLFactory.Ident

Returns the SQL identifiers String representation. Typically same than Object.toString().

Specified by:
getName in interface SQLFactory.Ident

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object