public class ProductCompareDataBeanBeanInfo
extends java.beans.SimpleBeanInfo
Constructor and Description |
---|
ProductCompareDataBeanBeanInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Method | findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
Deprecated.
Find the method by comparing (name & parameter size) against the methods in the class.
|
java.beans.BeanInfo[] | getAdditionalBeanInfo()
Deprecated.
Returns the BeanInfo of the superclass of this bean to inherit its features.
|
java.beans.MethodDescriptor | getAdditionalProductLinkParametersMethodDescriptor()
Deprecated.
Gets the getAdditionalProductLinkParameters() method descriptor.
|
static java.lang.Class | getBeanClass()
Deprecated.
Gets the bean class.
|
static java.lang.String | getBeanClassName()
Deprecated.
Gets the bean class name.
|
java.beans.BeanDescriptor | getBeanDescriptor()
Deprecated.
|
java.beans.EventSetDescriptor[] | getEventSetDescriptors()
Deprecated.
Return the event set descriptors for this bean.
|
java.beans.MethodDescriptor[] | getMethodDescriptors()
Deprecated.
Return the method descriptors for this bean.
|
java.beans.MethodDescriptor | getProductLinkNameMethodDescriptor()
Deprecated.
Gets the getProductLinkName() method descriptor.
|
java.beans.MethodDescriptor | getProductLinkParametersMethodDescriptor()
Deprecated.
Gets the getProductLinkParameters() method descriptor.
|
java.beans.PropertyDescriptor[] | getPropertyDescriptors()
Deprecated.
Return the property descriptors for this bean.
|
java.beans.MethodDescriptor | getSortbyMethodDescriptor()
Deprecated.
Gets the getSortby() method descriptor.
|
java.beans.PropertyDescriptor | productLinkNamePropertyDescriptor()
Deprecated.
Gets the productLinkName property descriptor.
|
java.beans.PropertyDescriptor | productLinkParametersPropertyDescriptor()
Deprecated.
Gets the productLinkParameters property descriptor.
|
java.beans.MethodDescriptor | setProductLinkName_javalangStringMethodDescriptor()
Deprecated.
Gets the setProductLinkName(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setProductLinkParameters_javalangStringMethodDescriptor()
Deprecated.
Gets the setProductLinkParameters(java.lang.String) method descriptor.
|
java.beans.MethodDescriptor | setSortby_javalangStringMethodDescriptor()
Deprecated.
Gets the setSortby(java.lang.String) method descriptor.
|
java.beans.PropertyDescriptor | sortbyPropertyDescriptor()
Deprecated.
Gets the sortby property descriptor.
|
public ProductCompareDataBeanBeanInfo()
public static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
public java.beans.BeanInfo[] getAdditionalBeanInfo()
public java.beans.MethodDescriptor getAdditionalProductLinkParametersMethodDescriptor()
public static java.lang.Class getBeanClass()
public static java.lang.String getBeanClassName()
public java.beans.BeanDescriptor getBeanDescriptor()
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
public java.beans.MethodDescriptor[] getMethodDescriptors()
public java.beans.MethodDescriptor getProductLinkNameMethodDescriptor()
public java.beans.MethodDescriptor getProductLinkParametersMethodDescriptor()
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
public java.beans.MethodDescriptor getSortbyMethodDescriptor()
public java.beans.PropertyDescriptor productLinkNamePropertyDescriptor()
public java.beans.PropertyDescriptor productLinkParametersPropertyDescriptor()
public java.beans.MethodDescriptor setProductLinkName_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setProductLinkParameters_javalangStringMethodDescriptor()
public java.beans.MethodDescriptor setSortby_javalangStringMethodDescriptor()
public java.beans.PropertyDescriptor sortbyPropertyDescriptor()