edu.internet2.middleware.grouper
Class SubjectFinder.RestrictSourceForGroup

java.lang.Object
  extended by edu.internet2.middleware.grouper.SubjectFinder.RestrictSourceForGroup
Enclosing class:
SubjectFinder

public static class SubjectFinder.RestrictSourceForGroup
extends Object

result to see if source if restricted by group


Constructor Summary
SubjectFinder.RestrictSourceForGroup(boolean restrict, Group group)
           
 
Method Summary
 Group getGroup()
          group to restrict to, null means restrict to all
 boolean isRestrict()
          if restricted
 void setGroup(Group group1)
          group to restrict to, null means restrict to all
 void setRestrict(boolean restrict1)
          if restricted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectFinder.RestrictSourceForGroup

public SubjectFinder.RestrictSourceForGroup(boolean restrict,
                                            Group group)
Parameters:
restrict -
group -
Method Detail

isRestrict

public boolean isRestrict()
if restricted

Returns:
the restrict

setRestrict

public void setRestrict(boolean restrict1)
if restricted

Parameters:
restrict1 - the restrict to set

getGroup

public Group getGroup()
group to restrict to, null means restrict to all

Returns:
the group

setGroup

public void setGroup(Group group1)
group to restrict to, null means restrict to all

Parameters:
group1 - the group to set