org.opennms.netmgt.config
Class BeanInfo
java.lang.Object
org.opennms.netmgt.config.BeanInfo
public class BeanInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanInfo
public BeanInfo()
setAttributes
public void setAttributes(String[] attr)
getAttributeNames
public String[] getAttributeNames()
addOperations
public void addOperations(Object attr)
getOperations
public ArrayList getOperations()
getMbeanName
public String getMbeanName()
- Returns:
- Returns the mbeanName.
setMbeanName
public void setMbeanName(String mbeanName)
- Parameters:
mbeanName - The mbeanName to set.
getObjectName
public String getObjectName()
- Returns:
- Returns the objectName.
setObjectName
public void setObjectName(String objectName)
- Parameters:
objectName - The objectName to set.
getExcludes
public String getExcludes()
- Returns:
- Returns the excludes.
setExcludes
public void setExcludes(String excludes)
- Parameters:
excludes - The excludes to set.
getKeyField
public String getKeyField()
- Returns:
- Returns the keyField.
setKeyField
public void setKeyField(String keyField)
- Parameters:
keyField - The keyField to set.
getKeyAlias
public String getKeyAlias()
- Returns:
- Returns the substitutions.
setKeyAlias
public void setKeyAlias(String substitutions)
- Parameters:
substitutions - The substitutions to set.
Copyright © 2009. All Rights Reserved.