Package offlineProcessing
Class RequiredDataBlockInfo
java.lang.Object
offlineProcessing.RequiredDataBlockInfo
- 
Constructor Summary
ConstructorsConstructorDescriptionRequiredDataBlockInfo(PamDataBlock pamDataBlock, long preLoadTime, long postLoadTime)  - 
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetPostLoadTime(long postLoadTime) voidsetPreLoadTime(long preLoadTime)  
- 
Constructor Details
- 
RequiredDataBlockInfo
- Parameters:
 pamDataBlock-preLoadTime-postLoadTime-
 
 - 
 - 
Method Details
- 
getPreLoadTime
public long getPreLoadTime()- Returns:
 - the preLoadTime
 
 - 
setPreLoadTime
public void setPreLoadTime(long preLoadTime) - Parameters:
 preLoadTime- the preLoadTime to set
 - 
getPostLoadTime
public long getPostLoadTime()- Returns:
 - the postLoadTime
 
 - 
setPostLoadTime
public void setPostLoadTime(long postLoadTime) - Parameters:
 postLoadTime- the postLoadTime to set
 - 
getPamDataBlock
- Returns:
 - the pamDataBlock
 
 
 -