wt.eff
Class EffGroupAssistant.Key
java.lang.Object
wt.eff.EffGroupAssistant.Key
- Enclosing class:
- EffGroupAssistant
- private static class EffGroupAssistant.Key
- extends Object
This implementation class implements a hashable key for an Eff or EffGroup
object, based on the intersection of version branch id, context object id,
and effectivity type.
emvBid
public final long emvBid
cxtOid
public final long cxtOid
effType
public final Class effType
hc
private int hc
EffGroupAssistant.Key
public EffGroupAssistant.Key(long emvBid,
long cxtOid,
Class effType)
EffGroupAssistant.Key
public EffGroupAssistant.Key(Eff e)
EffGroupAssistant.Key
public EffGroupAssistant.Key(EffGroup g)
equals
public boolean equals(Object obj)
hashCode
public int hashCode()