nl.surfnet.coin.api.client.domain
Class GroupMembersEntry
java.lang.Object
nl.surfnet.coin.api.client.domain.AbstractEntry
nl.surfnet.coin.api.client.domain.GroupMembersEntry
- All Implemented Interfaces:
- Serializable
public class GroupMembersEntry
- extends AbstractEntry
- See Also:
- Serialized Form
| 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 |
GroupMembersEntry
public GroupMembersEntry()
GroupMembersEntry
public GroupMembersEntry(List<Person> persons)
- Parameters:
persons -
getEntry
public List<Person> getEntry()
- Returns:
- the entry
setEntry
public void setEntry(List<Person> entry)
- Parameters:
entry - the entry to set
isEmpty
public boolean isEmpty()
isMember
public boolean isMember(String personId)
- Returns whether the given personId is member of this group
- Parameters:
personId - the person
- Returns:
- boolean
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.