com.google.code.linkedinapi.schema.impl
Class PeopleSearchImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.PeopleSearchImpl
All Implemented Interfaces:
PeopleSearch, SchemaEntity, java.io.Serializable

public class PeopleSearchImpl
extends java.lang.Object
implements java.io.Serializable, PeopleSearch

See Also:
Serialized Form

Field Summary
protected  FacetsImpl facets
           
protected  java.lang.Long numResults
           
protected  PeopleImpl people
           
private static long serialVersionUID
           
 
Constructor Summary
PeopleSearchImpl()
           
 
Method Summary
 Facets getFacets()
          Gets the value of the facets property.
 java.lang.Long getNumResults()
          Gets the value of the numResults property.
 People getPeople()
          Gets the value of the people property.
 void setFacets(Facets value)
          Sets the value of the facets property.
 void setNumResults(java.lang.Long value)
          Sets the value of the numResults property.
 void setPeople(People value)
          Sets the value of the people property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

numResults

protected java.lang.Long numResults

people

protected PeopleImpl people

facets

protected FacetsImpl facets
Constructor Detail

PeopleSearchImpl

public PeopleSearchImpl()
Method Detail

getNumResults

public java.lang.Long getNumResults()
Description copied from interface: PeopleSearch
Gets the value of the numResults property.

Specified by:
getNumResults in interface PeopleSearch
Returns:
possible object is String

setNumResults

public void setNumResults(java.lang.Long value)
Description copied from interface: PeopleSearch
Sets the value of the numResults property.

Specified by:
setNumResults in interface PeopleSearch
Parameters:
value - allowed object is String

getPeople

public People getPeople()
Description copied from interface: PeopleSearch
Gets the value of the people property.

Specified by:
getPeople in interface PeopleSearch
Returns:
possible object is People

setPeople

public void setPeople(People value)
Description copied from interface: PeopleSearch
Sets the value of the people property.

Specified by:
setPeople in interface PeopleSearch
Parameters:
value - allowed object is People

getFacets

public Facets getFacets()
Description copied from interface: PeopleSearch
Gets the value of the facets property.

Specified by:
getFacets in interface PeopleSearch
Returns:
possible object is Facets

setFacets

public void setFacets(Facets value)
Description copied from interface: PeopleSearch
Sets the value of the facets property.

Specified by:
setFacets in interface PeopleSearch
Parameters:
value - allowed object is Facets