com.bea.netuix.application.identifier
Class InviteeId

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

public class InviteeId
extends Id

Id class for use with the Communities Invitations feature. Each InviteeId corresponds to a single invite for a single user, and maps to the PF_INVITEE table primary keys.

See Also
Serialized Form

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

InviteeId

public InviteeId(int id)
Method Detail

createInvitationId

public static InviteeId createInvitationId(int id)
Parameters
id - the integer value that this InviteeId should be set to.
Returns
a new InviteeId 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, 2009, 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.