Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util
Class IndexedObject  view IndexedObject download IndexedObject.java

java.lang.Object
  extended byjavatools.util.IndexedObject

public class IndexedObject
extends java.lang.Object

An object and an index...

Version:
0.0.1

Field Summary
private  java.lang.Object index
           
private  java.lang.Object refObject
           
 
Constructor Summary
IndexedObject()
          Creates new IndexedObject
 
Method Summary
protected  java.lang.Object clone()
          Clones this object.
 boolean equals(java.lang.Object obj)
          Checks if an object is equal to this one.
protected  void finalize()
          Destroys this object.
 java.lang.Object getIndex()
          Returns the index for this object.
 java.lang.Object getRefObject()
          Returns the referred object.
 int hashCode()
          Returns a hash code for this object.
 void setIndex(java.lang.Object pIndex)
          Sets the index for this object.
 void setRefObject(java.lang.Object pRefObject)
          Sets the referring object.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

refObject

private java.lang.Object refObject

index

private java.lang.Object index
Constructor Detail

IndexedObject

public IndexedObject()
Creates new IndexedObject

Method Detail

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Clones this object.


equals

public boolean equals(java.lang.Object obj)
Checks if an object is equal to this one.


finalize

protected void finalize()
                 throws java.lang.Throwable
Destroys this object.


hashCode

public int hashCode()
Returns a hash code for this object.


toString

public java.lang.String toString()
Returns a string representation of this object.


setRefObject

public void setRefObject(java.lang.Object pRefObject)
Sets the referring object.


getRefObject

public java.lang.Object getRefObject()
Returns the referred object.


setIndex

public void setIndex(java.lang.Object pIndex)
Sets the index for this object.


getIndex

public java.lang.Object getIndex()
Returns the index for this object.