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

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

public class GroupEntry
extends AbstractEntry

See Also:
Serialized Form

Constructor Summary
GroupEntry()
           
GroupEntry(Group20Entry groups20)
           
GroupEntry(java.util.List<Group> groups)
           
 
Method Summary
 java.util.List<Group> getEntry()
           
 int getEntrySize()
           
 void setEntry(java.util.List<Group> entry)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

GroupEntry

public GroupEntry()

GroupEntry

public GroupEntry(java.util.List<Group> groups)

GroupEntry

public GroupEntry(Group20Entry groups20)
Method Detail

getEntry

public java.util.List<Group> getEntry()
Returns:
the entry

setEntry

public void setEntry(java.util.List<Group> entry)
Parameters:
entry - the entry to set

getEntrySize

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


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