|
|||||||||
| 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.DeltaCountsBean
public class DeltaCountsBean
An automatically-generated "bean" class for the Sentinel data object type 'change-count'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
CREATEDCOUNT
The "bean name" of the Sentinel data object field 'CreatedCount'. |
static String |
DATAOBJECTNAME
The "bean name" of the Sentinel data object field 'DataObjectName'. |
static String |
DELETEDCOUNT
The "bean name" of the Sentinel data object field 'DeletedCount'. |
static String |
MODIFIEDCOUNT
The "bean name" of the Sentinel data object field 'ModifiedCount'. |
| Constructor Summary | |
|---|---|
|
DeltaCountsBean()
Construct an instance of the bean class. |
protected |
DeltaCountsBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
DeltaCountsBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends DeltaCountsBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
int |
getCreatedCount()
Get the value for the ' created' field. |
String |
getDataObjectName()
Get the value for the ' name' field. |
int |
getDeletedCount()
Get the value for the ' deleted' field. |
int |
getModifiedCount()
Get the value for the ' modified' field. |
boolean |
isCreatedCountClear()
Get whether the value for the ' created' field is clear or not. |
boolean |
isCreatedCountNull()
Get whether the ' created' field has been set to Null or not. |
boolean |
isDataObjectNameClear()
Get whether the value for the ' name' field is clear or not. |
boolean |
isDataObjectNameNull()
Get whether the ' name' field has been set to Null or not. |
boolean |
isDeletedCountClear()
Get whether the value for the ' deleted' field is clear or not. |
boolean |
isDeletedCountNull()
Get whether the ' deleted' field has been set to Null or not. |
boolean |
isModifiedCountClear()
Get whether the value for the ' modified' field is clear or not. |
boolean |
isModifiedCountNull()
Get whether the ' modified' field has been set to Null or not. |
| 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 MODIFIEDCOUNT
""modified"".
The description of the 'modified' field is:
"The number of times objects were modified since the server started."
public static final String DATAOBJECTNAME
""name"".
The description of the 'name' field is:
"The name of the object type for which this DeltaCounts object provides count values."
public static final String CREATEDCOUNT
""created"".
The description of the 'created' field is:
"The number of objects created since the server started."
public static final String DELETEDCOUNT
""deleted"".
The description of the 'deleted' field is:
"The number of objects deleted since the server started."
| Constructor Detail |
|---|
public DeltaCountsBean()
protected DeltaCountsBean(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 int getCreatedCount()
created' field. The description of the 'created'
field is:
"The number of objects created since the server started."
null).CREATEDCOUNTpublic boolean isCreatedCountNull()
created' field has been set to Null or not.
The description of the 'created' field is:
"The number of objects created since the server started."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.CREATEDCOUNTpublic boolean isCreatedCountClear()
created' field is clear or not. The description
of the 'created' field is:
"The number of objects created since the server started."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.CREATEDCOUNTpublic String getDataObjectName()
name' field. The description of the 'name'
field is:
"The name of the object type for which this DeltaCounts object provides count values."
null).DATAOBJECTNAMEpublic boolean isDataObjectNameNull()
name' field has been set to Null or not. The
description of the 'name' field is:
"The name of the object type for which this DeltaCounts object provides count values."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATAOBJECTNAMEpublic boolean isDataObjectNameClear()
name' field is clear or not. The description
of the 'name' field is:
"The name of the object type for which this DeltaCounts object provides count values."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATAOBJECTNAMEpublic int getDeletedCount()
deleted' field. The description of the 'deleted'
field is:
"The number of objects deleted since the server started."
null).DELETEDCOUNTpublic boolean isDeletedCountNull()
deleted' field has been set to Null or not.
The description of the 'deleted' field is:
"The number of objects deleted since the server started."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DELETEDCOUNTpublic boolean isDeletedCountClear()
deleted' field is clear or not. The description
of the 'deleted' field is:
"The number of objects deleted since the server started."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DELETEDCOUNTpublic int getModifiedCount()
modified' field. The description of the 'modified'
field is:
"The number of times objects were modified since the server started."
null).MODIFIEDCOUNTpublic boolean isModifiedCountNull()
modified' field has been set to Null or not.
The description of the 'modified' field is:
"The number of times objects were modified since the server started."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.MODIFIEDCOUNTpublic boolean isModifiedCountClear()
modified' field is clear or not. The
description of the 'modified' field is:
"The number of times objects were modified since the server started."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.MODIFIEDCOUNTpublic static BeanMetaData<? extends DeltaCountsBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public DeltaCountsBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||