net.sf.jldapbeans.commons
Interface Organization

All Superinterfaces:
Top

@LdapBean
public interface Organization
extends Top


Method Summary
 java.util.List getOrganizationName()
           
 void setOrganizationName(java.util.List value)
           
 
Methods inherited from interface net.sf.jldapbeans.commons.Top
getObjectClass, setObjectClass
 

Method Detail

getOrganizationName

@LdapAttribute(name={"o","organizationName"},
               value=REQUIRED)
java.util.List getOrganizationName()

setOrganizationName

void setOrganizationName(java.util.List value)


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.