com.pmease.quickbuild.util
Class Triple<FirstType,SecondType,ThirdType>

java.lang.Object
  extended by com.pmease.quickbuild.util.Triple<FirstType,SecondType,ThirdType>
All Implemented Interfaces:
java.io.Serializable

public class Triple<FirstType,SecondType,ThirdType>
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Triple()
           
Triple(FirstType first, SecondType second, ThirdType third)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 FirstType getFirst()
           
 SecondType getSecond()
           
 ThirdType getThird()
           
 int hashCode()
           
 void setFirst(FirstType first)
           
 void setSecond(SecondType second)
           
 void setThird(ThirdType third)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triple

public Triple()

Triple

public Triple(FirstType first,
              SecondType second,
              ThirdType third)
Method Detail

getFirst

public FirstType getFirst()

setFirst

public void setFirst(FirstType first)

getSecond

public SecondType getSecond()

setSecond

public void setSecond(SecondType second)

getThird

public ThirdType getThird()

setThird

public void setThird(ThirdType third)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

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


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.