|
|||||||||
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(Set<Group> groupSet,
boolean includeDetail)
convert a set of groups to results |
static WsGroup[] |
convertGroups(Set<PITGroup> pitGroupSet)
convert a set of pit groups to results |
String |
getDescription()
friendly description of this group |
WsGroupDetail |
getDetail()
if requested, these are the detail results of the group |
String |
getDisplayExtension()
display extension, the part to the right of the last colon in display name |
String |
getDisplayName()
friendly extensions of group and parent stems |
String |
getExtension()
extension of group, the part to the right of last colon in name |
String |
getName()
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group |
String |
getUuid()
universally unique identifier of this group |
void |
setDescription(String description1)
friendly description of this group |
void |
setDetail(WsGroupDetail detail1)
if requested, these are the detail results of the group |
void |
setDisplayExtension(String displayExtension1)
display extension, the part to the right of the last colon in display name |
void |
setDisplayName(String displayName1)
friendly extensions of group and parent stems |
void |
setExtension(String extension1)
extension of group, the part to the right of last colon in name |
void |
setName(String name1)
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group |
void |
setUuid(String uuid1)
universally unique identifier of this group |
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 String toString()
toString
in class Object
public static WsGroup[] convertGroups(Set<Group> groupSet, boolean includeDetail)
groupSet
- includeDetail
- true if detail of group should be sent
public static WsGroup[] convertGroups(Set<PITGroup> pitGroupSet)
pitGroupSet
-
public String getDescription()
public String getDisplayName()
public String getName()
public String getUuid()
public void setDescription(String description1)
description1
- the description to setpublic void setDisplayName(String displayName1)
displayName1
- the displayName to setpublic void setName(String name1)
name1
- the name to setpublic void setUuid(String uuid1)
uuid1
- the uuid to setpublic WsGroupDetail getDetail()
public void setDetail(WsGroupDetail detail1)
detail1
- the detail to setpublic String getExtension()
public void setExtension(String extension1)
extension1
- the extension to setpublic String getDisplayExtension()
public void setDisplayExtension(String displayExtension1)
displayExtension1
- the displayExtension to setpublic int compareTo(WsGroup o2)
compareTo
in interface Comparable<WsGroup>
Comparable.compareTo(java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |