Spring LDAP Framework

org.springframework.ldap
Class Person

java.lang.Object
  extended by org.springframework.ldap.Person

public class Person
extends Object

Dummy bean to be used in the LdapTemplate integration tests.

Author:
Mattias Hellborg Arthursson

Constructor Summary
Person()
           
 
Method Summary
 String getDescription()
           
 String getFullname()
           
 String getLastname()
           
 String getPhone()
           
 void setDescription(String description)
           
 void setFullname(String fullname)
           
 void setLastname(String lastname)
           
 void setPhone(String phone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

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)

Spring LDAP Framework

Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.