org.productivity.java.habitat4j.junit.examples.propertybean
Class SampleLDAPBean
java.lang.Object
org.productivity.java.habitat4j.junit.examples.propertybean.SampleCommProtocolBean
org.productivity.java.habitat4j.junit.examples.propertybean.SampleLDAPBean
- All Implemented Interfaces:
- java.io.Serializable
public class SampleLDAPBean
- extends SampleCommProtocolBean
This is a sample PropertyBean.
## LICENSE INFORMATION ##
This library 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 2.1 of the License, or (at your option) any later version.
This library 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 this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
- Version:
- $Id: SampleLDAPBean.html,v 1.2 2008/11/24 15:15:26 cvs Exp $
- Author:
- Justin Yunke <habitat4j@productivity.org>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleLDAPBean
public SampleLDAPBean()
getBaseDN
public java.lang.String getBaseDN()
- Returns:
- Returns the baseDN.
setBaseDN
public void setBaseDN(java.lang.String baseDN)
- Parameters:
baseDN - The baseDN to set.
getAuthPass
public java.lang.String getAuthPass()
- Returns:
- Returns the authPass.
setAuthPass
public void setAuthPass(java.lang.String authPass)
- Parameters:
authPass - The authPass to set.
getAuthUser
public java.lang.String getAuthUser()
- Returns:
- Returns the authUser.
setAuthUser
public void setAuthUser(java.lang.String authUser)
- Parameters:
authUser - The authUser to set.