wt.change2
Class CMIIBaselineHelper.Entry

java.lang.Object
  extended bywt.change2.CMIIBaselineHelper.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
CMIIBaselineHelper

static class CMIIBaselineHelper.Entry
extends Object
implements Map.Entry


Field Summary
private  Object key
           
private static ReferenceFactory rf
           
private  Object value
           
 
Constructor Summary
CMIIBaselineHelper.Entry(Persistable key, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
private static boolean equals(Object obj1, Object obj2)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
private static int hashCode(Object obj)
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rf

private static ReferenceFactory rf

key

private Object key

value

private Object value
Constructor Detail

CMIIBaselineHelper.Entry

public CMIIBaselineHelper.Entry(Persistable key,
                                String value)
                         throws WTException
Method Detail

equals

public boolean equals(Object obj)
Specified by:
equals in interface Map.Entry

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry

equals

private static boolean equals(Object obj1,
                              Object obj2)

hashCode

private static int hashCode(Object obj)