com.bea.netuix.application.identifier
Class InvitationId

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

public class InvitationId
extends Id

Id class for use with the Communities Invitations feature. InvitationDetailIds map to the PF_INVITATION table's primary key. This table is used for storing redundant invitation data. Individual Invitations are actually keyed using the InviteeId class, as they are targed to the per user invitation data contained in PF_INVITEE.

See Also
Serialized Form

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

InvitationId

public InvitationId(int id)
Method Detail

createInvitationDetailId

public static InvitationId createInvitationDetailId(int id)
Creates a InvitationId

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