|
|||||||||
| 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.EventDataSyncPolicyMetaDataBean
public class EventDataSyncPolicyMetaDataBean
An automatically-generated "bean" class for the Sentinel data object type 'datasync_policy'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
CREATOR
The "bean name" of the Sentinel data object field 'Creator'. |
static String |
DATE_CREATED
The "bean name" of the Sentinel data object field 'DateCreated'. |
static String |
DATE_MODIFIED
The "bean name" of the Sentinel data object field 'DateModified'. |
static String |
MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. |
static String |
POLICY_ID
The "bean name" of the Sentinel data object field 'PolicyId'. |
static String |
RDD_ID
The "bean name" of the Sentinel data object field 'ReportDataDefinitionId'. |
static String |
RDD_NAME
The "bean name" of the Sentinel data object field 'ReportDataDefinitionName'. |
static String |
RDD_NAMESPACE
The "bean name" of the Sentinel data object field 'ReportDataDefinitionNamespace'. |
static String |
SYNC_POLICY
The "bean name" of the Sentinel data object field 'EventDataSyncPolicy'. |
| Constructor Summary | |
|---|---|
|
EventDataSyncPolicyMetaDataBean()
Construct an instance of the bean class. |
protected |
EventDataSyncPolicyMetaDataBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearEventDataSyncPolicy()
Clear any current value for the ' EventDataSyncPolicy' field in the bean. |
void |
clearPolicyId()
Clear any current value for the ' PolicyId' field in the bean. |
void |
clearReportDataDefinitionId()
Clear any current value for the ' ReportDataDefinitionId' field in the
bean. |
void |
clearReportDataDefinitionName()
Clear any current value for the ' ReportDataDefinitionName' field in
the bean. |
void |
clearReportDataDefinitionNamespace()
Clear any current value for the ' ReportDataDefinitionNamespace' field
in the bean. |
EventDataSyncPolicyMetaDataBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends EventDataSyncPolicyMetaDataBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getCreatorLink()
Get the URL for the ' creator' field. |
Date |
getDateCreated()
Get the value for the ' createdate' field. |
Date |
getDateModified()
Get the value for the ' moddate' field. |
EventDataSyncPolicyBean |
getEventDataSyncPolicy()
Get the value for the ' EventDataSyncPolicy' field. |
String |
getModifierLink()
Get the URL for the ' modifier' field. |
String |
getPolicyId()
Get the value for the ' PolicyId' field. |
String |
getReportDataDefinitionId()
Get the value for the ' ReportDataDefinitionId' field. |
String |
getReportDataDefinitionName()
Get the value for the ' ReportDataDefinitionName' field. |
String |
getReportDataDefinitionNamespace()
Get the value for the ' ReportDataDefinitionNamespace' field. |
boolean |
isCreatorLinkClear()
Get whether the value for the ' creator' URL field is clear or not. |
boolean |
isCreatorLinkNull()
Get whether the ' creator' URL field has been set to Null or not. |
boolean |
isDateCreatedClear()
Get whether the value for the ' createdate' field is clear or not. |
boolean |
isDateCreatedNull()
Get whether the ' createdate' field has been set to Null or not. |
boolean |
isDateModifiedClear()
Get whether the value for the ' moddate' field is clear or not. |
boolean |
isDateModifiedNull()
Get whether the ' moddate' field has been set to Null or not. |
boolean |
isEventDataSyncPolicyClear()
Get whether the value for the ' EventDataSyncPolicy' field is clear or
not. |
boolean |
isEventDataSyncPolicyNull()
Get whether the ' EventDataSyncPolicy' field has been set to Null
or not. |
boolean |
isModifierLinkClear()
Get whether the value for the ' modifier' URL field is clear or not. |
boolean |
isModifierLinkNull()
Get whether the ' modifier' URL field has been set to Null or
not. |
boolean |
isPolicyIdClear()
Get whether the value for the ' PolicyId' field is clear or not. |
boolean |
isPolicyIdNull()
Get whether the ' PolicyId' field has been set to Null or not. |
boolean |
isReportDataDefinitionIdClear()
Get whether the value for the ' ReportDataDefinitionId' field is clear
or not. |
boolean |
isReportDataDefinitionIdNull()
Get whether the ' ReportDataDefinitionId' field has been set to Null
or not. |
boolean |
isReportDataDefinitionNameClear()
Get whether the value for the ' ReportDataDefinitionName' field is clear
or not. |
boolean |
isReportDataDefinitionNameNull()
Get whether the ' ReportDataDefinitionName' field has been set to Null
or not. |
boolean |
isReportDataDefinitionNamespaceClear()
Get whether the value for the ' ReportDataDefinitionNamespace' field
is clear or not. |
boolean |
isReportDataDefinitionNamespaceNull()
Get whether the ' ReportDataDefinitionNamespace' field has been set to
Null or not. |
void |
setEventDataSyncPolicy(EventDataSyncPolicyBean eventDataSyncPolicy)
Set the value for the ' EventDataSyncPolicy' field. |
void |
setEventDataSyncPolicyNull()
Set to Null any current value for the ' EventDataSyncPolicy' field
in the bean. |
void |
setPolicyId(String policyId)
Set the value for the ' PolicyId' field. |
void |
setPolicyIdNull()
Set to Null any current value for the ' PolicyId' field in the
bean. |
void |
setReportDataDefinitionId(String reportDataDefinitionId)
Set the value for the ' ReportDataDefinitionId' field. |
void |
setReportDataDefinitionIdNull()
Set to Null any current value for the ' ReportDataDefinitionId'
field in the bean. |
void |
setReportDataDefinitionName(String reportDataDefinitionName)
Set the value for the ' ReportDataDefinitionName' field. |
void |
setReportDataDefinitionNameNull()
Set to Null any current value for the ' ReportDataDefinitionName'
field in the bean. |
void |
setReportDataDefinitionNamespace(String reportDataDefinitionNamespace)
Set the value for the ' ReportDataDefinitionNamespace' field. |
void |
setReportDataDefinitionNamespaceNull()
Set to Null any current value for the ' ReportDataDefinitionNamespace'
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 DATE_MODIFIED
""moddate"".
The description of the 'moddate' field is:
"The date and time when the object was last modified."
public static final String RDD_ID
""ReportDataDefinitionId"".
The description of the 'ReportDataDefinitionId' field is:
"No description provided."
public static final String RDD_NAMESPACE
""ReportDataDefinitionNamespace"".
The description of the 'ReportDataDefinitionNamespace' field is:
"No description provided."
public static final String SYNC_POLICY
""EventDataSyncPolicy"".
The description of the 'EventDataSyncPolicy' field is:
"No description provided."
public static final String CREATOR
""creator"".
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
public static final String MODIFIER
""modifier"".
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
public static final String RDD_NAME
""ReportDataDefinitionName"".
The description of the 'ReportDataDefinitionName' field is:
"No description provided."
public static final String DATE_CREATED
""createdate"".
The description of the 'createdate' field is:
"The date and time when the object was created."
public static final String POLICY_ID
""PolicyId"".
The description of the 'PolicyId' field is:
"No description provided."
| Constructor Detail |
|---|
public EventDataSyncPolicyMetaDataBean()
protected EventDataSyncPolicyMetaDataBean(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 Date getDateModified()
moddate' field. The description of the 'moddate'
field is:
"The date and time when the object was last modified."
null).DATE_MODIFIEDpublic boolean isDateModifiedNull()
moddate' field has been set to Null or not.
The description of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_MODIFIEDpublic boolean isDateModifiedClear()
moddate' field is clear or not. The description
of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_MODIFIEDpublic String getPolicyId()
PolicyId' field. The description of the 'PolicyId'
field is:
"No description provided."
null).POLICY_IDpublic boolean isPolicyIdNull()
PolicyId' field has been set to Null or not.
The description of the 'PolicyId' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPolicyIdNull(),
POLICY_IDpublic boolean isPolicyIdClear()
PolicyId' field is clear or not. The
description of the 'PolicyId' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPolicyId(),
POLICY_IDpublic void setPolicyId(String policyId)
PolicyId' field. The description of the 'PolicyId'
field is:
"No description provided."
policyId - Value to setPOLICY_IDpublic void clearPolicyId()
PolicyId' field in the bean. The description
of the 'PolicyId' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPolicyIdNull() method to clear the server's value.
See the description of cleared
values.
POLICY_IDpublic void setPolicyIdNull()
PolicyId' field in the
bean. The description of the 'PolicyId' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPolicyId() method to avoid clearing the server's value.
See the description of Null
values.
POLICY_IDpublic String getReportDataDefinitionNamespace()
ReportDataDefinitionNamespace' field. The description
of the 'ReportDataDefinitionNamespace' field is:
"No description provided."
null).RDD_NAMESPACEpublic boolean isReportDataDefinitionNamespaceNull()
ReportDataDefinitionNamespace' field has been set to
Null or not. The description of the 'ReportDataDefinitionNamespace'
field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setReportDataDefinitionNamespaceNull(),
RDD_NAMESPACEpublic boolean isReportDataDefinitionNamespaceClear()
ReportDataDefinitionNamespace' field
is clear or not. The description of the 'ReportDataDefinitionNamespace'
field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearReportDataDefinitionNamespace(),
RDD_NAMESPACEpublic void setReportDataDefinitionNamespace(String reportDataDefinitionNamespace)
ReportDataDefinitionNamespace' field. The description
of the 'ReportDataDefinitionNamespace' field is:
"No description provided."
reportDataDefinitionNamespace - Value to setRDD_NAMESPACEpublic void clearReportDataDefinitionNamespace()
ReportDataDefinitionNamespace' field
in the bean. The description of the 'ReportDataDefinitionNamespace'
field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setReportDataDefinitionNamespaceNull() method to clear the server's
value.
See the description of cleared
values.
RDD_NAMESPACEpublic void setReportDataDefinitionNamespaceNull()
ReportDataDefinitionNamespace'
field in the bean. The description of the 'ReportDataDefinitionNamespace'
field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearReportDataDefinitionNamespace() method to avoid clearing the
server's value.
See the description of Null
values.
RDD_NAMESPACEpublic Date getDateCreated()
createdate' field. The description of the 'createdate'
field is:
"The date and time when the object was created."
null).DATE_CREATEDpublic boolean isDateCreatedNull()
createdate' field has been set to Null or not.
The description of the 'createdate' field is:
"The date and time when the object was created."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_CREATEDpublic boolean isDateCreatedClear()
createdate' field is clear or not. The
description of the 'createdate' field is:
"The date and time when the object was created."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_CREATEDpublic String getReportDataDefinitionName()
ReportDataDefinitionName' field. The description
of the 'ReportDataDefinitionName' field is:
"No description provided."
null).RDD_NAMEpublic boolean isReportDataDefinitionNameNull()
ReportDataDefinitionName' field has been set to Null
or not. The description of the 'ReportDataDefinitionName' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setReportDataDefinitionNameNull(),
RDD_NAMEpublic boolean isReportDataDefinitionNameClear()
ReportDataDefinitionName' field is clear
or not. The description of the 'ReportDataDefinitionName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearReportDataDefinitionName(),
RDD_NAMEpublic void setReportDataDefinitionName(String reportDataDefinitionName)
ReportDataDefinitionName' field. The description
of the 'ReportDataDefinitionName' field is:
"No description provided."
reportDataDefinitionName - Value to setRDD_NAMEpublic void clearReportDataDefinitionName()
ReportDataDefinitionName' field in
the bean. The description of the 'ReportDataDefinitionName' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setReportDataDefinitionNameNull() method to clear the server's value.
See the description of cleared
values.
RDD_NAMEpublic void setReportDataDefinitionNameNull()
ReportDataDefinitionName'
field in the bean. The description of the 'ReportDataDefinitionName'
field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearReportDataDefinitionName() method to avoid clearing the server's
value.
See the description of Null
values.
RDD_NAMEpublic String getReportDataDefinitionId()
ReportDataDefinitionId' field. The description
of the 'ReportDataDefinitionId' field is:
"No description provided."
null).RDD_IDpublic boolean isReportDataDefinitionIdNull()
ReportDataDefinitionId' field has been set to Null
or not. The description of the 'ReportDataDefinitionId' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setReportDataDefinitionIdNull(),
RDD_IDpublic boolean isReportDataDefinitionIdClear()
ReportDataDefinitionId' field is clear
or not. The description of the 'ReportDataDefinitionId' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearReportDataDefinitionId(),
RDD_IDpublic void setReportDataDefinitionId(String reportDataDefinitionId)
ReportDataDefinitionId' field. The description
of the 'ReportDataDefinitionId' field is:
"No description provided."
reportDataDefinitionId - Value to setRDD_IDpublic void clearReportDataDefinitionId()
ReportDataDefinitionId' field in the
bean. The description of the 'ReportDataDefinitionId' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setReportDataDefinitionIdNull() method to clear the server's value.
See the description of cleared
values.
RDD_IDpublic void setReportDataDefinitionIdNull()
ReportDataDefinitionId'
field in the bean. The description of the 'ReportDataDefinitionId' field
is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearReportDataDefinitionId() method to avoid clearing the server's
value.
See the description of Null
values.
RDD_IDpublic EventDataSyncPolicyBean getEventDataSyncPolicy()
EventDataSyncPolicy' field. The description of
the 'EventDataSyncPolicy' field is:
"No description provided."
null).SYNC_POLICYpublic boolean isEventDataSyncPolicyNull()
EventDataSyncPolicy' field has been set to Null
or not. The description of the 'EventDataSyncPolicy' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setEventDataSyncPolicyNull(),
SYNC_POLICYpublic boolean isEventDataSyncPolicyClear()
EventDataSyncPolicy' field is clear or
not. The description of the 'EventDataSyncPolicy' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearEventDataSyncPolicy(),
SYNC_POLICYpublic void setEventDataSyncPolicy(EventDataSyncPolicyBean eventDataSyncPolicy)
EventDataSyncPolicy' field. The description of
the 'EventDataSyncPolicy' field is:
"No description provided."
eventDataSyncPolicy - Value to setSYNC_POLICYpublic void clearEventDataSyncPolicy()
EventDataSyncPolicy' field in the bean.
The description of the 'EventDataSyncPolicy' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setEventDataSyncPolicyNull() method to clear the server's value.
See the description of cleared
values.
SYNC_POLICYpublic void setEventDataSyncPolicyNull()
EventDataSyncPolicy' field
in the bean. The description of the 'EventDataSyncPolicy' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearEventDataSyncPolicy() method to avoid clearing the server's
value.
See the description of Null
values.
SYNC_POLICYpublic String getModifierLink()
modifier' field. The description of the 'modifier'
field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
null).MODIFIERpublic boolean isModifierLinkNull()
modifier' URL field has been set to Null or
not. The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.MODIFIERpublic boolean isModifierLinkClear()
modifier' URL field is clear or not.
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.MODIFIERpublic String getCreatorLink()
creator' field. The description of the 'creator'
field is:
"The URL of the Sentinel User object that represents the creator of the object."
null).CREATORpublic boolean isCreatorLinkNull()
creator' URL field has been set to Null or not.
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.CREATORpublic boolean isCreatorLinkClear()
creator' URL field is clear or not. The
description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.CREATORpublic static BeanMetaData<? extends EventDataSyncPolicyMetaDataBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public EventDataSyncPolicyMetaDataBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||