com.epam.fix.validation.engine.utils.cache
Class BlockCache

java.lang.Object
  extended by com.epam.fix.validation.engine.utils.cache.AbstractCache
      extended by com.epam.fix.validation.engine.utils.cache.BlockCache
All Implemented Interfaces:
ICache<Integer,Field>, Cloneable

public class BlockCache
extends AbstractCache

Author:
Serhiy_Zahriychuk

Field Summary
 
Fields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
mapCache
 
Constructor Summary
BlockCache(Block block, int groupId)
           
 
Method Summary
 boolean equals(Object o)
           
 Block getBlock()
           
 Map<Integer,Field> getCache()
           
 int getGroupId()
           
 int hashCode()
           
 void putAllCache(Map<Integer,Field> mapCashe)
           
 String toString()
           
 
Methods inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
clone, get, put
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockCache

public BlockCache(Block block,
                  int groupId)
Method Detail

getCache

public Map<Integer,Field> getCache()

getBlock

public Block getBlock()

putAllCache

public void putAllCache(Map<Integer,Field> mapCashe)

getGroupId

public int getGroupId()

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.