org.apache.agila.services.notification
Class NotificationID

java.lang.Object
  extended by org.apache.agila.util.BaseID
      extended by org.apache.agila.services.notification.NotificationID
All Implemented Interfaces:
java.io.Serializable

public class NotificationID
extends BaseID

Version:
$Id: $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Constructor Summary
NotificationID()
           
NotificationID(int id)
           
 
Method Summary
static NotificationID fromString(java.lang.String s)
           
 
Methods inherited from class org.apache.agila.util.BaseID
equals, getID, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationID

public NotificationID()

NotificationID

public NotificationID(int id)
Method Detail

fromString

public static NotificationID fromString(java.lang.String s)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.