org.apache.agila.services.notification
Interface Notification
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- NotificationImpl
public interface Notification
- extends java.io.Serializable
- Version:
- $Id: $
- Author:
- Geir Magnusson Jr.
STATUS_ACTIVE
static final int STATUS_ACTIVE
- See Also:
- Constant Field Values
STATUS_INACTIVE
static final int STATUS_INACTIVE
- See Also:
- Constant Field Values
getNotificationID
NotificationID getNotificationID()
getUserID
UserID getUserID()
getMessage
java.lang.String getMessage()
getIssueDate
java.util.Date getIssueDate()
getStatus
int getStatus()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.