com.novell.db.object.bean
Class EsmNodeConfigurationBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.EsmNodeConfigurationBean
Direct Known Subclasses:
CollectorPropertyContainerBean, EventSourceConfigurationBean, EventSourceManagerConfigurationBean, EventSourceServerConfigurationBean, SentinelConfigurationBean

public class EsmNodeConfigurationBean
extends SentinelBean

An automatically-generated "bean" class for the Sentinel data object type 'node-config'.

The description of the type is:

"null"

The Sentinel data object bean classes are designed to be used to transport data to and from the Sentinel server. There exists a supporting infrastructure that handles the serialization/parsing of the data to/from the JSON transport format and which handles the actual HTTP transport.

A more complete description of Sentinel data object beans is found in the description of SentinelBean.

See Also:
SentinelBean, BeanTransporter

Field Summary
static String ALERTWHENNODATA
          The "bean name" of the Sentinel data object field 'AlertWhenNoData'.
static String DATARATELIMIT
          The "bean name" of the Sentinel data object field 'DataRateLimit'.
static String NODATATHRESHOLD
          The "bean name" of the Sentinel data object field 'NoDataThreshold'.
static String RAWDATAFILE
          The "bean name" of the Sentinel data object field 'RawDataFile'.
static String REL_PROPERTY
          The "bean name" of the Sentinel data object field 'Properties'.
static String SAVERAWDATA
          The "bean name" of the Sentinel data object field 'SaveRawData'.
static String SENDREPEATEDNODATAALERTS
          The "bean name" of the Sentinel data object field 'SendRepeatedNoDataAlerts'.
static String TRUSTEVENTSOURCETIME
          The "bean name" of the Sentinel data object field 'TrustEventSourceTime'.
 
Constructor Summary
  EsmNodeConfigurationBean()
          Construct an instance of the bean class.
protected EsmNodeConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void addToProperties(PropertyBean value)
          Add a value to the collection field 'properties'.
 void clearAlertWhenNoData()
          Clear any current value for the 'alert-no-data' field in the bean.
 void clearDataRateLimit()
          Clear any current value for the 'data-rate-limit' field in the bean.
 void clearNoDataThreshold()
          Clear any current value for the 'no-data-threshold' field in the bean.
 void clearProperties()
          Clear any current value for the 'properties' field in the bean.
 void clearRawDataFile()
          Clear any current value for the 'raw-data-file' field in the bean.
 void clearSaveRawData()
          Clear any current value for the 'save-raw-data' field in the bean.
 void clearSendRepeatedNoDataAlerts()
          Clear any current value for the 'send-repeated-alerts' field in the bean.
 void clearTrustEventSourceTime()
          Clear any current value for the 'trusted-time' field in the bean.
 EsmNodeConfigurationBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends EsmNodeConfigurationBean> getBeanMetaData()
          Get the metadata class instance for this type.
 long getDataRateLimit()
          Get the value for the 'data-rate-limit' field.
 long getNoDataThreshold()
          Get the value for the 'no-data-threshold' field.
 Collection<PropertyBean> getProperties()
          Get the value for the 'properties' field.
 String getRawDataFile()
          Get the value for the 'raw-data-file' field.
 boolean isAlertWhenNoData()
          Get the value for the 'alert-no-data' field.
 boolean isAlertWhenNoDataClear()
          Get whether the value for the 'alert-no-data' field is clear or not.
 boolean isAlertWhenNoDataNull()
          Get whether the 'alert-no-data' field has been set to Null or not.
 boolean isDataRateLimitClear()
          Get whether the value for the 'data-rate-limit' field is clear or not.
 boolean isDataRateLimitNull()
          Get whether the 'data-rate-limit' field has been set to Null or not.
 boolean isNoDataThresholdClear()
          Get whether the value for the 'no-data-threshold' field is clear or not.
 boolean isNoDataThresholdNull()
          Get whether the 'no-data-threshold' field has been set to Null or not.
 boolean isPropertiesClear()
          Get whether the value for the 'properties' field is clear or not.
 boolean isPropertiesNull()
          Get whether the 'properties' field has been set to Null or not.
 boolean isRawDataFileClear()
          Get whether the value for the 'raw-data-file' field is clear or not.
 boolean isRawDataFileNull()
          Get whether the 'raw-data-file' field has been set to Null or not.
 boolean isSaveRawData()
          Get the value for the 'save-raw-data' field.
 boolean isSaveRawDataClear()
          Get whether the value for the 'save-raw-data' field is clear or not.
 boolean isSaveRawDataNull()
          Get whether the 'save-raw-data' field has been set to Null or not.
 boolean isSendRepeatedNoDataAlerts()
          Get the value for the 'send-repeated-alerts' field.
 boolean isSendRepeatedNoDataAlertsClear()
          Get whether the value for the 'send-repeated-alerts' field is clear or not.
 boolean isSendRepeatedNoDataAlertsNull()
          Get whether the 'send-repeated-alerts' field has been set to Null or not.
 boolean isTrustEventSourceTime()
          Get the value for the 'trusted-time' field.
 boolean isTrustEventSourceTimeClear()
          Get whether the value for the 'trusted-time' field is clear or not.
 boolean isTrustEventSourceTimeNull()
          Get whether the 'trusted-time' field has been set to Null or not.
 void setAlertWhenNoData(boolean alertWhenNoData)
          Set the value for the 'alert-no-data' field.
 void setAlertWhenNoDataNull()
          Set to Null any current value for the 'alert-no-data' field in the bean.
 void setDataRateLimit(long dataRateLimit)
          Set the value for the 'data-rate-limit' field.
 void setDataRateLimitNull()
          Set to Null any current value for the 'data-rate-limit' field in the bean.
 void setNoDataThreshold(long noDataThreshold)
          Set the value for the 'no-data-threshold' field.
 void setNoDataThresholdNull()
          Set to Null any current value for the 'no-data-threshold' field in the bean.
 void setProperties(Collection<? extends PropertyBean> properties)
          Set the value for the 'properties' field.
 void setPropertiesNull()
          Set to Null any current value for the 'properties' field in the bean.
 void setRawDataFile(String rawDataFile)
          Set the value for the 'raw-data-file' field.
 void setRawDataFileNull()
          Set to Null any current value for the 'raw-data-file' field in the bean.
 void setSaveRawData(boolean saveRawData)
          Set the value for the 'save-raw-data' field.
 void setSaveRawDataNull()
          Set to Null any current value for the 'save-raw-data' field in the bean.
 void setSendRepeatedNoDataAlerts(boolean sendRepeatedNoDataAlerts)
          Set the value for the 'send-repeated-alerts' field.
 void setSendRepeatedNoDataAlertsNull()
          Set to Null any current value for the 'send-repeated-alerts' field in the bean.
 void setTrustEventSourceTime(boolean trustEventSourceTime)
          Set the value for the 'trusted-time' field.
 void setTrustEventSourceTimeNull()
          Set to Null any current value for the 'trusted-time' field in the bean.
 
