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

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

public class GroupCache
extends AbstractCache

Author:
Serhiy_Zahriychuk

Field Summary
 
Fields inherited from class com.epam.fix.validation.engine.utils.cache.AbstractCache
mapCache
 
Constructor Summary
GroupCache(Integer groupId, Integer startTagId)
           
 
Method Summary
 boolean equals(Object o)
           
 Map<Integer,Field> getCache()
           
 Integer getGroupId()
           
 Integer getStartTagId()
           
 int hashCode()
           
 void putAllCache(Map<Integer,Field> mapCache)
           
 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

GroupCache

public GroupCache(Integer groupId,
                  Integer startTagId)
Method Detail

getCache

public Map<Integer,Field> getCache()

putAllCache

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

getGroupId

public Integer getGroupId()

getStartTagId

public Integer getStartTagId()

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.