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

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

@Entity
public class EventInformation
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String notificationId
           
 
Constructor Summary
EventInformation()
           
 
Method Summary
 String getNotificationId()
           
 void setNotificationId(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

notificationId

protected String notificationId
Constructor Detail

EventInformation

public EventInformation()
Method Detail

getNotificationId

public String getNotificationId()

setNotificationId

public void setNotificationId(String value)

toString

public String toString()
Overrides:
toString in class Object


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