Class WsStem
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_3.WsStem
Result for finding a stem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfriendly description of this stemfriendly extensions of stem and parent stemsinteger ID for objectgetName()Full name of the stem (all extensions of parent stems, separated by colons, and the extention of this stemgetUuid()universally unique identifier of this stemvoidsetDescription(String description1) friendly description of this stemvoidsetDisplayExtension(String displayExtension1) voidsetDisplayName(String displayName1) friendly extensions of stem and parent stemsvoidsetExtension(String extension1) voidsetIdIndex(String idIndex1) integer ID for objectvoidFull name of the stem (all extensions of parent stems, separated by colons, and the extention of this stemvoiduniversally unique identifier of this stem
-
Constructor Details
-
WsStem
public WsStem()no arg constructor
-
-
Method Details
-
getIdIndex
integer ID for object- Returns:
- the id
-
setIdIndex
integer ID for object- Parameters:
idIndex1-
-
getDescription
friendly description of this stem- Returns:
- the description
-
setDescription
friendly description of this stem- Parameters:
description1- the description to set
-
getDisplayName
friendly extensions of stem and parent stems- Returns:
- the displayName
-
setDisplayName
friendly extensions of stem and parent stems- Parameters:
displayName1- the displayName to set
-
getName
Full name of the stem (all extensions of parent stems, separated by colons, and the extention of this stem- Returns:
- the name
-
setName
Full name of the stem (all extensions of parent stems, separated by colons, and the extention of this stem- Parameters:
name1- the name to set
-
getUuid
universally unique identifier of this stem- Returns:
- the uuid
-
setUuid
universally unique identifier of this stem- Parameters:
uuid1- the uuid to set
-
getExtension
- Returns:
- the extension
-
setExtension
- Parameters:
extension1- the extension to set
-
getDisplayExtension
- Returns:
- the displayExtension
-
setDisplayExtension
- Parameters:
displayExtension1- the displayExtension to set
-