org.dftproject.pgvagent.core.soap
Class SearchResult
java.lang.Object
org.dftproject.pgvagent.core.soap.SearchResult
- All Implemented Interfaces:
- java.io.Serializable
public class SearchResult
- extends java.lang.Object
- implements java.io.Serializable
Bean used for the PGV SOAP interface.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResult
public SearchResult()
SearchResult
public SearchResult(java.lang.Integer totalResults,
Person[] persons)
getTotalResults
public java.lang.Integer getTotalResults()
setTotalResults
public void setTotalResults(java.lang.Integer totalResults)
getPersons
public Person[] getPersons()
setPersons
public void setPersons(Person[] persons)