de.hattrickorganizer.tools
Class TrickotCacheKey

java.lang.Object
  extended by de.hattrickorganizer.tools.TrickotCacheKey

public class TrickotCacheKey
extends java.lang.Object

Key für den TrickotCache


Constructor Summary
TrickotCacheKey(int id, byte taktik)
          Creates a new TrickotCacheKey object.
 
Method Summary
 boolean equals(java.lang.Object obj)
          TODO Missing Method Documentation
 int getId()
          TODO Missing Method Documentation
 byte getTaktik()
          TODO Missing Method Documentation
 int hashCode()
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrickotCacheKey

public TrickotCacheKey(int id,
                       byte taktik)
Creates a new TrickotCacheKey object.

Parameters:
id - TODO Missing Constructuor Parameter Documentation
taktik - TODO Missing Constructuor Parameter Documentation
Method Detail

getId

public final int getId()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getTaktik

public final byte getTaktik()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

equals

public final boolean equals(java.lang.Object obj)
TODO Missing Method Documentation

Overrides:
equals in class java.lang.Object
Parameters:
obj - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

hashCode

public final int hashCode()
TODO Missing Method Documentation

Overrides:
hashCode in class java.lang.Object
Returns:
TODO Missing Return Method Documentation