nl.surfnet.coin.api.client.domain
Class PersonEntry

java.lang.Object
  extended by nl.surfnet.coin.api.client.domain.AbstractEntry
      extended by nl.surfnet.coin.api.client.domain.PersonEntry
All Implemented Interfaces:
Serializable

public class PersonEntry
extends AbstractEntry

See Also:
Serialized Form

Constructor Summary
PersonEntry()
           
PersonEntry(Person person, int pageSize, int offset, String sortBy, int totalResults)
           
 
Method Summary
 Person getEntry()
           
 List getEntryCollection()
           
 int getEntrySize()
           
 void setEntry(Person entry)
           
 void setEntryCollection(List entryCollection)
           
 void sortEntryCollection(String sort)
           
 
Methods inherited from class nl.surfnet.coin.api.client.domain.AbstractEntry
getItemsPerPage, getStartIndex, getTotalResults, getUpdatedSince, isFiltered, isSorted, setFiltered, setItemsPerPage, setSorted, setStartIndex, setTotalResults, setUpdatedSince, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonEntry

public PersonEntry()

PersonEntry

public PersonEntry(Person person,
                   int pageSize,
                   int offset,
                   String sortBy,
                   int totalResults)
Method Detail

getEntry

public Person getEntry()
Returns:
the entry

setEntry

public void setEntry(Person entry)
Parameters:
entry - the entry to set

getEntrySize

public int getEntrySize()
Specified by:
getEntrySize in class AbstractEntry
Returns:
the size of the embedded entry

getEntryCollection

public List getEntryCollection()
Specified by:
getEntryCollection in class AbstractEntry

sortEntryCollection

public void sortEntryCollection(String sort)
Specified by:
sortEntryCollection in class AbstractEntry

setEntryCollection

public void setEntryCollection(List entryCollection)
Specified by:
setEntryCollection in class AbstractEntry


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.