gov.nasa.pds.registry.model
Class RegistryResponse

java.lang.Object
  extended by gov.nasa.pds.registry.model.RegistryResponse

public class RegistryResponse
extends Object

A class to wrap list responses from the registry with.

Author:
pramirez

Constructor Summary
RegistryResponse()
           
RegistryResponse(Integer start, Long numFound)
           
RegistryResponse(Integer start, Long numFound, List<? extends RegistryObject> results)
           
RegistryResponse(List<? extends RegistryObject> results)
           
 
Method Summary
 Long getNumFound()
           
 List<? extends RegistryObject> getResults()
           
 Integer getStart()
           
 void setNumFound(Long numFound)
           
 void setResults(List<? extends RegistryObject> results)
           
 void setStart(Integer start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryResponse

public RegistryResponse()

RegistryResponse

public RegistryResponse(Integer start,
                        Long numFound)

RegistryResponse

public RegistryResponse(List<? extends RegistryObject> results)

RegistryResponse

public RegistryResponse(Integer start,
                        Long numFound,
                        List<? extends RegistryObject> results)
Method Detail

getStart

public Integer getStart()

setStart

public void setStart(Integer start)

getNumFound

public Long getNumFound()

setNumFound

public void setNumFound(Long numFound)

getResults

public List<? extends RegistryObject> getResults()

setResults

public void setResults(List<? extends RegistryObject> results)


Copyright © 2005-2010 Planetary Data System. All Rights Reserved.