com.bea.netuix.application.identifier
Class CommunityMemberId

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

public class CommunityMemberId
extends Id

CommunityMemberId - represents an id that is associated with a single CommunityMember.

The overview of community functionality contains a description of the community framework.

See Also
Serialized Form

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

CommunityMemberId

public CommunityMemberId(int id)
Method Detail

createCommunityMemberId

public static CommunityMemberId createCommunityMemberId(int id)
Creates a CommunityMemberId

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