com.bea.netuix.application.identifier
Class PlacementId

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

public class PlacementId
extends Id

Represents a unique placement of a placeable (Book or Portlet) on a navigable (Book or Page). PlacementId is the primary key value of the PF_PLACEMENT.PLACEMENT_ID table in the database.

See Also
Serialized Form

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

PlacementId

public PlacementId(int id)
Parameters
id - the integer value that this PlacementId should be set to.
Method Detail

createPlacementId

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

clone

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

clone

protected Object clone()
Overrides:
clone in class Object
Returns
a new PlacementId with the exact same id value as this PlacementId


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.