Methods inherited from class com.novell.sentinel.client.bean.SentinelBean
clearField, cloneBean, equals, fields, getBeanName, getBeanValue, getField, getFieldNoNull, getLink, getMetaData, isFieldClear, isFieldNull, isLinkClear, setField, setFieldNull, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SAVERAWDATA

public static final String SAVERAWDATA
The "bean name" of the Sentinel data object field 'SaveRawData'. The value is ""save-raw-data"".

The description of the 'save-raw-data' field is:

"No description provided."

See Also:
Constant Field Values

TRUSTEVENTSOURCETIME

public static final String TRUSTEVENTSOURCETIME
The "bean name" of the Sentinel data object field 'TrustEventSourceTime'. The value is ""trusted-time"".

The description of the 'trusted-time' field is:

"No description provided."

See Also:
Constant Field Values

NODATATHRESHOLD

public static final String NODATATHRESHOLD
The "bean name" of the Sentinel data object field 'NoDataThreshold'. The value is ""no-data-threshold"".

The description of the 'no-data-threshold' field is:

"No description provided."

See Also:
Constant Field Values

ALERTWHENNODATA

public static final String ALERTWHENNODATA
The "bean name" of the Sentinel data object field 'AlertWhenNoData'. The value is ""alert-no-data"".

The description of the 'alert-no-data' field is:

"No description provided."

See Also:
Constant Field Values

REL_PROPERTY

public static final String REL_PROPERTY
The "bean name" of the Sentinel data object field 'Properties'. The value is ""properties"".

The description of the 'properties' field is:

"No description provided."

See Also:
Constant Field Values

DATARATELIMIT

public static final String DATARATELIMIT
The "bean name" of the Sentinel data object field 'DataRateLimit'. The value is ""data-rate-limit"".

The description of the 'data-rate-limit' field is:

"No description provided."

