© 2005 BEA Systems, Inc.

com.bea.netuix.application.identifier
Class MarkupDefinitionId

java.lang.Object
  extended bycom.bea.netuix.application.identifier.Id
      extended bycom.bea.netuix.application.identifier.MarkupDefinitionId
All Implemented Interfaces:
Serializable

public class MarkupDefinitionId
extends Id

Represents the primary keys of MarkupDefinition objects in the database, and is used to uniquely identify them. MarkupDefinitionId will be needed when getting/setting the markup of portal framework objects such as Books, Pages, and Portlets .

See Also:
Serialized Form

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

MarkupDefinitionId

public MarkupDefinitionId(int id)
Method Detail

clone

protected Object clone()
Returns:
a new MarkupDefinitionId with the exact same id value as this MarkupDefinitionId

clone

public static MarkupDefinitionId clone(MarkupDefinitionId markupDefinitionId)
Parameters:
markupDefinitionId - the MarkupDefinitionId to be cloned.
Returns:
a new MarkupDefinitionId with the exact same id value as the MarkupDefinitionId passed in.

createMarkupDefinitionId

public static MarkupDefinitionId createMarkupDefinitionId(int id)
Parameters:
id - the integer value that this MarkupDefinitionId should be set to.
Returns:
a new MarkupDefinitionId with the id value set to the integer passed in.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved