com.novell.db.object.bean
Class EventDataSyncPolicyMetaDataBean

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

public class EventDataSyncPolicyMetaDataBean
extends SentinelBean

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

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 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

DATE_MODIFIED

public static final String DATE_MODIFIED
The "bean name" of the Sentinel data object field 'DateModified'. The value is ""moddate"".

The description of the 'moddate' field is:

"The date and time when the object was last modified."

See Also:
Constant Field Values

RDD_ID

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

The description of the 'ReportDataDefinitionId' field is:

"No description provided."

See Also:
Constant Field Values

RDD_NAMESPACE

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

The description of the 'ReportDataDefinitionNamespace' field is:

"No description provided."

See Also:
Constant Field Values

SYNC_POLICY

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

The description of the 'EventDataSyncPolicy' field is:

"No description provided."

See Also:
Constant Field Values

CREATOR

public static final String CREATOR
The "bean name" of the Sentinel data object field 'Creator'. The value is ""creator"".

The description of the 'creator' field is:

"The URL of the Sentinel User object that represents the creator of the object."

See Also:
Constant Field Values

MODIFIER

public static final String MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. The value is ""modifier"".

The description of the 'modifier' field is:

"The URL of the Sentinel User object that represents the last modifier of the object."

See Also:
Constant Field Values

RDD_NAME

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

The description of the 'ReportDataDefinitionName' field is:

"No description provided."

See Also:
Constant Field Values

DATE_CREATED

public static final String DATE_CREATED
The "bean name" of the Sentinel data object field 'DateCreated'. The value is ""createdate"".

The description of the 'createdate' field is:

"The date and time when the object was created."

See Also:
Constant Field Values

POLICY_ID

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

The description of the 'PolicyId' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

EventDataSyncPolicyMetaDataBean

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


EventDataSyncPolicyMetaDataBean

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

getDateModified

public Date getDateModified()
Get the value for the 'moddate' field. The description of the 'moddate' field is:

"The date and time when the object was last modified."

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

isDateModifiedNull

public boolean isDateModifiedNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
DATE_MODIFIED

isDateModifiedClear

public boolean isDateModifiedClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
DATE_MODIFIED

getPolicyId

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

"No description provided."

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

isPolicyIdNull

public boolean isPolicyIdNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setPolicyIdNull(), POLICY_ID

isPolicyIdClear

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

"No description provided."

See the description of cleared values.

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

setPolicyId

public void setPolicyId(String policyId)
Set the value for the 'PolicyId' field. The description of the 'PolicyId' field is:

"No description provided."

Parameters:
policyId - Value to set
See Also:
POLICY_ID

clearPolicyId

public void clearPolicyId()
Clear any current value for the '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.

See Also:
POLICY_ID

setPolicyIdNull

public void setPolicyIdNull()
Set to Null any current value for the '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.

See Also:
POLICY_ID

getReportDataDefinitionNamespace

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

"No description provided."

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

isReportDataDefinitionNamespaceNull

public boolean isReportDataDefinitionNamespaceNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setReportDataDefinitionNamespaceNull(), RDD_NAMESPACE

isReportDataDefinitionNamespaceClear

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

"No description provided."

See the description of cleared values.

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

setReportDataDefinitionNamespace

public void setReportDataDefinitionNamespace(String reportDataDefinitionNamespace)
Set the value for the 'ReportDataDefinitionNamespace' field. The description of the 'ReportDataDefinitionNamespace' field is:

"No description provided."

Parameters:
reportDataDefinitionNamespace - Value to set
See Also:
RDD_NAMESPACE

clearReportDataDefinitionNamespace

public void clearReportDataDefinitionNamespace()
Clear any current value for the '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.

See Also:
RDD_NAMESPACE

setReportDataDefinitionNamespaceNull

public void setReportDataDefinitionNamespaceNull()
Set to Null any current value for the '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.

See Also:
RDD_NAMESPACE

getDateCreated

