org.processmining.framework.models.bpel4ws.unit
Class Quadruple<First,Second,Third,Fourth>

java.lang.Object
  extended by org.processmining.framework.models.bpel4ws.unit.Quadruple<First,Second,Third,Fourth>
Type Parameters:
First -
Second -
Third -
Fourth -

public class Quadruple<First,Second,Third,Fourth>
extends java.lang.Object

Author:
Kristian Bisgaard Lassen

Field Summary
 First first
           
 Fourth fourth
           
 Second second
           
 Third third
           
 
Constructor Summary
Quadruple(First first, Second second, Third third, Fourth fourth)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

first

public final First first

second

public final Second second

third

public final Third third

fourth

public final Fourth fourth
Constructor Detail

Quadruple

public Quadruple(First first,
                 Second second,
                 Third third,
                 Fourth fourth)
Parameters:
first -
second -
third -
fourth -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()