|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.goodidea.df.dictionary.datasource.Key
public class Key
Title:
Description:
Copyright: Copyright (c) 2004
Company:
| Constructor Summary | |
|---|---|
protected |
Key(int[] index)
|
| Method Summary | |
|---|---|
protected java.lang.Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
Entity |
getEntity()
|
int[] |
getIndex()
|
int |
hashCode()
Returns a hash code value for the object. |
protected void |
setEntity(Entity owner)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Key(int[] index)
| Method Detail |
|---|
public int[] getIndex()
protected java.lang.Object clone()
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - if the object's class does not support
the Cloneable interface. Subclasses that override the
clone method can also throw this exception to indicate that
an instance cannot be cloned.public Entity getEntity()
protected void setEntity(Entity owner)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.
true if this object is the same as the obj argument;
false otherwise.public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||