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

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

public class LocalizationLocaleId
extends Id

Used in the LocalizationResourceView to identify a Locale .

See Also
Serialized Form

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

LocalizationLocaleId

public LocalizationLocaleId(int id)
Method Detail

createLocalizationLocaleId

public static LocalizationLocaleId createLocalizationLocaleId(int id)

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws
CloneNotSupportedException


Copyright © 2011, Oracle. All rights reserved.