|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.EventFieldToColumnMappingBean
public class EventFieldToColumnMappingBean
An automatically-generated "bean" class for the Sentinel data object type 'EventFieldToColumnMapping'.
SentinelBean.
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 |
|---|
public static final String EVENTFIELDNAME
""EventFieldName"".
The description of the 'EventFieldName' field is:
"No description provided."
public static final String DBCOLUMN
""DBColumn"".
The description of the 'DBColumn' field is:
"No description provided."
| Constructor Detail |
|---|
public EventFieldToColumnMappingBean()
protected EventFieldToColumnMappingBean(BeanMetaData<? extends SentinelBean> metadata)
metadata - The metadata instance for the derived bean class. Normally this constructor
will only be called by generated code.| Method Detail |
|---|
public DatabaseTableColumnBean getDBColumn()
DBColumn' field. The description of the 'DBColumn'
field is:
"No description provided."
null).DBCOLUMNpublic boolean isDBColumnNull()
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.
true if the field value has been marked as null, false
otherwise.setDBColumnNull(),
DBCOLUMNpublic boolean isDBColumnClear()
DBColumn' field is clear or not. The
description of the 'DBColumn' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDBColumn(),
DBCOLUMNpublic void setDBColumn(DatabaseTableColumnBean dBColumn)
DBColumn' field. The description of the 'DBColumn'
field is:
"No description provided."
dBColumn - Value to setDBCOLUMNpublic void clearDBColumn()
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.
DBCOLUMNpublic void setDBColumnNull()
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.
DBCOLUMNpublic String getEventFieldName()
EventFieldName' field. The description of the
'EventFieldName' field is:
"No description provided."
null).EVENTFIELDNAMEpublic boolean isEventFieldNameNull()
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.
true if the field value has been marked as null, false
otherwise.setEventFieldNameNull(),
EVENTFIELDNAMEpublic boolean isEventFieldNameClear()
EventFieldName' field is clear or not.
The description of the 'EventFieldName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearEventFieldName(),
EVENTFIELDNAMEpublic void setEventFieldName(String eventFieldName)
EventFieldName' field. The description of the
'EventFieldName' field is:
"No description provided."
eventFieldName - Value to setEVENTFIELDNAMEpublic void clearEventFieldName()
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.
EVENTFIELDNAMEpublic void setEventFieldNameNull()
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.
EVENTFIELDNAMEpublic static BeanMetaData<? extends EventFieldToColumnMappingBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public EventFieldToColumnMappingBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||