|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.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 |
Method Summary | |
---|---|
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 |
getIdIndex()
integer ID for object |
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 |
getTypeOfGroup()
type of group can be an enum of TypeOfGroup, e.g. |
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 |
setIdIndex(java.lang.String idIndex1)
integer ID for object |
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 |
setTypeOfGroup(java.lang.String typeOfGroup1)
type of group can be an enum of TypeOfGroup, e.g. |
void |
setUuid(java.lang.String uuid1)
universally unique identifier of this group |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGroup()
Method Detail |
---|
public java.lang.String getIdIndex()
public void setIdIndex(java.lang.String idIndex1)
idIndex1
- public java.lang.String getTypeOfGroup()
public void setTypeOfGroup(java.lang.String typeOfGroup1)
typeOfGroup1
- 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 set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |