Class WsStem
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsStem
- All Implemented Interfaces:
Comparable<WsStem>
Result for finding a stem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfriendly 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 stemtoString()make sure this is an explicit toString
-
Constructor Details
-
WsStem
public WsStem()no arg constructor -
WsStem
construct based on stem, assign all fields- Parameters:
stem- is what to construct from
-
WsStem
-
WsStem
construct based on stem, assign all fields- Parameters:
stemLookup- is what to construct from
-
-
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
-
toString
make sure this is an explicit toString -
compareTo
- Specified by:
compareToin interfaceComparable<WsStem>- See Also:
-