com.tibco.bpm.web.client.model.types.org
Class LdapEntry

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.org.LdapEntry

public class LdapEntry
extends java.lang.Object


Constructor Summary
LdapEntry()
           
 
Method Summary
 java.util.List<LdapAttributeValue> getLdapAttributeValueList()
           
 java.lang.String getLdapDn()
           
 void setLdapAttributeValueList(java.util.List<LdapAttributeValue> ldapAttributeValueList)
           
 void setLdapDn(java.lang.String ldapDn)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapEntry

public LdapEntry()
Method Detail

getLdapDn

public java.lang.String getLdapDn()

setLdapDn

public void setLdapDn(java.lang.String ldapDn)

getLdapAttributeValueList

public java.util.List<LdapAttributeValue> getLdapAttributeValueList()

setLdapAttributeValueList

public void setLdapAttributeValueList(java.util.List<LdapAttributeValue> ldapAttributeValueList)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.