com.metamatrix.console.util
Class HashedListEntryWrapper

java.lang.Object
  extended by com.metamatrix.console.util.HashedListEntryWrapper
All Implemented Interfaces:
HashedListEntry

public class HashedListEntryWrapper
extends java.lang.Object
implements HashedListEntry


Constructor Summary
HashedListEntryWrapper()
           
 
Method Summary
 java.lang.String getHLConcatenatedKey()
          Get the concatenated key (prefix key, really).
 java.lang.String getHLLocalKey()
          Get the local key.
 java.lang.Object getHLObject()
          Get the object.
 void setHLConcatenatedKey(java.lang.String sKey)
          Set the concatenated key (prefix key, really).
 void setHLLocalKey(java.lang.String sKey)
          Set the local key.
 void setHLObject(java.lang.Object obj)
          Set the object.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashedListEntryWrapper

public HashedListEntryWrapper()
Method Detail

getHLConcatenatedKey

public java.lang.String getHLConcatenatedKey()
Get the concatenated key (prefix key, really).

Specified by:
getHLConcatenatedKey in interface HashedListEntry
See Also:
HashedListEntry

getHLLocalKey

public java.lang.String getHLLocalKey()
Get the local key.

Specified by:
getHLLocalKey in interface HashedListEntry
See Also:
HashedListEntry

getHLObject

public java.lang.Object getHLObject()
Get the object.

Specified by:
getHLObject in interface HashedListEntry
See Also:
HashedListEntry

setHLConcatenatedKey

public void setHLConcatenatedKey(java.lang.String sKey)
Set the concatenated key (prefix key, really).


setHLLocalKey

public void setHLLocalKey(java.lang.String sKey)
Set the local key.


setHLObject

public void setHLObject(java.lang.Object obj)
Set the object.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.