|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.GlobalDataSyncConfigBean
public class GlobalDataSyncConfigBean
An automatically-generated "bean" class for the Sentinel data object type 'GlobalDataSyncConfig'.
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.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
RETENTIONPERIOD
The "bean name" of the Sentinel data object field 'RetentionPeriod'. |
| Constructor Summary | |
|---|---|
|
GlobalDataSyncConfigBean()
Construct an instance of the bean class. |
protected |
GlobalDataSyncConfigBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearRetentionPeriod()
Clear any current value for the ' RetentionPeriod' field in the bean. |
GlobalDataSyncConfigBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends GlobalDataSyncConfigBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
int |
getRetentionPeriod()
Get the value for the ' RetentionPeriod' field. |
boolean |
isRetentionPeriodClear()
Get whether the value for the ' RetentionPeriod' field is clear or not. |
boolean |
isRetentionPeriodNull()
Get whether the ' RetentionPeriod' field has been set to Null
or not. |
void |
setRetentionPeriod(int retentionPeriod)
Set the value for the ' RetentionPeriod' field. |
void |
setRetentionPeriodNull()
Set to Null any current value for the ' RetentionPeriod' 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 RETENTIONPERIOD
""RetentionPeriod"".
The description of the 'RetentionPeriod' field is:
"No description provided."
| Constructor Detail |
|---|
public GlobalDataSyncConfigBean()
protected GlobalDataSyncConfigBean(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 getRetentionPeriod()
RetentionPeriod' field. The description of the
'RetentionPeriod' field is:
"No description provided."
null).RETENTIONPERIODpublic boolean isRetentionPeriodNull()
RetentionPeriod' field has been set to Null
or not. The description of the 'RetentionPeriod' field is:
"No description provided."
See the description of Null values.
true if the field value has been marked as null, false
otherwise.setRetentionPeriodNull(),
RETENTIONPERIODpublic boolean isRetentionPeriodClear()
RetentionPeriod' field is clear or not.
The description of the 'RetentionPeriod' field is:
"No description provided."
See the description of cleared values.
true if the field value has been cleared, false
otherwise.clearRetentionPeriod(),
RETENTIONPERIODpublic void setRetentionPeriod(int retentionPeriod)
RetentionPeriod' field. The description of the
'RetentionPeriod' field is:
"No description provided."
retentionPeriod - Value to setRETENTIONPERIODpublic void clearRetentionPeriod()
RetentionPeriod' field in the bean.
The description of the 'RetentionPeriod' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setRetentionPeriodNull() method to clear the server's value.
See the description of cleared values.
RETENTIONPERIODpublic void setRetentionPeriodNull()
RetentionPeriod' field
in the bean. The description of the 'RetentionPeriod' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearRetentionPeriod() method to avoid clearing the server's value.
See the description of Null values.
RETENTIONPERIODpublic static BeanMetaData<? extends GlobalDataSyncConfigBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public GlobalDataSyncConfigBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||