org.jaffa.components.finder
Class FinderOutDto

java.lang.Object
  extended byorg.jaffa.components.finder.FinderOutDto

public class FinderOutDto
extends Object

This is the base class for all the output DTOs used by the Finder components.


Constructor Summary
FinderOutDto()
           
 
Method Summary
 Boolean getMoreRecordsExist()
          Getter for property moreRecordsExist.
 void setMoreRecordsExist(Boolean moreRecordsExist)
          Setter for property moreRecordsExist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderOutDto

public FinderOutDto()
Method Detail

getMoreRecordsExist

public Boolean getMoreRecordsExist()
Getter for property moreRecordsExist.

Returns:
Value of property moreRecordsExist.

setMoreRecordsExist

public void setMoreRecordsExist(Boolean moreRecordsExist)
Setter for property moreRecordsExist.

Parameters:
moreRecordsExist - New value of property moreRecordsExist.


Copyright © 2002-2004 JAFFA Project.