|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsGroup
public class WsGroup
Result of one group being retrieved since a user is a member of it. The number of groups will equal the number of groups the user is a member of (provided the filter matches)
Constructor Summary | |
---|---|
WsGroup()
no arg constructor |
|
WsGroup(Group group,
WsGroupLookup wsGroupLookup,
boolean includeDetail)
construct based on group, assign all fields |
|
WsGroup(PITGroup pitGroup)
construct based on pit group |
Method Summary | |
---|---|
int |
compareTo(WsGroup o2)
|
static WsGroup[] |
convertGroups(java.util.Set<Group> groupSet,
boolean includeDetail)
convert a set of groups to results |
static WsGroup[] |
convertGroups(java.util.Set<PITGroup> pitGroupSet)
convert a set of pit groups to results |
java.lang.String |
getDescription()
friendly description of this group |
WsGroupDetail |
getDetail()
if requested, these are the detail results of the group |
java.lang.String |
getDisplayExtension()
display extension, the part to the right of the last colon in display name |
java.lang.String |
getDisplayName()
friendly extensions of group and parent stems |
java.lang.String |
getExtension()
extension of group, the part to the right of last colon in name |
java.lang.String |
getName()
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group |
java.lang.String |
getUuid()
universally unique identifier of this group |
void |
setDescription(java.lang.String description1)
friendly description of this group |
void |
setDetail(WsGroupDetail detail1)
if requested, these are the detail results of the group |
void |
setDisplayExtension(java.lang.String displayExtension1)
display extension, the part to the right of the last colon in display name |
void |
setDisplayName(java.lang.String displayName1)
friendly extensions of group and parent stems |
void |
setExtension(java.lang.String extension1)
extension of group, the part to the right of last colon in name |
void |
setName(java.lang.String name1)
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group |
void |
setUuid(java.lang.String uuid1)
universally unique identifier of this group |
java.lang.String |
toString()
make sure this is an explicit toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsGroup()
public WsGroup(Group group, WsGroupLookup wsGroupLookup, boolean includeDetail)
group
- wsGroupLookup
- is the lookup to set looked up valuesincludeDetail
- true to include detail about grouppublic WsGroup(PITGroup pitGroup)
pitGroup
- Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static WsGroup[] convertGroups(java.util.Set<Group> groupSet, boolean includeDetail)
groupSet
- includeDetail
- true if detail of group should be sent
public static WsGroup[] convertGroups(java.util.Set<PITGroup> pitGroupSet)
pitGroupSet
-
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String getName()
public java.lang.String getUuid()
public void setDescription(java.lang.String description1)
description1
- the description to setpublic void setDisplayName(java.lang.String displayName1)
displayName1
- the displayName to setpublic void setName(java.lang.String name1)
name1
- the name to setpublic void setUuid(java.lang.String uuid1)
uuid1
- the uuid to setpublic WsGroupDetail getDetail()
public void setDetail(WsGroupDetail detail1)
detail1
- the detail to setpublic java.lang.String getExtension()
public void setExtension(java.lang.String extension1)
extension1
- the extension to setpublic java.lang.String getDisplayExtension()
public void setDisplayExtension(java.lang.String displayExtension1)
displayExtension1
- the displayExtension to setpublic int compareTo(WsGroup o2)
compareTo
in interface java.lang.Comparable<WsGroup>
Comparable.compareTo(java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |