org.jasig.portal.groups.pags
Class PersonAttributesGroupStore.GroupDefinition
java.lang.Object
org.jasig.portal.groups.pags.PersonAttributesGroupStore.GroupDefinition
- Enclosing class:
- PersonAttributesGroupStore
public static class PersonAttributesGroupStore.GroupDefinition
- extends Object
PersonAttributesGroupStore.GroupDefinition
public PersonAttributesGroupStore.GroupDefinition()
setKey
public void setKey(String key)
getKey
public String getKey()
setName
public void setName(String name)
getName
public String getName()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
addMember
public void addMember(String key)
hasMember
public boolean hasMember(String key)
addTestGroup
public void addTestGroup(PersonAttributesGroupStore.TestGroup testGroup)
contains
public boolean contains(IPerson person)
test
public boolean test(IPerson person)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010 Jasig. All Rights Reserved.