Class Notification

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

public class Notification extends _Notification
Provides a notification message that is displayed to the users of a specific portal.
See Also:
  • Field Details

    • NOTIFICATION_TYPE

      public static final String NOTIFICATION_TYPE
      String constant for Notification of Type Notification
      See Also:
    • STATUS_CHANGE_TYPE

      public static final String STATUS_CHANGE_TYPE
      String constant for Notification of Type Status Change
      See Also:
  • Constructor Details

    • Notification

      public Notification()