Package org.opennms.netmgt.config
Class BeanInfo
- java.lang.Object
-
- org.opennms.netmgt.config.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)
addOperationsjava.util.List<java.lang.String>
getAttributeNames()
getAttributeNamesjava.util.List<java.lang.String>
getCompositeAttributeNames()
getCompositeAttributeNamesjava.lang.String
getExcludes()
Getter for the fieldexcludes
.java.lang.String
getKeyAlias()
Getter for the fieldkeyAlias
.java.lang.String
getKeyField()
Getter for the fieldkeyField
.java.lang.String
getMbeanName()
Getter for the fieldmbeanName
.java.lang.String
getObjectName()
Getter for the fieldobjectName
.java.util.List<java.lang.Object>
getOperations()
Getter for the fieldoperations
.void
setAttributes(java.util.List<java.lang.String> attr)
Setter for the fieldattributes
.void
setCompositeAttributes(java.util.List<java.lang.String> compAttr)
Setter for the fieldcompositeAttributes
.void
setExcludes(java.lang.String excludes)
Setter for the fieldexcludes
.void
setKeyAlias(java.lang.String substitutions)
Setter for the fieldkeyAlias
.void
setKeyField(java.lang.String keyField)
Setter for the fieldkeyField
.void
setMbeanName(java.lang.String mbeanName)
Setter for the fieldmbeanName
.void
setObjectName(java.lang.String objectName)
Setter for the fieldobjectName
.
-
-
-
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
- aList
object.
-
setAttributes
public void setAttributes(java.util.List<java.lang.String> attr)
Setter for the field
attributes
.- Parameters:
attr
- aList
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
- aObject
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.
-
-