org.hibernate.test.annotations.various
Class ProfessionalAgreement

java.lang.Object
  extended by org.hibernate.test.annotations.various.ProfessionalAgreement

@Entity
public class ProfessionalAgreement
extends Object


Constructor Summary
ProfessionalAgreement()
           
 
Method Summary
 Date getExpirationDate()
           
 Integer getId()
           
 void setExpirationDate(Date expirationDate)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfessionalAgreement

public ProfessionalAgreement()
Method Detail

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getId

public Integer getId()

setId

public void setId(Integer id)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.