org.opennms.netmgt.config
Class BeanInfo

java.lang.Object
  extended by org.opennms.netmgt.config.BeanInfo

public class BeanInfo
extends Object

BeanInfo class.

Version:
$Id: $
Author:
ranger

Constructor Summary
BeanInfo()
          Constructor for BeanInfo.
 
Method Summary
 void addOperations(Object attr)
          addOperations
 List<String> getAttributeNames()
          getAttributeNames
 List<String> getCompositeAttributeNames()
          getCompositeAttributeNames
 String getExcludes()
          Getter for the field excludes.
 String getKeyAlias()
          Getter for the field keyAlias.
 String getKeyField()
          Getter for the field keyField.
 String getMbeanName()
          Getter for the field mbeanName.
 String getObjectName()
          Getter for the field objectName.
 ArrayList<Object> getOperations()
          Getter for the field operations.
 void setAttributes(List<String> attr)
          Setter for the field attributes.
 void setCompositeAttributes(List<String> compAttr)
          Setter for the field compositeAttributes.
 void setExcludes(String excludes)
          Setter for the field excludes.
 void setKeyAlias(String substitutions)
          Setter for the field keyAlias.
 void setKeyField(String keyField)
          Setter for the field keyField.
 void setMbeanName(String mbeanName)
          Setter for the field mbeanName.
 void setObjectName(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 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 ArrayList<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.


Copyright © 2011. All Rights Reserved.