See Also:
Constant Field Values

SENDREPEATEDNODATAALERTS

public static final String SENDREPEATEDNODATAALERTS
The "bean name" of the Sentinel data object field 'SendRepeatedNoDataAlerts'. The value is ""send-repeated-alerts"".

The description of the 'send-repeated-alerts' field is:

"No description provided."

See Also:
Constant Field Values

RAWDATAFILE

public static final String RAWDATAFILE
The "bean name" of the Sentinel data object field 'RawDataFile'. The value is ""raw-data-file"".

The description of the 'raw-data-file' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

EsmNodeConfigurationBean

public EsmNodeConfigurationBean()
Construct an instance of the bean class.


EsmNodeConfigurationBean

protected EsmNodeConfigurationBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes.

Parameters:
metadata - The metadata instance for the derived bean class. Normally this constructor will only be called by generated code.
Method Detail

isSaveRawData

public boolean isSaveRawData()
Get the value for the 'save-raw-data' field. The description of the 'save-raw-data' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
SAVERAWDATA

isSaveRawDataNull

public boolean isSaveRawDataNull()
Get whether the 'save-raw-data' field has been set to Null or not. The description of the 'save-raw-data' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setSaveRawDataNull(), SAVERAWDATA

isSaveRawDataClear

public boolean isSaveRawDataClear()
Get whether the value for the 'save-raw-data' field is clear or not. The description of the 'save-raw-data' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearSaveRawData(), SAVERAWDATA

setSaveRawData

public void setSaveRawData(boolean saveRawData)
Set the value for the 'save-raw-data' field. The description of the 'save-raw-data' field is:

"No description provided."

Parameters:
saveRawData - Value to set
See Also:
SAVERAWDATA

clearSaveRawData

public void clearSaveRawData()
Clear any current value for the 'save-raw-data' field in the bean. The description of the 'save-raw-data' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSaveRawDataNull() method to clear the server's value.

See the description of cleared values.

See Also:
SAVERAWDATA

setSaveRawDataNull

public void setSaveRawDataNull()
Set to Null any current value for the 'save-raw-data' field in the bean. The description of the 'save-raw-data' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSaveRawData() method to avoid clearing the server's value.

See the description of Null values.

See Also:
SAVERAWDATA

isAlertWhenNoData

public boolean isAlertWhenNoData()
Get the value for the 'alert-no-data' field. The description of the 'alert-no-data' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ALERTWHENNODATA

isAlertWhenNoDataNull

public boolean isAlertWhenNoDataNull()
Get whether the 'alert-no-data' field has been set to Null or not. The description of the 'alert-no-data' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setAlertWhenNoDataNull(), ALERTWHENNODATA

isAlertWhenNoDataClear

public boolean isAlertWhenNoDataClear()
Get whether the value for the 'alert-no-data' field is clear or not. The description of the 'alert-no-data' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearAlertWhenNoData(), ALERTWHENNODATA

setAlertWhenNoData

public void setAlertWhenNoData(boolean alertWhenNoData)
Set the value for the 'alert-no-data' field. The description of the 'alert-no-data' field is:

"No description provided."

Parameters:
alertWhenNoData - Value to set
See Also:
ALERTWHENNODATA

clearAlertWhenNoData

public void clearAlertWhenNoData()
Clear any current value for the 'alert-no-data' field in the bean. The description of the 'alert-no-data' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setAlertWhenNoDataNull() method to clear the server's value.

See the description of cleared values.

See Also:
ALERTWHENNODATA

setAlertWhenNoDataNull

public void setAlertWhenNoDataNull()
Set to Null any current value for the 'alert-no-data' field in the bean. The description of the 'alert-no-data' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearAlertWhenNoData() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ALERTWHENNODATA

getDataRateLimit

public long getDataRateLimit()
Get the value for the 'data-rate-limit' field. The description of the 'data-rate-limit' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
DATARATELIMIT

isDataRateLimitNull

public boolean isDataRateLimitNull()
Get whether the 'data-rate-limit' field has been set to Null or not. The description of the 'data-rate-limit' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setDataRateLimitNull(), DATARATELIMIT

isDataRateLimitClear

public boolean isDataRateLimitClear()
Get whether the value for the 'data-rate-limit' field is clear or not. The description of the 'data-rate-limit' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearDataRateLimit(), DATARATELIMIT

setDataRateLimit

public void setDataRateLimit(long dataRateLimit)
Set the value for the 'data-rate-limit' field. The description of the 'data-rate-limit' field is:

