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

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

public class AttributeValueItem
extends ProtectedItem

A specific value of specific attributes.


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
AttributeValueItem(Set<org.apache.directory.api.ldap.model.entry.Attribute> attributes)
          Creates a new instance.
 
Method Summary
 boolean equals(Object o)
          
 int hashCode()
          
 Iterator<org.apache.directory.api.ldap.model.entry.Attribute> iterator()
          Returns an iterator of all Attributes.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeValueItem

public AttributeValueItem(Set<org.apache.directory.api.ldap.model.entry.Attribute> attributes)
Creates a new instance.

Parameters:
attributes - the collection of Attributes.
Method Detail

iterator

public Iterator<org.apache.directory.api.ldap.model.entry.Attribute> iterator()
Returns an iterator of all Attributes.

Returns:
the iterator

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.