org.norther.tammi.root.locale
Class LocalizedName

java.lang.Object
  extended by org.norther.tammi.root.locale.LocalizedName
All Implemented Interfaces:
Serializable, Cloneable

public class LocalizedName
extends Object
implements Serializable, Cloneable

A persistent localized name.

Version:
$Id: LocalizedName.java,v 1.7 2009/09/28 15:08:35 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
LocalizedName()
          Constructs a new name.
LocalizedName(String name)
          Constructs a new name with a default name.
 
Method Summary
 Object clone()
           
 Object getId()
          Gets the id.
 String getName()
          Gets the current name.
 void setId(Object id)
          Sets the id.
 void setName(String name)
          Sets the current name.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalizedName

public LocalizedName()
Constructs a new name.


LocalizedName

public LocalizedName(String name)
Constructs a new name with a default name.

Parameters:
name - the default name.
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

getId

public Object getId()
Gets the id.

Returns:
the id.

setId

public void setId(Object id)
Sets the id.

Parameters:
id - the id.

getName

public String getName()
Gets the current name.

Returns:
the name.

setName

public void setName(String name)
Sets the current name.

Parameters:
name - the name.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004 The Norther Organization. All rights reserved.