org.norther.tammi.root.locale
Class LocalizedValue.Id

java.lang.Object
  extended by org.norther.tammi.root.locale.LocalizedValue.Id
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
LocalizedValue

public static class LocalizedValue.Id
extends Object
implements Cloneable, Serializable

An inner class for a composite id.

See Also:
Serialized Form

Constructor Summary
LocalizedValue.Id()
          Constructs a new id.
 
Method Summary
 Object clone()
           
 boolean equals(Object other)
           
 Object getLocaleId()
          Gets the locale id.
 Object getNameId()
          Gets the name id.
 int hashCode()
           
 void setLocaleId(Object id)
          Sets the locale id.
 void setNameId(Object id)
          Sets the name id.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedValue.Id

public LocalizedValue.Id()
Constructs a new id.

Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

getNameId

public Object getNameId()
Gets the name id.

Returns:
the name id.

setNameId

public void setNameId(Object id)
Sets the name id.

Parameters:
id - the name id.

getLocaleId

public Object getLocaleId()
Gets the locale id.

Returns:
the locale id.

setLocaleId

public void setLocaleId(Object id)
Sets the locale id.

Parameters:
id - the locale id.


Copyright © 2004 The Norther Organization. All rights reserved.