org.apache.directory.api.ldap.aci.protectedItem
Class ClassesItem

java.lang.Object
  extended by org.apache.directory.api.ldap.aci.ProtectedItem
      extended by org.apache.directory.api.ldap.aci.protectedItem.ClassesItem

public class ClassesItem
extends ProtectedItem

The contents of entries (possibly a family member) which are restricted to those that have object class values that satisfy the predicate defined by Refinement (see 12.3.5), together (in the case of an ancestor or other family member) with the entry contents as a whole of each subordinate family member entry; it does not necessarily include the information in these entries.


Field Summary
 
Fields inherited from class org.apache.directory.api.ldap.aci.ProtectedItem
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY
 
Constructor Summary
ClassesItem(org.apache.directory.api.ldap.model.filter.ExprNode classes)
          Creates a new instance.
 
Method Summary
 boolean equals(Object o)
          
 org.apache.directory.api.ldap.model.filter.ExprNode getClasses()
          Gets the classes refinement.
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassesItem

public ClassesItem(org.apache.directory.api.ldap.model.filter.ExprNode classes)
Creates a new instance.

Parameters:
classes - refinement
Method Detail

getClasses

public org.apache.directory.api.ldap.model.filter.ExprNode getClasses()
Gets the classes refinement.

Returns:
the classes refinement

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object o)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.