org.apache.ws.jaxme.sqls.impl
Class ColumnImpl.NameImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
      extended by org.apache.ws.jaxme.sqls.impl.ColumnImpl.NameImpl
All Implemented Interfaces:
java.io.Serializable, Column.Name, SQLFactory.Ident
Enclosing class:
ColumnImpl

public static class ColumnImpl.NameImpl
extends SQLFactoryImpl.IdentImpl
implements Column.Name

See Also:
Serialized Form

Constructor Summary
ColumnImpl.NameImpl(java.lang.String pName)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.sqls.SQLFactory.Ident
getName
 

Constructor Detail

ColumnImpl.NameImpl

public ColumnImpl.NameImpl(java.lang.String pName)
Method Detail

equals

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