public Date getDateCreated()
Get the value for the 'createdate' field. The description of the 'createdate' field is:

"The date and time when the object was created."

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

isDateCreatedNull

public boolean isDateCreatedNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
DATE_CREATED

isDateCreatedClear

public boolean isDateCreatedClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
DATE_CREATED

getReportDataDefinitionName

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

"No description provided."

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

isReportDataDefinitionNameNull

public boolean isReportDataDefinitionNameNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setReportDataDefinitionNameNull(), RDD_NAME

isReportDataDefinitionNameClear

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

"No description provided."

See the description of cleared values.

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

setReportDataDefinitionName

public void setReportDataDefinitionName(String reportDataDefinitionName)
Set the value for the 'ReportDataDefinitionName' field. The description of the 'ReportDataDefinitionName' field is:

"No description provided."

Parameters:
reportDataDefinitionName - Value to set
See Also:
RDD_NAME

clearReportDataDefinitionName

public void clearReportDataDefinitionName()
Clear any current value for the '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.

See Also:
RDD_NAME

setReportDataDefinitionNameNull

public void setReportDataDefinitionNameNull()
Set to Null any current value for the '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.

See Also:
RDD_NAME

getReportDataDefinitionId

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

"No description provided."

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

isReportDataDefinitionIdNull

public boolean isReportDataDefinitionIdNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setReportDataDefinitionIdNull(), RDD_ID

isReportDataDefinitionIdClear

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

"No description provided."

See the description of cleared values.

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

setReportDataDefinitionId

public void setReportDataDefinitionId(String reportDataDefinitionId)
Set the value for the 'ReportDataDefinitionId' field. The description of the 'ReportDataDefinitionId' field is:

"No description provided."

Parameters:
reportDataDefinitionId - Value to set
See Also:
RDD_ID

clearReportDataDefinitionId

public void clearReportDataDefinitionId()
Clear any current value for the '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.

See Also:
RDD_ID

setReportDataDefinitionIdNull

public void setReportDataDefinitionIdNull()
Set to Null any current value for the '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.

See Also:
RDD_ID

getEventDataSyncPolicy

public EventDataSyncPolicyBean getEventDataSyncPolicy()
Get the value for the 'EventDataSyncPolicy' field. The description of the 'EventDataSyncPolicy' field is:

"No description provided."

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

isEventDataSyncPolicyNull

public boolean isEventDataSyncPolicyNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setEventDataSyncPolicyNull(), SYNC_POLICY

isEventDataSyncPolicyClear

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

"No description provided."

See the description of cleared values.

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

setEventDataSyncPolicy

public void setEventDataSyncPolicy(EventDataSyncPolicyBean eventDataSyncPolicy)
Set the value for the 'EventDataSyncPolicy' field. The description of the 'EventDataSyncPolicy' field is:

"No description provided."

Parameters:
eventDataSyncPolicy - Value to set
See Also:
SYNC_POLICY

clearEventDataSyncPolicy

public void clearEventDataSyncPolicy()
Clear any current value for the '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.

See Also:
SYNC_POLICY

setEventDataSyncPolicyNull

public void setEventDataSyncPolicyNull()
Set to Null any current value for the '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.

See Also:
SYNC_POLICY

getModifierLink

public String getModifierLink()
Get the URL for the 'modifier' field. The description of the 'modifier' field is:

"The URL of the Sentinel User object that represents the last modifier of the object."

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

isModifierLinkNull

public boolean isModifierLinkNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
MODIFIER

isModifierLinkClear

public boolean isModifierLinkClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
MODIFIER

getCreatorLink

public String getCreatorLink()
Get the URL for the 'creator' field. The description of the 'creator' field is:

"The URL of the Sentinel User object that represents the creator of the object."

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

isCreatorLinkNull

public boolean isCreatorLinkNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
CREATOR

isCreatorLinkClear

public boolean isCreatorLinkClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
CREATOR

getBeanMetaData

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

Overrides:
clone in class Object