mazz.i18n
Class Msg.BundleBaseName

java.lang.Object
  extended by mazz.i18n.Msg.BundleBaseName
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Msg

public static final class Msg.BundleBaseName
extends java.lang.Object
implements java.io.Serializable

The purpose of this class is to offer a strongly typed object (more strongly than String) so we can pass bundle base names to our vararg methods and not have this be confused with a key or arg parameter.

See Also:
Serialized Form

Constructor Summary
Msg.BundleBaseName(java.lang.String bundleBaseName)
          Creates a new Msg.BundleBaseName object.
 
Method Summary
 java.lang.String getBundleBaseName()
          Returns the bundle base name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Msg.BundleBaseName

public Msg.BundleBaseName(java.lang.String bundleBaseName)
Creates a new Msg.BundleBaseName object.

Parameters:
bundleBaseName - the bundle base name string
Method Detail

getBundleBaseName

public java.lang.String getBundleBaseName()
Returns the bundle base name.

Returns:
the bundle base name.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2006 John J. Mazzitelli All Rights Reserved. Licensed under LGPL