Class BeanInfo


  • public class BeanInfo
    extends Object

    BeanInfo class.

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

      • BeanInfo

        public BeanInfo()

        Constructor for BeanInfo.

    • Method Detail

      • getCompositeAttributeNames

        public List<String> getCompositeAttributeNames()

        getCompositeAttributeNames

        Returns:
        a List object.
      • setCompositeAttributes

        public void setCompositeAttributes​(List<String> compAttr)

        Setter for the field compositeAttributes.

        Parameters:
        compAttr - a List object.
      • setAttributes

        public void setAttributes​(List<String> attr)

        Setter for the field attributes.

        Parameters:
        attr - a List object.
      • getAttributeNames

        public List<String> getAttributeNames()

        getAttributeNames

        Returns:
        a List object.
      • addOperations

        public void addOperations​(Object attr)

        addOperations

        Parameters:
        attr - a Object object.
      • getOperations

        public List<Object> getOperations()

        Getter for the field operations.

        Returns:
        a ArrayList object.
      • getMbeanName

        public String getMbeanName()

        Getter for the field mbeanName.

        Returns:
        Returns the mbeanName.
      • setMbeanName

        public void setMbeanName​(String mbeanName)

        Setter for the field mbeanName.

        Parameters:
        mbeanName - The mbeanName to set.
      • getObjectName

        public String getObjectName()

        Getter for the field objectName.

        Returns:
        Returns the objectName.
      • setObjectName

        public void setObjectName​(String objectName)

        Setter for the field objectName.

        Parameters:
        objectName - The objectName to set.
      • getExcludes

        public String getExcludes()

        Getter for the field excludes.

        Returns:
        Returns the excludes.
      • setExcludes

        public void setExcludes​(String excludes)

        Setter for the field excludes.

        Parameters:
        excludes - The excludes to set.
      • getKeyField

        public String getKeyField()

        Getter for the field keyField.

        Returns:
        Returns the keyField.
      • setKeyField

        public void setKeyField​(String keyField)

        Setter for the field keyField.

        Parameters:
        keyField - The keyField to set.
      • getKeyAlias

        public String getKeyAlias()

        Getter for the field keyAlias.

        Returns:
        Returns the substitutions.
      • setKeyAlias

        public void setKeyAlias​(String substitutions)

        Setter for the field keyAlias.

        Parameters:
        substitutions - The substitutions to set.