org.apache.ws.jaxme.sqls.impl

Class SQLFactoryImpl.IdentImpl

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

Base class for deriving identifiers.
Constructor Summary
protected IdentImpl(String pName)
Method Summary
booleanequals(Object o)
StringgetName()
inthashCode()
StringtoString()

Constructor Detail

IdentImpl

protected IdentImpl(String pName)

Method Detail

equals

public boolean equals(Object o)

getName

public String getName()

hashCode

public int hashCode()

toString

public String toString()