com.ibm.commerce.beans
Class ECBeanResourceBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.commerce.beans.ECBeanResourceBundle

public class ECBeanResourceBundle
extends java.util.ListResourceBundle

A resource bundle that has a variety of keys and their corresponding english description.


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ECBeanResourceBundle()
           
 
Method Summary
protected  java.lang.Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.
See Also:
Constant Field Values
Constructor Detail

ECBeanResourceBundle

public ECBeanResourceBundle()
Method Detail

getContents

protected java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle