org.hibernate.test.annotations.inheritance.joined
Class Alarm

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.EventInformation
      extended by org.hibernate.test.annotations.inheritance.joined.Alarm
All Implemented Interfaces:
Serializable

@Entity
public class Alarm
extends EventInformation

See Also:
Serialized Form

Field Summary
protected  EventInformation eventInfo
           
 
Fields inherited from class org.hibernate.test.annotations.inheritance.joined.EventInformation
notificationId
 
Constructor Summary
Alarm()
           
 
Method Summary
 EventInformation getEventInfo()
           
 void setEventInfo(EventInformation value)
           
 String toString()
           
 
Methods inherited from class org.hibernate.test.annotations.inheritance.joined.EventInformation
getNotificationId, setNotificationId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eventInfo

protected EventInformation eventInfo
Constructor Detail

Alarm

public Alarm()
Method Detail

getEventInfo

public EventInformation getEventInfo()

setEventInfo

public void setEventInfo(EventInformation value)

toString

public String toString()
Overrides:
toString in class EventInformation


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