com.bea.netuix.application.identifier
Class NotificationPayloadId

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

public class NotificationPayloadId
extends Id

NotificationPayloadId

See Also
Serialized Form

Field Summary
 
Fields inherited from class com.bea.netuix.application.identifier.Id
id
 
Constructor Summary
NotificationPayloadId(int id)
           
 
Method Summary
protected  Object clone()
           
static NotificationPayloadId createNotificationPayloadId(int id)
          Creates a NotificationPayloadId
 
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

NotificationPayloadId

public NotificationPayloadId(int id)
Method Detail

createNotificationPayloadId

public static NotificationPayloadId createNotificationPayloadId(int id)
Creates a NotificationPayloadId

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

clone

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


Copyright © 2011, Oracle. All rights reserved.