Class WsGroup
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.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
-
Method Summary
Modifier and TypeMethodDescriptionoptional alternate name for the groupfriendly description of this groupif requested, these are the detail results of the groupdisplay extension, the part to the right of the last colon in display namefriendly extensions of group and parent stemsextension of group, the part to the right of last colon in nameinteger ID for objectgetName()
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this grouptype of group can be an enum of TypeOfGroup, e.g.getUuid()
universally unique identifier of this groupvoid
setAlternateName
(String alternateName1) optional alternate name for the groupvoid
setDescription
(String description1) friendly description of this groupvoid
setDetail
(WsGroupDetail detail1) if requested, these are the detail results of the groupvoid
setDisabledTime
(String disabledTime1) void
setDisplayExtension
(String displayExtension1) display extension, the part to the right of the last colon in display namevoid
setDisplayName
(String displayName1) friendly extensions of group and parent stemsvoid
setEnabled
(String enabled1) void
setEnabledTime
(String enabledTime1) void
setExtension
(String extension1) extension of group, the part to the right of last colon in namevoid
setIdIndex
(String idIndex1) integer ID for objectvoid
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this groupvoid
setTypeOfGroup
(String typeOfGroup1) type of group can be an enum of TypeOfGroup, e.g.void
universally unique identifier of this group
-
Constructor Details
-
WsGroup
public WsGroup()no arg constructor
-
-
Method Details
-
getIdIndex
integer ID for object- Returns:
- the id
-
setIdIndex
integer ID for object- Parameters:
idIndex1
-
-
getTypeOfGroup
type of group can be an enum of TypeOfGroup, e.g. group, role, entity- Returns:
- type of group
-
setTypeOfGroup
type of group can be an enum of TypeOfGroup, e.g. group, role, entity- Parameters:
typeOfGroup1
-
-
getDescription
friendly description of this group- Returns:
- the description
-
getDisplayName
friendly extensions of group and parent stems- Returns:
- the displayName
-
getName
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group- Returns:
- the name
-
getUuid
universally unique identifier of this group- Returns:
- the uuid
-
getAlternateName
optional alternate name for the group- Returns:
-
setDescription
friendly description of this group- Parameters:
description1
- the description to set
-
setDisplayName
friendly extensions of group and parent stems- Parameters:
displayName1
- the displayName to set
-
setName
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group- Parameters:
name1
- the name to set
-
setUuid
universally unique identifier of this group- Parameters:
uuid1
- the uuid to set
-
setAlternateName
optional alternate name for the group -
getDetail
if requested, these are the detail results of the group- Returns:
- the detail
-
setDetail
if requested, these are the detail results of the group- Parameters:
detail1
- the detail to set
-
getExtension
extension of group, the part to the right of last colon in name- Returns:
- the extension
-
setExtension
extension of group, the part to the right of last colon in name- Parameters:
extension1
- the extension to set
-
getDisplayExtension
display extension, the part to the right of the last colon in display name- Returns:
- the displayExtension
-
setDisplayExtension
display extension, the part to the right of the last colon in display name- Parameters:
displayExtension1
- the displayExtension to set
-
getEnabled
- Returns:
- the enabled
-
setEnabled
- Parameters:
enabled1
- the enabled to set
-
getEnabledTime
- Returns:
- the enabledTime
-
setEnabledTime
- Parameters:
enabledTime1
- the enabledTime to set
-
getDisabledTime
- Returns:
- the disabledTime
-
setDisabledTime
- Parameters:
disabledTime1
- the disabledTime to set
-