wt.change2
Class CMIIBaselineHelper.Key

java.lang.Object
  extended bywt.change2.CMIIBaselineHelper.Key
Direct Known Subclasses:
CMIIBaselineHelper.UsageKey
Enclosing class:
CMIIBaselineHelper

static class CMIIBaselineHelper.Key
extends Object


Field Summary
 Persistable p
           
 
Constructor Summary
CMIIBaselineHelper.Key(Persistable p)
           
 
Method Summary
 boolean equals(Object obj)
           
protected static boolean equals(Persistable p1, Persistable p2)
           
 int hashCode()
           
protected static int hashCode(Persistable p)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

p

public final Persistable p
Constructor Detail

CMIIBaselineHelper.Key

public CMIIBaselineHelper.Key(Persistable p)
Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

equals

protected static boolean equals(Persistable p1,
                                Persistable p2)

hashCode

protected static int hashCode(Persistable p)