org.apache.agila.impl
Class NotificationImpl
java.lang.Object
org.apache.agila.impl.NotificationImpl
- All Implemented Interfaces:
- java.io.Serializable, Notification
public class NotificationImpl
- extends java.lang.Object
- implements Notification
- Version:
- $Id: $
- Author:
- Geir Magnusson Jr.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationImpl
public NotificationImpl()
NotificationImpl
public NotificationImpl(NotificationID id,
UserID userID,
java.lang.String msg)
setNotificationID
public void setNotificationID(NotificationID id)
getNotificationID
public NotificationID getNotificationID()
- Specified by:
getNotificationID
in interface Notification
setMessage
public void setMessage(java.lang.String msg)
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interface Notification
getIssueDate
public java.util.Date getIssueDate()
- Specified by:
getIssueDate
in interface Notification
setIssueDate
public void setIssueDate(java.util.Date issueDate)
setStatus
public void setStatus(int status)
getStatus
public int getStatus()
- Specified by:
getStatus
in interface Notification
getUserID
public UserID getUserID()
- Specified by:
getUserID
in interface Notification
setUserID
public void setUserID(UserID id)
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.