org.hibernate.ejb.test.util
Class Sickness

java.lang.Object
  extended by org.hibernate.ejb.test.util.Sickness

@Entity
public class Sickness
extends Object


Nested Class Summary
static class Sickness.PK
           
 
Constructor Summary
Sickness()
           
 
Method Summary
 Date getBeginTime()
           
 String getClassification()
           
 String getType()
           
 void setBeginTime(Date beginTime)
           
 void setClassification(String classification)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sickness

public Sickness()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getClassification

public String getClassification()

setClassification

public void setClassification(String classification)

getBeginTime

public Date getBeginTime()

setBeginTime

public void setBeginTime(Date beginTime)


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