com.endeca.mobile.tags.model
Class NavStateRecordList

java.lang.Object
  extended by com.endeca.mobile.tags.model.NavStateRecordList

public class NavStateRecordList
extends java.lang.Object


Constructor Summary
NavStateRecordList()
           
 
Method Summary
 int getMaxRecords()
          The number of records to fetch from the NavState.
 NavState getNavState()
           
 com.endeca.soleng.uiComponentLibrary.components.RecordListComponent getRecords()
           
 long getTotalRecords()
          The total records in the engine for the NavState
 void setMaxRecords(int maxRecords)
          The number of records to fetch from the NavState.
 void setNavState(NavState navState)
           
 void setRecords(com.endeca.soleng.uiComponentLibrary.components.RecordListComponent records)
           
 void setTotalRecords(long totalRecords)
          The total records in the engine for the NavState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavStateRecordList

public NavStateRecordList()
Method Detail

getMaxRecords

public int getMaxRecords()
The number of records to fetch from the NavState. Default = 10.

Returns:
the maxRecords

setMaxRecords

public void setMaxRecords(int maxRecords)
The number of records to fetch from the NavState. Default = 10.

Parameters:
maxRecords - the maxRecords to set

getRecords

public com.endeca.soleng.uiComponentLibrary.components.RecordListComponent getRecords()
Returns:
the records

setRecords

public void setRecords(com.endeca.soleng.uiComponentLibrary.components.RecordListComponent records)
Parameters:
records - the records to set

getNavState

public NavState getNavState()
Returns:
the navState

setNavState

public void setNavState(NavState navState)
Parameters:
navState - the navState to set

getTotalRecords

public long getTotalRecords()
The total records in the engine for the NavState

Returns:
the totalRecords

setTotalRecords

public void setTotalRecords(long totalRecords)
The total records in the engine for the NavState

Parameters:
totalRecords - the totalRecords to set