com.novell.db.object.bean
Class EventFieldToColumnMappingBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.EventFieldToColumnMappingBean

public class EventFieldToColumnMappingBean
extends SentinelBean

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

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 DBCOLUMN
          The "bean name" of the Sentinel data object field 'DBColumn'.
static String EVENTFIELDNAME
          The "bean name" of the Sentinel data object field 'EventFieldName'.
 
Constructor Summary
  EventFieldToColumnMappingBean()
          Construct an instance of the bean class.
protected EventFieldToColumnMappingBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearDBColumn()
          Clear any current value for the 'DBColumn' field in the bean.
 void clearEventFieldName()
          Clear any current value for the 'EventFieldName' field in the bean.
 EventFieldToColumnMappingBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends EventFieldToColumnMappingBean> getBeanMetaData()
          Get the metadata class instance for this type.
 DatabaseTableColumnBean getDBColumn()
          Get the value for the 'DBColumn' field.
 String getEventFieldName()
          Get the value for the 'EventFieldName' field.
 boolean isDBColumnClear()
          Get whether the value for the 'DBColumn' field is clear or not.
 boolean isDBColumnNull()
          Get whether the 'DBColumn' field has been set to Null or not.
 boolean isEventFieldNameClear()
          Get whether the value for the 'EventFieldName' field is clear or not.
 boolean isEventFieldNameNull()
          Get whether the 'EventFieldName' field has been set to Null or not.
 void setDBColumn(DatabaseTableColumnBean dBColumn)
          Set the value for the 'DBColumn' field.
 void setDBColumnNull()
          Set to Null any current value for the 'DBColumn' field in the bean.
 void setEventFieldName(String eventFieldName)
          Set the value for the 'EventFieldName' field.
 void setEventFieldNameNull()
          Set to Null any current value for the 'EventFieldName' 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

EVENTFIELDNAME

public static final String EVENTFIELDNAME
The "bean name" of the Sentinel data object field 'EventFieldName'. The value is ""EventFieldName"".

The description of the 'EventFieldName' field is:

"No description provided."

See Also:
Constant Field Values

DBCOLUMN

public static final String DBCOLUMN
The "bean name" of the Sentinel data object field 'DBColumn'. The value is ""DBColumn"".

The description of the 'DBColumn' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

EventFieldToColumnMappingBean

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


EventFieldToColumnMappingBean

protected EventFieldToColumnMappingBean(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

getDBColumn

public DatabaseTableColumnBean getDBColumn()
Get the value for the 'DBColumn' field. The description of the 'DBColumn' field is:

"No description provided."

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

isDBColumnNull

public boolean isDBColumnNull()
Get whether the 'DBColumn' field has been set to Null or not. The description of the 'DBColumn' 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:
setDBColumnNull(), DBCOLUMN

isDBColumnClear

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

"No description provided."

See the description of cleared values.

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

setDBColumn

public void setDBColumn(DatabaseTableColumnBean dBColumn)
Set the value for the 'DBColumn' field. The description of the 'DBColumn' field is:

"No description provided."

Parameters:
dBColumn - Value to set
See Also:
DBCOLUMN

clearDBColumn

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

"No description provided."

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

See the description of cleared values.

See Also:
DBCOLUMN

setDBColumnNull

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

"No description provided."

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

See the description of Null values.

See Also:
DBCOLUMN

getEventFieldName

public String getEventFieldName()
Get the value for the 'EventFieldName' field. The description of the 'EventFieldName' field is:

"No description provided."

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

isEventFieldNameNull

public boolean isEventFieldNameNull()
Get whether the 'EventFieldName' field has been set to Null or not. The description of the 'EventFieldName' 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:
setEventFieldNameNull(), EVENTFIELDNAME

isEventFieldNameClear

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

"No description provided."

See the description of cleared values.

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

setEventFieldName

public void setEventFieldName(String eventFieldName)
Set the value for the 'EventFieldName' field. The description of the 'EventFieldName' field is:

"No description provided."

Parameters:
eventFieldName - Value to set
See Also:
EVENTFIELDNAME

clearEventFieldName

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

"No description provided."

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

See the description of cleared values.

See Also:
EVENTFIELDNAME

setEventFieldNameNull

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

"No description provided."

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

See the description of Null values.

See Also:
EVENTFIELDNAME

getBeanMetaData

public static BeanMetaData<? extends EventFieldToColumnMappingBean> 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 EventFieldToColumnMappingBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object