com.epam.fix.validation.engine.utils.cache.keys
Class GroupCacheKey

java.lang.Object
  extended by com.epam.fix.validation.engine.utils.cache.keys.GroupCacheKey
All Implemented Interfaces:
IKey<Integer,Integer>

public class GroupCacheKey
extends Object
implements IKey<Integer,Integer>

Author:
Serhiy_Zahriychuk

Constructor Summary
GroupCacheKey(Integer primaryKey, Integer foreignKey)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getForeignKey()
           
 Integer getPrimaryKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupCacheKey

public GroupCacheKey(Integer primaryKey,
                     Integer foreignKey)
Method Detail

getPrimaryKey

public Integer getPrimaryKey()
Specified by:
getPrimaryKey in interface IKey<Integer,Integer>

getForeignKey

public Integer getForeignKey()
Specified by:
getForeignKey in interface IKey<Integer,Integer>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.