org.hibernate.test.annotations.inheritance.joined
Class EventInformation
java.lang.Object
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
notificationId
protected String notificationId
EventInformation
public EventInformation()
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.