"No description provided."

Parameters:
dataRateLimit - Value to set
See Also:
DATARATELIMIT

clearDataRateLimit

public void clearDataRateLimit()
Clear any current value for the 'data-rate-limit' field in the bean. The description of the 'data-rate-limit' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setDataRateLimitNull() method to clear the server's value.

See the description of cleared values.

See Also:
DATARATELIMIT

setDataRateLimitNull

public void setDataRateLimitNull()
Set to Null any current value for the 'data-rate-limit' field in the bean. The description of the 'data-rate-limit' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearDataRateLimit() method to avoid clearing the server's value.

See the description of Null values.

See Also:
DATARATELIMIT

getRawDataFile

public String getRawDataFile()
Get the value for the 'raw-data-file' field. The description of the 'raw-data-file' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
RAWDATAFILE

isRawDataFileNull

public boolean isRawDataFileNull()
Get whether the 'raw-data-file' field has been set to Null or not. The description of the 'raw-data-file' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setRawDataFileNull(), RAWDATAFILE

isRawDataFileClear

public boolean isRawDataFileClear()
Get whether the value for the 'raw-data-file' field is clear or not. The description of the 'raw-data-file' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearRawDataFile(), RAWDATAFILE

setRawDataFile

public void setRawDataFile(String rawDataFile)
Set the value for the 'raw-data-file' field. The description of the 'raw-data-file' field is:

"No description provided."

Parameters:
rawDataFile - Value to set
See Also:
RAWDATAFILE

clearRawDataFile

public void clearRawDataFile()
Clear any current value for the 'raw-data-file' field in the bean. The description of the 'raw-data-file' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setRawDataFileNull() method to clear the server's value.

See the description of cleared values.

See Also:
RAWDATAFILE

setRawDataFileNull

public void setRawDataFileNull()
Set to Null any current value for the 'raw-data-file' field in the bean. The description of the 'raw-data-file' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearRawDataFile() method to avoid clearing the server's value.

See the description of Null values.

See Also:
RAWDATAFILE

isSendRepeatedNoDataAlerts

public boolean isSendRepeatedNoDataAlerts()
Get the value for the 'send-repeated-alerts' field. The description of the 'send-repeated-alerts' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
SENDREPEATEDNODATAALERTS

isSendRepeatedNoDataAlertsNull

public boolean isSendRepeatedNoDataAlertsNull()
Get whether the 'send-repeated-alerts' field has been set to Null or not. The description of the 'send-repeated-alerts' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setSendRepeatedNoDataAlertsNull(), SENDREPEATEDNODATAALERTS

isSendRepeatedNoDataAlertsClear

public boolean isSendRepeatedNoDataAlertsClear()
Get whether the value for the 'send-repeated-alerts' field is clear or not. The description of the 'send-repeated-alerts' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearSendRepeatedNoDataAlerts(), SENDREPEATEDNODATAALERTS

setSendRepeatedNoDataAlerts

public void setSendRepeatedNoDataAlerts(boolean sendRepeatedNoDataAlerts)
Set the value for the 'send-repeated-alerts' field. The description of the 'send-repeated-alerts' field is:

"No description provided."

Parameters:
sendRepeatedNoDataAlerts - Value to set
See Also:
SENDREPEATEDNODATAALERTS

clearSendRepeatedNoDataAlerts

public void clearSendRepeatedNoDataAlerts()
Clear any current value for the 'send-repeated-alerts' field in the bean. The description of the 'send-repeated-alerts' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSendRepeatedNoDataAlertsNull() method to clear the server's value.

See the description of cleared values.

See Also:
SENDREPEATEDNODATAALERTS

setSendRepeatedNoDataAlertsNull

public void setSendRepeatedNoDataAlertsNull()
Set to Null any current value for the 'send-repeated-alerts' field in the bean. The description of the 'send-repeated-alerts' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSendRepeatedNoDataAlerts() method to avoid clearing the server's value.

See the description of Null values.

See Also:
SENDREPEATEDNODATAALERTS

getNoDataThreshold

public long getNoDataThreshold()
Get the value for the 'no-data-threshold' field. The description of the 'no-data-threshold' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
NODATATHRESHOLD

isNoDataThresholdNull

public boolean isNoDataThresholdNull()
Get whether the 'no-data-threshold' field has been set to Null or not. The description of the 'no-data-threshold' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setNoDataThresholdNull(), NODATATHRESHOLD

