com.bea.netuix.application.identifier
Class NotificationId

java.lang.Object
  extended by com.bea.netuix.application.identifier.Id
      extended by com.bea.netuix.application.identifier.NotificationId
All Implemented Interfaces
Serializable

public class NotificationId
extends Id

NotificationId

See Also
Serialized Form

Field Summary
 
Fields inherited from class com.bea.netuix.application.identifier.Id
id
 
Constructor Summary
NotificationId(int id)
           
 
Method Summary
protected  Object clone()
           
static NotificationId createNotificationId(int id)
          Creates a NotificationId
 
Methods inherited from class com.bea.netuix.application.identifier.Id
equals, equals, getId, getUniqueLabel, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationId

public NotificationId(int id)
Method Detail

createNotificationId

public static NotificationId createNotificationId(int id)
Creates a NotificationId

Parameters
id - the integer value that this NotificationId should be set to.
Returns
a new NotificationId with the id value set to the integer passed in.

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws
CloneNotSupportedException


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.