Class GrouperObjectSubjectWrapper
java.lang.Object
edu.internet2.middleware.grouper.misc.GrouperObjectSubjectWrapper
- All Implemented Interfaces:
GrouperId
,GrouperObject
implement GrouperObject for subjects
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescriptiondisplay namegetId()
id of objectgetName()
nameget stem this is insubjectboolean
matchesLowerSearchStrings
(Set<String> filterStrings) see if this object matches the filter stringsvoid
setSubject
(Subject subject1) subjecttoString()
-
Constructor Details
-
GrouperObjectSubjectWrapper
- Parameters:
subject
-
-
GrouperObjectSubjectWrapper
public GrouperObjectSubjectWrapper()
-
-
Method Details
-
getSubject
subject- Returns:
- subject
-
setSubject
subject- Parameters:
subject1
-
-
getDescription
description- Specified by:
getDescription
in interfaceGrouperObject
- Returns:
- description
-
getDisplayName
display name- Specified by:
getDisplayName
in interfaceGrouperObject
- Returns:
- display name
-
getName
name- Specified by:
getName
in interfaceGrouperObject
- Returns:
- the name of this object
-
matchesLowerSearchStrings
Description copied from interface:GrouperObject
see if this object matches the filter strings- Specified by:
matchesLowerSearchStrings
in interfaceGrouperObject
- Returns:
- true if matches
- See Also:
-
getId
Description copied from interface:GrouperId
id of object -
getParentStem
Description copied from interface:GrouperObject
get stem this is in- Specified by:
getParentStem
in interfaceGrouperObject
- Returns:
- the stem
- See Also:
-
toString
-