org.hibernate.test.lazyonetoone
Class Employment
java.lang.Object
org.hibernate.test.lazyonetoone.Employment
- All Implemented Interfaces:
- Serializable
public class Employment
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Employment
public Employment(Employee e,
String org)
getOrganizationName
public String getOrganizationName()
setOrganizationName
public void setOrganizationName(String organizationName)
getPersonName
public String getPersonName()
setPersonName
public void setPersonName(String personName)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.