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

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

public class Group20Entry
extends AbstractEntry

See Also:
Serialized Form

Field Summary
static Comparator NULL_SAFE_STRING_COMPARATOR
           
static List<String> SORT_ATR
           
 
Constructor Summary
Group20Entry()
           
Group20Entry(List<Group20> groups)
           
Group20Entry(List<Group20> groups, int pageSize, int offset, String sortBy, int rowCount)
           
 
Method Summary
 List<Group20> getEntry()
           
 List getEntryCollection()
           
 int getEntrySize()
           
 void setEntry(List<Group20> entry)
           
 void setEntryCollection(List entry)
           
 void sortEntryCollection(String sort)
           
 String toString()
           
 
Methods inherited from class nl.surfnet.coin.api.client.domain.AbstractEntry
getItemsPerPage, getStartIndex, getTotalResults, getUpdatedSince, isFiltered, isSorted, setFiltered, setItemsPerPage, setSorted, setStartIndex, setTotalResults, setUpdatedSince
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SORT_ATR

public static List<String> SORT_ATR

NULL_SAFE_STRING_COMPARATOR

public static Comparator NULL_SAFE_STRING_COMPARATOR
Constructor Detail

Group20Entry

public Group20Entry(List<Group20> groups)

Group20Entry

public Group20Entry()

Group20Entry

public Group20Entry(List<Group20> groups,
                    int pageSize,
                    int offset,
                    String sortBy,
                    int rowCount)
Method Detail

getEntry

public List<Group20> getEntry()
Returns:
the entry

setEntry

public void setEntry(List<Group20> 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 entry)
Specified by:
setEntryCollection in class AbstractEntry

toString

public String toString()
Overrides:
toString in class AbstractEntry


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