java.lang.Object
org.springframework.ldap.samples.plain.domain.Person

@Entry(objectClasses={"inetOrgPerson","organizationalPerson","person","top"}) public class Person extends Object
Simple class representing a single person.
  • Constructor Details

    • Person

      public Person()
  • Method Details

    • getDn

      public Name getDn()
    • setDn

      public void setDn(Name dn)
    • 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)
    • getCompany

      public String getCompany()
    • setCompany

      public void setCompany(String company)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object