Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractBrokerBean.IAbstractProductInformationType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBrokerBean.IProductInformationType
Enclosing interface:
IAbstractBrokerBean

public static interface IAbstractBrokerBean.IAbstractProductInformationType
extends IMgmtSubBeanBase

Inner class representing ProductInformationType This class extends IMgmtListBase


Method Summary
 java.lang.String getControlNumber()
          Get the attribute for CONTROL_NUMBER as a String value.
 IMgmtAttributeMetaData getControlNumberMetaData()
          Get the attribute metadata for CONTROL_NUMBER.
 boolean getEvaluationMode()
          Get the attribute for EVALUATION_MODE as a boolean value.
 boolean getEvaluationMode(boolean defValue)
          Get the attribute for EVALUATION_MODE as a boolean value.
 IMgmtAttributeMetaData getEvaluationModeMetaData()
          Get the attribute metadata for EVALUATION_MODE.
 void setControlNumber(java.lang.String value)
          Set the attribute for CONTROL_NUMBER to the specified String value.
 void setEvaluationMode(boolean value)
          Set the attribute for EVALUATION_MODE to the specified boolean value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 

Method Detail

getControlNumber

java.lang.String getControlNumber()
                                  throws MgmtException
Get the attribute for CONTROL_NUMBER as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getControlNumberMetaData

IMgmtAttributeMetaData getControlNumberMetaData()
                                                throws MgmtException
Get the attribute metadata for CONTROL_NUMBER.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getEvaluationMode

boolean getEvaluationMode()
                          throws MgmtException
Get the attribute for EVALUATION_MODE as a boolean value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getEvaluationMode

boolean getEvaluationMode(boolean defValue)
                          throws MgmtException
Get the attribute for EVALUATION_MODE as a boolean value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getEvaluationModeMetaData

IMgmtAttributeMetaData getEvaluationModeMetaData()
                                                 throws MgmtException
Get the attribute metadata for EVALUATION_MODE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setControlNumber

void setControlNumber(java.lang.String value)
                      throws MgmtException
Set the attribute for CONTROL_NUMBER to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setEvaluationMode

void setEvaluationMode(boolean value)
                       throws MgmtException
Set the attribute for EVALUATION_MODE to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.