com.epam.fix.validation.engine.utils.cache
Class GroupCache
java.lang.Object
com.epam.fix.validation.engine.utils.cache.AbstractCache
com.epam.fix.validation.engine.utils.cache.GroupCache
- All Implemented Interfaces:
- ICache<Integer,Field>, Cloneable
public class GroupCache
- extends AbstractCache
- Author:
- Serhiy_Zahriychuk
GroupCache
public GroupCache(Integer groupId,
Integer startTagId)
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.