com.bea.netuix.application.identifier
Class MessagingAddressId

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

public class MessagingAddressId
extends Id

Id class for MessagingAddress objects stored in the PF_COMMUNITY_MESSAGING_ADDR table.

See Also
Serialized Form

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

MessagingAddressId

public MessagingAddressId(int id)
Ctor

Parameters
id - the integer value that this MessagingAddressId should be set to.
Method Detail

createId

public static MessagingAddressId createId(int id)
Creates a MessagingAddressId

Parameters
id - the integer value that this MessagingAddressId should be set to.
Returns
a new MessagingAddressId 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.