Class IdentifierImpl
java.lang.Object
org.apache.openjpa.lib.identifier.IdentifierImpl
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Identifier>
,Identifier
- Direct Known Subclasses:
DBIdentifier
Base identifer implementation.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getName()
int
hashCode()
boolean
int
length()
void
void
setNameDelimited
(boolean nameDelimited) toString()
-
Constructor Details
-
IdentifierImpl
protected IdentifierImpl() -
IdentifierImpl
-
-
Method Details
-
setName
- Specified by:
setName
in interfaceIdentifier
-
getName
- Specified by:
getName
in interfaceIdentifier
-
isNameDelimited
public boolean isNameDelimited() -
setNameDelimited
public void setNameDelimited(boolean nameDelimited) -
toString
-
hashCode
public int hashCode() -
length
public int length()- Specified by:
length
in interfaceIdentifier
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Identifier>
-