public class ObjectId extends SingleFieldId
hashCode, STRING_DELIMITER, targetClassName
Constructor and Description |
---|
ObjectId() |
ObjectId(Class pcClass,
Object param)
Constructor with class and key.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj)
Check the class and class name and object type.
|
Object |
getKey() |
Object |
getKeyAsObject() |
void |
readExternal(ObjectInput in)
Read this object.
|
String |
toString()
Return the String form of the object id.
|
void |
writeExternal(ObjectOutput out)
Write this object.
|
assertKeyNotNull, compare, getTargetClassName, hashCode
public ObjectId(Class pcClass, Object param)
pcClass
- the classparam
- the keypublic ObjectId()
public Object getKey()
public Object getKeyAsObject()
getKeyAsObject
in class SingleFieldId
public String toString()
public boolean equals(Object obj)
SingleFieldId
equals
in class SingleFieldId
obj
- the other objectpublic int compareTo(Object o)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class SingleFieldId
out
- the outputIOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class SingleFieldId
in
- the inputIOException
ClassNotFoundException
Copyright © 2017. All rights reserved.