PlacementId Class

com.bea.netuix.application.identifier
PlacementId Class

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.


Hierarchy
Object
  Id
    PlacementId
All Implemented Interfaces

Serializable

Field Summary

   
Fields from  com.bea.netuix.application.identifier.Id
id
 

Constructor Summary

PlacementId(int id)

 

Method Summary

public static PlacementId
clone(PlacementId placementId)
protected Object
clone()
public static PlacementId
createPlacementId(int id)
 
Methods from  com.bea.netuix.application.identifier.Id
equals, getId, hashCode, setId, toString
 
Methods from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PlacementId

public PlacementId(int id)
 

Method Detail

clone(PlacementId) Method

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() Method

protected Object clone()
Overrides
Object.clone()

Returns

a new PlacementId with the exact same id value as this PlacementId

createPlacementId(int) Method

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.