|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.api.client.domain.AbstractEntry
nl.surfnet.coin.api.client.domain.GroupMembersEntry
public class GroupMembersEntry
| Constructor Summary | |
|---|---|
GroupMembersEntry()
|
|
GroupMembersEntry(java.util.List<Person> persons)
|
|
| Method Summary | |
|---|---|
java.util.List<Person> |
getEntry()
|
int |
getEntrySize()
|
boolean |
isEmpty()
|
boolean |
isMember(java.lang.String personId)
Returns whether the given personId is member of this group |
void |
setEntry(java.util.List<Person> 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 |
|---|
public GroupMembersEntry()
public GroupMembersEntry(java.util.List<Person> persons)
persons - | Method Detail |
|---|
public java.util.List<Person> getEntry()
public void setEntry(java.util.List<Person> entry)
entry - the entry to setpublic boolean isEmpty()
public boolean isMember(java.lang.String personId)
personId - the person
public int getEntrySize()
getEntrySize in class AbstractEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||