|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectca.tnt.ldaputils.impl.LdapEntry
ca.tnt.ldaputils.impl.LdapOrganization
ca.tnt.ldaputils.proprietary.LdapBusiness
public class LdapBusiness
Created by IntelliJ IDEA.
Created : 16-Apr-2006 10:47:22 PM MST
| Field Summary |
|---|
| Fields inherited from class ca.tnt.ldaputils.impl.LdapEntry |
|---|
attributes, isNew, modificationItems, modified, objectClasses |
| Fields inherited from interface ca.tnt.ldaputils.ILdapEntry |
|---|
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE |
| Constructor Summary | |
|---|---|
LdapBusiness()
|
|
| Method Summary | |
|---|---|
String |
getBusinessContact()
|
String[] |
getLabeledURI()
|
String |
getMail()
|
String[] |
getMails()
|
void |
setBusinessContact(String businessContact,
int operation)
|
protected void |
setLabeledURI(String labeledURI)
|
void |
setLabeledURI(String labeledURI,
int operation)
|
void |
setMail(String mail,
int operation)
|
String |
toString()
|
| Methods inherited from class ca.tnt.ldaputils.impl.LdapOrganization |
|---|
compareTo, equals, getBusinessCategories, getCategoryDN, getFacsimileTelephoneNumber, getLocality, getOrganization, getPostalAddress, getPostalCode, getPostOfficeBox, getStreet, getTelephoneNumber, getValues, hashCode, processValues, setBusinessCategories, setFacsimileTelephoneNumber, setLocality, setOrganization, setPostalAddress, setPostalCode, setPostOfficeBox, setStreet, setTelephoneNumber |
| Methods inherited from class ca.tnt.ldaputils.impl.LdapEntry |
|---|
convertInstance, getAttributes, getAttributeValues, getBindAttributes, getCn, getCN, getDescription, getDn, getObjectClasses, getStringAttribute, getStringValue, isObjectClass, modifyAttribute, modifyBatchAttribute, modifyBatchAttributes, save, setCn, setDn, setObjectClasses, updateAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ca.tnt.ldaputils.ILdapOrganization |
|---|
getBusinessCategories, getFacsimileTelephoneNumber, getLocality, getOrganization, getPostalAddress, getPostalCode, getPostOfficeBox, getStreet, getTelephoneNumber, setBusinessCategories, setFacsimileTelephoneNumber, setLocality, setOrganization, setPostalAddress, setPostalCode, setPostOfficeBox, setStreet, setTelephoneNumber |
| Methods inherited from interface ca.tnt.ldaputils.ILdapEntry |
|---|
convertInstance, getAttributeValues, getBindAttributes, getCn, getCN, getDescription, getDn, getObjectClasses, getStringValue, modifyAttribute, modifyBatchAttribute, modifyBatchAttributes, save, setCn, setDn |
| Constructor Detail |
|---|
public LdapBusiness()
| Method Detail |
|---|
public String getBusinessContact()
getBusinessContact in interface ILdapBusinesspublic String[] getLabeledURI()
getLabeledURI in interface ILdapBusinesspublic String getMail()
getMail in interface ILdapBusinesspublic String[] getMails()
getMails in interface ILdapBusiness
public void setBusinessContact(String businessContact,
int operation)
setBusinessContact in interface ILdapBusinessprotected void setLabeledURI(String labeledURI)
public void setLabeledURI(String labeledURI,
int operation)
setLabeledURI in interface ILdapBusiness
public void setMail(String mail,
int operation)
setMail in interface ILdapBusinesspublic String toString()
toString in class LdapOrganization
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation is part of the LDAP Persistence API (LPA).
Copyright Trenton D. Adams <lpa at trentonadams daught ca>
LPA is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
LPA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with LPA. If not, see GNU Licenses.
See the COPYING file, in the git repository, for more information.