org.springframework.ldap
Class Person
java.lang.Object
org.springframework.ldap.Person
public class Person
- extends Object
Dummy bean to be used in the LdapTemplate integration tests.
- Author:
- Mattias Hellborg Arthursson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getFullname
public String getFullname()
setFullname
public void setFullname(String fullname)
getLastname
public String getLastname()
setLastname
public void setLastname(String lastname)
getPhone
public String getPhone()
setPhone
public void setPhone(String phone)
Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.