Skip navigation links


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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.