Skip navigation links


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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.