org.identityconnectors.ldap.commons
Class AttributeMappingConfig

java.lang.Object
  extended by org.identityconnectors.ldap.commons.AttributeMappingConfig

public class AttributeMappingConfig
extends Object


Constructor Summary
AttributeMappingConfig(String fromAttribute, String toAttribute)
           
 
Method Summary
 boolean equals(Object o)
           
 String getFromAttribute()
           
 String getToAttribute()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMappingConfig

public AttributeMappingConfig(String fromAttribute,
                              String toAttribute)
Method Detail

getFromAttribute

public String getFromAttribute()

getToAttribute

public String getToAttribute()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012. All Rights Reserved.