wt.rule.init
Class RuleCacheKey

java.lang.Object
  extended bywt.rule.init.RuleCacheKey
All Implemented Interfaces:
Serializable

class RuleCacheKey
extends Object
implements Serializable

This key class keeps the attribute values unique based on the object identifiers of the rules that were merged together to form the composite rule from which the attribute valeus were generatd.


Field Summary
(package private)  long[] ids
           
 
Constructor Summary
RuleCacheKey(Rule rule)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ids

long[] ids
Constructor Detail

RuleCacheKey

public RuleCacheKey(Rule rule)
Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public String toString()