isNoDataThresholdClear

public boolean isNoDataThresholdClear()
Get whether the value for the 'no-data-threshold' field is clear or not. The description of the 'no-data-threshold' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearNoDataThreshold(), NODATATHRESHOLD

setNoDataThreshold

public void setNoDataThreshold(long noDataThreshold)
Set the value for the 'no-data-threshold' field. The description of the 'no-data-threshold' field is:

"No description provided."

Parameters:
noDataThreshold - Value to set
See Also:
NODATATHRESHOLD

clearNoDataThreshold

public void clearNoDataThreshold()
Clear any current value for the 'no-data-threshold' field in the bean. The description of the 'no-data-threshold' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setNoDataThresholdNull() method to clear the server's value.

See the description of cleared values.

See Also:
NODATATHRESHOLD

setNoDataThresholdNull

public void setNoDataThresholdNull()
Set to Null any current value for the 'no-data-threshold' field in the bean. The description of the 'no-data-threshold' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearNoDataThreshold() method to avoid clearing the server's value.

See the description of Null values.

See Also:
NODATATHRESHOLD

isTrustEventSourceTime

public boolean isTrustEventSourceTime()
Get the value for the 'trusted-time' field. The description of the 'trusted-time' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
TRUSTEVENTSOURCETIME

isTrustEventSourceTimeNull

public boolean isTrustEventSourceTimeNull()
Get whether the 'trusted-time' field has been set to Null or not. The description of the 'trusted-time' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setTrustEventSourceTimeNull(), TRUSTEVENTSOURCETIME

isTrustEventSourceTimeClear

public boolean isTrustEventSourceTimeClear()
Get whether the value for the 'trusted-time' field is clear or not. The description of the 'trusted-time' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearTrustEventSourceTime(), TRUSTEVENTSOURCETIME

setTrustEventSourceTime

public void setTrustEventSourceTime(boolean trustEventSourceTime)
Set the value for the 'trusted-time' field. The description of the 'trusted-time' field is:

"No description provided."

Parameters:
trustEventSourceTime - Value to set
See Also:
TRUSTEVENTSOURCETIME

clearTrustEventSourceTime

public void clearTrustEventSourceTime()
Clear any current value for the 'trusted-time' field in the bean. The description of the 'trusted-time' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setTrustEventSourceTimeNull() method to clear the server's value.

See the description of cleared values.

See Also:
TRUSTEVENTSOURCETIME

setTrustEventSourceTimeNull

public void setTrustEventSourceTimeNull()
Set to Null any current value for the 'trusted-time' field in the bean. The description of the 'trusted-time' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearTrustEventSourceTime() method to avoid clearing the server's value.

See the description of Null values.

See Also:
TRUSTEVENTSOURCETIME

getProperties

public Collection<PropertyBean> getProperties()
Get the value for the 'properties' field. The description of the 'properties' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
REL_PROPERTY

isPropertiesNull

public boolean isPropertiesNull()
Get whether the 'properties' field has been set to Null or not. The description of the 'properties' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setPropertiesNull(), REL_PROPERTY

isPropertiesClear

public boolean isPropertiesClear()
Get whether the value for the 'properties' field is clear or not. The description of the 'properties' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearProperties(), REL_PROPERTY

setProperties

public void setProperties(Collection<? extends PropertyBean> properties)
Set the value for the 'properties' field. The description of the 'properties' field is:

"No description provided."

Parameters:
properties - Value to set
See Also:
REL_PROPERTY

clearProperties

public void clearProperties()
Clear any current value for the 'properties' field in the bean. The description of the 'properties' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setPropertiesNull() method to clear the server's value.

See the description of cleared values.

See Also:
REL_PROPERTY

setPropertiesNull

public void setPropertiesNull()
Set to Null any current value for the 'properties' field in the bean. The description of the 'properties' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearProperties() method to avoid clearing the server's value.

See the description of Null values.

See Also:
REL_PROPERTY

addToProperties

public void addToProperties(PropertyBean value)
Add a value to the collection field 'properties'. The description of the 'properties' field is:

"No description provided."

Parameters:
value - Value to add to collection.
See Also:
REL_PROPERTY

getBeanMetaData

public static BeanMetaData<? extends EsmNodeConfigurationBean> getBeanMetaData()
Get the metadata class instance for this type.

The metadata is used primarily as a parameter to a BeanTransporter implementation''s constructor.


clone

public EsmNodeConfigurationBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object