com.ibm.commerce.beans
Class ECPABeanResourceBundle

java.lang.Object
  java.util.ResourceBundle
      java.util.ListResourceBundle
          com.ibm.commerce.beans.ECPABeanResourceBundle

public class ECPABeanResourceBundle
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
ECPABeanResourceBundle()
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

COPYRIGHT

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

ECPABeanResourceBundle

public ECPABeanResourceBundle()
Method Detail

getContents

protected java.lang.Object[][] getContents()

Feedback