com.ibm.commerce.beans

Class DataBeanDescriptor

  • java.lang.Object
    • java.beans.FeatureDescriptor
      • com.ibm.commerce.beans.DataBeanDescriptor


  • public class DataBeanDescriptor
    extends java.beans.FeatureDescriptor
    This is a descriptor for a databean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      DataBeanDescriptor()
      This is the default constructor for this class.
    • Method Summary

      • Methods inherited from class java.beans.FeatureDescriptor

        attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • DataBeanDescriptor

        public DataBeanDescriptor()
        This is the default constructor for this class. It calls the constructor from the superclass.