Class Person
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getDn()
getPhone()
int
hashCode()
void
setCompany
(String company) void
setCountry
(String country) void
setDescription
(String description) void
void
setFullName
(String fullName) void
setLastName
(String lastName) void
toString()
-
Constructor Details
-
Person
public Person()
-
-
Method Details
-
getDn
-
setDn
-
getDescription
-
setDescription
-
getFullName
-
setFullName
-
getLastName
-
setLastName
-
getCompany
-
setCompany
-
getCountry
-
setCountry
-
getPhone
-
setPhone
-
equals
-
hashCode
public int hashCode() -
toString
-