com.crystaldecisions.sdk.occa.report.data
Class FetchedRecordCountInfo

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.FetchedRecordCountInfo

public class FetchedRecordCountInfo
extends java.lang.Object

This object is used to determine key properties of fetched records.


Constructor Summary
FetchedRecordCountInfo()
           
 
Method Summary
 boolean isTotalRecordsKnown()
           Returns true if the total number of records is known, and false otherwise.
 void setIsTotalRecordsKnown(boolean newIsTotalRecordsKnown)
           Sets whether the total number of records is known.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchedRecordCountInfo

public FetchedRecordCountInfo()
Method Detail

isTotalRecordsKnown

public boolean isTotalRecordsKnown()

Returns true if the total number of records is known, and false otherwise.

Returns:
true if the total number of records is known, and false otherwise.

setIsTotalRecordsKnown

public void setIsTotalRecordsKnown(boolean newIsTotalRecordsKnown)

Sets whether the total number of records is known.

Parameters:
newIsTotalRecordsKnown - true if the total number of records is known, and false otherwise.