org.jasig.portal.groups.smartldap
Class LdapRecord

java.lang.Object
  extended by org.jasig.portal.groups.smartldap.LdapRecord

public final class LdapRecord
extends Object


Constructor Summary
LdapRecord(IEntityGroup group, List<String> keysOfChildren)
           
 
Method Summary
 boolean equals(Object o)
           
 IEntityGroup getGroup()
           
 List<String> getKeysOfChildren()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapRecord

public LdapRecord(IEntityGroup group,
                  List<String> keysOfChildren)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getGroup

public IEntityGroup getGroup()

getKeysOfChildren

public List<String> getKeysOfChildren()

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010 Jasig. All Rights Reserved.