Class RulesBean
java.lang.Object
edu.internet2.middleware.grouper.rules.beans.RulesBean
- Direct Known Subclasses:
RulesAttributeDefBean
,RulesGroupBean
,RulesMembershipBean
,RulesPermissionBean
,RulesPrivilegeBean
,RulesStemBean
base class for rules beans
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget this attributeDefif has attributeDefNamegetGroup()
get this groupget this member idgetStem()
get this stemget this subjectget this subject source idsubject of the original grouper session (or null if none)boolean
if has attributeDefboolean
if has attributeDefNameboolean
hasGroup()
if has groupboolean
hasStem()
if has stemvoid
setSubjectUnderlyingSession
(Subject subjectOriginalSession1) subject of the original grouper session (or null if none)
-
Constructor Details
-
RulesBean
public RulesBean()
-
-
Method Details
-
getSubjectUnderlyingSession
subject of the original grouper session (or null if none)- Returns:
- the subject
-
setSubjectUnderlyingSession
subject of the original grouper session (or null if none)- Parameters:
subjectOriginalSession1
-
-
hasGroup
public boolean hasGroup()if has group- Returns:
- true or false
-
getAttributeDefName
if has attributeDefName- Returns:
- attributeDefName
-
hasAttributeDefName
public boolean hasAttributeDefName()if has attributeDefName- Returns:
- true or false
-
hasStem
public boolean hasStem()if has stem- Returns:
- true or false
-
hasAttributeDef
public boolean hasAttributeDef()if has attributeDef- Returns:
- true or false
-
getGroup
get this group- Returns:
- this group
-
getStem
get this stem- Returns:
- this stem
-
getMemberId
get this member id- Returns:
- this member id
-
getSubject
get this subject- Returns:
- this subject
-
getSubjectSourceId
get this subject source id- Returns:
- this subject
-
getAttributeDef
get this attributeDef- Returns:
- this attributeDef
-