com.activequant.utils
Class InstanceFromMapInstantiator<T extends PersistentEntity>

java.lang.Object
  extended by com.activequant.utils.InstanceFromMapInstantiator<T>

public class InstanceFromMapInstantiator<T extends PersistentEntity>
extends Object


Constructor Summary
InstanceFromMapInstantiator()
           
 
Method Summary
 T load(Map<String,Object> inMap)
           
 T loadStringString(Map<String,String> inMap)
          dirty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceFromMapInstantiator

public InstanceFromMapInstantiator()
Method Detail

loadStringString

public T loadStringString(Map<String,String> inMap)
dirty. filtering out typical BB artifacts: NAs and #

Parameters:
inMap -
Returns:

load

public T load(Map<String,Object> inMap)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.