org.drools.marshalling.impl
Class RightTupleKey

java.lang.Object
  extended by org.drools.marshalling.impl.RightTupleKey

public class RightTupleKey
extends Object


Constructor Summary
RightTupleKey(int id, Sink sink)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getId()
           
 Sink getSink()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RightTupleKey

public RightTupleKey(int id,
                     Sink sink)
Method Detail

getId

public int getId()

getSink

public Sink getSink()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.