com.activequant.domainmodel
Class SecurityChainByDate
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.SecurityChain
com.activequant.domainmodel.SecurityChainByDate
public class SecurityChainByDate
- extends SecurityChain
| Methods inherited from class com.activequant.domainmodel.PersistentEntity |
clearMap, convertValueToType, getClassName, getCreationTime, getDeletionTime, getSnapshotTime, initFromMap, nullSafe, propertyMap, setClassName, setCreationTime, setDeletionTime, setSnapshotTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityChainByDate
public SecurityChainByDate()
add
public void add(String instrumentId,
Long rollDate8)
- Add will overwrite an existing value, so it should be rather called set.
- Parameters:
instrumentId - rollDate8 -
add
public void add(String[] instrumentId,
Long[] rollDate8)
getId
public String getId()
- Specified by:
getId in class PersistentEntity
getRollDates
public Long[] getRollDates()
setRollDates
public void setRollDates(Long[] rollDates)
getValidInstrumentIDs
public String[] getValidInstrumentIDs()
setValidInstrumentIDs
public void setValidInstrumentIDs(String[] validInstrument)
getLastHistFetchTime
public Long getLastHistFetchTime()
setLastHistFetchTime
public void setLastHistFetchTime(Long lastHistFetchTime)
getLastChainUpdateTime
public Long getLastChainUpdateTime()
setLastChainUpdateTime
public void setLastChainUpdateTime(Long lastChainUpdateTime)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.