com.bea.netuix.application.identifier
Class InvitationId
java.lang.Object
  
com.bea.netuix.application.identifier.Id
      
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
 
 
| Fields inherited from class com.bea.netuix.application.identifier.Id | 
id | 
 
 
 
 
 
InvitationId
public InvitationId(int id)
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 © 2006 BEA Systems, Inc. All Rights Reserved