org.hibernate.test.lazyonetoone
Class Employment

java.lang.Object
  extended by org.hibernate.test.lazyonetoone.Employment
All Implemented Interfaces:
Serializable

public class Employment
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Employment(Employee e, String org)
           
 
Method Summary
 Date getEndDate()
           
 String getOrganizationName()
           
 String getPersonName()
           
 Date getStartDate()
           
 void setEndDate(Date endDate)
           
 void setOrganizationName(String organizationName)
           
 void setPersonName(String personName)
           
 void setStartDate(Date startDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Employment

public Employment(Employee e,
                  String org)
Method Detail

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.