com.bea.netuix.application.identifier
Class CommunityDefinitionId

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

public class CommunityDefinitionId
extends Id
implements TemplateId

CommunityDefinitionId

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
 
Fields inherited from interface com.bea.netuix.application.identifier.TemplateId
NO_ID
 
Constructor Summary
CommunityDefinitionId(int id)
           
 
Method Summary
protected  Object clone()
           
static CommunityDefinitionId createCommunityDefinitionId(int id)
          Creates a CommunityDefinitionId
 
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
 
Methods inherited from interface com.bea.netuix.application.identifier.TemplateId
getId
 

Constructor Detail

CommunityDefinitionId

public CommunityDefinitionId(int id)
Method Detail

createCommunityDefinitionId

public static CommunityDefinitionId createCommunityDefinitionId(int id)
Creates a CommunityDefinitionId

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