|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.BeanInfo
public class BeanInfo
BeanInfo class.
| 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 |
|---|
public BeanInfo()
Constructor for BeanInfo.
| Method Detail |
|---|
public List<String> getCompositeAttributeNames()
getCompositeAttributeNames
List object.public void setCompositeAttributes(List<String> compAttr)
Setter for the field compositeAttributes.
compAttr - a List object.public void setAttributes(List<String> attr)
Setter for the field attributes.
attr - a List object.public List<String> getAttributeNames()
getAttributeNames
List object.public void addOperations(Object attr)
addOperations
attr - a Object object.public ArrayList<Object> getOperations()
Getter for the field operations.
ArrayList object.public String getMbeanName()
Getter for the field mbeanName.
public void setMbeanName(String mbeanName)
Setter for the field mbeanName.
mbeanName - The mbeanName to set.public String getObjectName()
Getter for the field objectName.
public void setObjectName(String objectName)
Setter for the field objectName.
objectName - The objectName to set.public String getExcludes()
Getter for the field excludes.
public void setExcludes(String excludes)
Setter for the field excludes.
excludes - The excludes to set.public String getKeyField()
Getter for the field keyField.
public void setKeyField(String keyField)
Setter for the field keyField.
keyField - The keyField to set.public String getKeyAlias()
Getter for the field keyAlias.
public void setKeyAlias(String substitutions)
Setter for the field keyAlias.
substitutions - The substitutions to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||