org.springframework.ldap.transaction.compensating.manager.hibernate
Class OrgPerson
java.lang.Object
org.springframework.ldap.transaction.compensating.manager.hibernate.OrgPerson
public class OrgPerson
- extends Object
Pojo for use with the ContextSourceAndHibernateTransactionManager integration tests
- Author:
- Hans Westerbeek
OrgPerson
public OrgPerson()
getId
public Integer getId()
setId
public void setId(Integer id)
getFullname
public String getFullname()
setFullname
public void setFullname(String fullname)
getLastname
public String getLastname()
setLastname
public void setLastname(String lastname)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
getCompany
public String getCompany()
setCompany
public void setCompany(String company)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.