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.

Field Summary
static int STATUS_ACTIVE
           
static int STATUS_INACTIVE
           
 
Method Summary
 java.util.Date getIssueDate()
           
 java.lang.String getMessage()
           
 NotificationID getNotificationID()
           
 int getStatus()
           
 UserID getUserID()
           
 

Field Detail

STATUS_ACTIVE

static final int STATUS_ACTIVE
See Also:
Constant Field Values

STATUS_INACTIVE

static final int STATUS_INACTIVE
See Also:
Constant Field Values
Method Detail

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.