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

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

public class BlockGroupsCache
extends AbstractGroupsCache

Author:
Serhiy_Zahriychuk

Field Summary
 
Fields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
blockGroupsCaches, groupsCaches
 
Fields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
mapCache
 
Constructor Summary
BlockGroupsCache(String id, Map<Integer,Field> value)
          Constructor for create instance of BlockGroupsCache
 
Method Summary
 String getIdRef()
           
 Map<Integer,Field> getMapCashe()
           
 
Methods inherited from class com.epam.fix.validation.engine.utils.cache.AbstractGroupsCache
clone, getBlockGroupsCaches, getGroupsCaches
 
Methods inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
get, put
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockGroupsCache

public BlockGroupsCache(String id,
                        Map<Integer,Field> value)
Constructor for create instance of BlockGroupsCache

Method Detail

getIdRef

public String getIdRef()
Returns:
the idRef

getMapCashe

public Map<Integer,Field> getMapCashe()
Returns:
the idRef


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