org.hibernate.test.annotations.query
Class Night

java.lang.Object
  extended by org.hibernate.test.annotations.query.Darkness
      extended by org.hibernate.test.annotations.query.Night

@Entity
public class Night
extends Darkness

Entity declaring a named query


Constructor Summary
Night()
           
 
Method Summary
 Area getArea()
           
 Date getDate()
           
 long getDuration()
           
 Integer getId()
           
 void setArea(Area area)
           
 void setDate(Date date)
           
 void setDuration(long duration)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Night

public Night()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getDuration

public long getDuration()

setDuration

public void setDuration(long duration)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getArea

public Area getArea()

setArea

public void setArea(Area area)


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