edu.internet2.middleware.grouper.misc
Class GrouperObjectSubjectWrapper

java.lang.Object
  extended by edu.internet2.middleware.grouper.misc.GrouperObjectSubjectWrapper
All Implemented Interfaces:
GrouperId, GrouperObject

public class GrouperObjectSubjectWrapper
extends Object
implements GrouperObject

implement GrouperObject for subjects

Author:
mchyzer

Constructor Summary
GrouperObjectSubjectWrapper()
           
GrouperObjectSubjectWrapper(edu.internet2.middleware.subject.Subject subject)
           
 
Method Summary
 String getDescription()
          description
 String getDisplayName()
          display name
 String getId()
          id of object
 String getName()
          name
 edu.internet2.middleware.subject.Subject getSubject()
          subject
 boolean matchesLowerSearchStrings(Set<String> filterStrings)
          see if this object matches the filter strings
 void setSubject(edu.internet2.middleware.subject.Subject subject1)
          subject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperObjectSubjectWrapper

public GrouperObjectSubjectWrapper(edu.internet2.middleware.subject.Subject subject)
Parameters:
subject -

GrouperObjectSubjectWrapper

public GrouperObjectSubjectWrapper()
Method Detail

getSubject

public edu.internet2.middleware.subject.Subject getSubject()
subject

Returns:
subject

setSubject

public void setSubject(edu.internet2.middleware.subject.Subject subject1)
subject

Parameters:
subject1 -

getDescription

public String getDescription()
description

Specified by:
getDescription in interface GrouperObject
Returns:
description

getDisplayName

public String getDisplayName()
display name

Specified by:
getDisplayName in interface GrouperObject
Returns:
display name

getName

public String getName()
name

Specified by:
getName in interface GrouperObject
Returns:
the name of this object

matchesLowerSearchStrings

public boolean matchesLowerSearchStrings(Set<String> filterStrings)
Description copied from interface: GrouperObject
see if this object matches the filter strings

Specified by:
matchesLowerSearchStrings in interface GrouperObject
Returns:
true if matches
See Also:
GrouperObject.matchesLowerSearchStrings(Set)

getId

public String getId()
Description copied from interface: GrouperId
id of object

Specified by:
getId in interface GrouperId
Returns:
id
See Also:
GrouperId.getId()