com.bea.netuix.application.localization.identifier
Class LocalizationIntersectionId

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

public class LocalizationIntersectionId
extends Id

Used to associate Locales with individual portal resources (books, pages, portlets, menus, etc).

See Also
Serialized Form

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

LocalizationIntersectionId

public LocalizationIntersectionId(int id)
Method Detail

createLocalizationIntersectionId

public static LocalizationIntersectionId createLocalizationIntersectionId(int id)

clone

public static LocalizationIntersectionId clone(LocalizationIntersectionId localizationIntersectionId)
Parameters
localizationIntersectionId - the LocalizationIntersectionId to be cloned.
Returns
a new LocalizationIntersectionId with the exact same id value as the LocalizationIntersectionId 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.