com.activequant.domainmodel
Class SecurityChainByDate

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.domainmodel.SecurityChain
          extended by com.activequant.domainmodel.SecurityChainByDate

public class SecurityChainByDate
extends SecurityChain


Constructor Summary
SecurityChainByDate()
           
 
Method Summary
 void add(String[] instrumentId, Long[] rollDate8)
           
 void add(String instrumentId, Long rollDate8)
          Add will overwrite an existing value, so it should be rather called set.
 String getId()
           
 Long getLastChainUpdateTime()
           
 Long getLastHistFetchTime()
           
 Long[] getRollDates()
           
 String[] getValidInstrumentIDs()
           
 void setLastChainUpdateTime(Long lastChainUpdateTime)
           
 void setLastHistFetchTime(Long lastHistFetchTime)
           
 void setRollDates(Long[] rollDates)
           
 void setValidInstrumentIDs(String[] validInstrument)
           
 
Methods inherited from class com.activequant.domainmodel.SecurityChain
getChainName, setChainName
 
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
 

Constructor Detail

SecurityChainByDate

public SecurityChainByDate()
Method Detail

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.