Class BeanInfo


  • public class BeanInfo
    extends java.lang.Object

    BeanInfo class.

    Version:
    $Id: $
    Author:
    ranger
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanInfo()
      Constructor for BeanInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addOperations​(java.lang.Object attr)
      addOperations
      java.util.List<java.lang.String> getAttributeNames()
      getAttributeNames
      java.util.List<java.lang.String> getCompositeAttributeNames()
      getCompositeAttributeNames
      java.lang.String getExcludes()
      Getter for the field excludes.
      java.lang.String getKeyAlias()
      Getter for the field keyAlias.
      java.lang.String getKeyField()
      Getter for the field keyField.
      java.lang.String getMbeanName()
      Getter for the field mbeanName.
      java.lang.String getObjectName()
      Getter for the field objectName.
      java.util.List<java.lang.Object> getOperations()
      Getter for the field operations.
      void setAttributes​(java.util.List<java.lang.String> attr)
      Setter for the field attributes.
      void setCompositeAttributes​(java.util.List<java.lang.String> compAttr)
      Setter for the field compositeAttributes.
      void setExcludes​(java.lang.String excludes)
      Setter for the field excludes.
      void setKeyAlias​(java.lang.String substitutions)
      Setter for the field keyAlias.
      void setKeyField​(java.lang.String keyField)
      Setter for the field keyField.
      void setMbeanName​(java.lang.String mbeanName)
      Setter for the field mbeanName.
      void setObjectName​(java.lang.String objectName)
      Setter for the field objectName.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeanInfo

        public BeanInfo()

        Constructor for BeanInfo.

    • Method Detail

      • getCompositeAttributeNames

        public java.util.List<java.lang.String> getCompositeAttributeNames()

        getCompositeAttributeNames

        Returns:
        a List object.
      • setCompositeAttributes

        public void setCompositeAttributes​(java.util.List<java.lang.String> compAttr)

        Setter for the field compositeAttributes.

        Parameters:
        compAttr - a List object.
      • setAttributes

        public void setAttributes​(java.util.List<java.lang.String> attr)

        Setter for the field attributes.

        Parameters:
        attr - a List object.
      • getAttributeNames

        public java.util.List<java.lang.String> getAttributeNames()

        getAttributeNames

        Returns:
        a List object.
      • addOperations

        public void addOperations​(java.lang.Object attr)

        addOperations

        Parameters:
        attr - a Object object.
      • getOperations

        public java.util.List<java.lang.Object> getOperations()

        Getter for the field operations.

        Returns:
        a ArrayList object.
      • getMbeanName

        public java.lang.String getMbeanName()

        Getter for the field mbeanName.

        Returns:
        Returns the mbeanName.
      • setMbeanName

        public void setMbeanName​(java.lang.String mbeanName)

        Setter for the field mbeanName.

        Parameters:
        mbeanName - The mbeanName to set.
      • getObjectName

        public java.lang.String getObjectName()

        Getter for the field objectName.

        Returns:
        Returns the objectName.
      • setObjectName

        public void setObjectName​(java.lang.String objectName)

        Setter for the field objectName.

        Parameters:
        objectName - The objectName to set.
      • getExcludes

        public java.lang.String getExcludes()

        Getter for the field excludes.

        Returns:
        Returns the excludes.
      • setExcludes

        public void setExcludes​(java.lang.String excludes)

        Setter for the field excludes.

        Parameters:
        excludes - The excludes to set.
      • getKeyField

        public java.lang.String getKeyField()

        Getter for the field keyField.

        Returns:
        Returns the keyField.
      • setKeyField

        public void setKeyField​(java.lang.String keyField)

        Setter for the field keyField.

        Parameters:
        keyField - The keyField to set.
      • getKeyAlias

        public java.lang.String getKeyAlias()

        Getter for the field keyAlias.

        Returns:
        Returns the substitutions.
      • setKeyAlias

        public void setKeyAlias​(java.lang.String substitutions)

        Setter for the field keyAlias.

        Parameters:
        substitutions - The substitutions to set.