net.sf.bloof.util.intl
Class TextKey

java.lang.Object
  |
  +--net.sf.bloof.util.intl.TextKey

public class TextKey
extends java.lang.Object

Represents a valid Key for a text that can be presented to the user.

Version:
$Id: TextKey.java,v 1.4 2003/06/28 06:51:42 pekacki Exp $
Author:
Lukasz Pekacki

Constructor Summary
protected TextKey(java.lang.String aName)
          Default Contructor, protected in order to only be called from within intl package
 
Method Summary
 java.lang.String getName()
          Returns the mName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextKey

protected TextKey(java.lang.String aName)
Default Contructor, protected in order to only be called from within intl package

Method Detail

getName

public java.lang.String getName()
Returns the mName.

Returns:
String


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.