com.novell.db.object.bean
Class EventSourceManagerBean

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

public class EventSourceManagerBean
extends SentinelBean

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

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 EVT_SRC_MGR_CONFIG
          The "bean name" of the Sentinel data object field 'Configuration'.
static String MODIFIER
          The "bean name" of the Sentinel data object field 'Modifier'.
static String NAME
          The "bean name" of the Sentinel data object field 'Name'.
static String ON
          The "bean name" of the Sentinel data object field 'On'.
static String REL_COLLECTOR
          The "bean name" of the Sentinel data object field 'Collectors'.
static String REL_EVT_SRC_SRVR
          The "bean name" of the Sentinel data object field 'EventSourceServers'.
static String REL_SENTINEL
          The "bean name" of the Sentinel data object field 'Sentinel'.
static String REL_SENTINEL_HOST
          The "bean name" of the Sentinel data object field 'SentinelHost'.
static String REL_TAGS
          The "bean name" of the Sentinel data object field 'Tags'.
 
Constructor Summary
  EventSourceManagerBean()
          Construct an instance of the bean class.
protected EventSourceManagerBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void addToTags(String value)
          Add a value to the collection field 'tags'.
 void clearConfiguration()
          Clear any current value for the 'config' field in the bean.
 void clearName()
          Clear any current value for the 'name' field in the bean.
 void clearOn()
          Clear any current value for the 'on' field in the bean.
 void clearSentinelHostLink()
          Clear any current URL value for the 'host' field in the bean.
 void clearSentinelLink()
          Clear any current URL value for the 'sentinel' field in the bean.
 void clearTags()
          Clear any current value for the 'tags' field in the bean.
 EventSourceManagerBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends EventSourceManagerBean> getBeanMetaData()
          Get the metadata class instance for this type.
 Collection<String> getCollectors()
          Get the value for the 'collectors' field.
 EventSourceManagerConfigurationBean getConfiguration()
          Get the value for the 'config' field.
 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.
 Collection<String> getEventSourceServers()
          Get the value for the 'event-source-servers' field.
 String getModifierLink()
          Get the URL for the 'modifier' field.
 String getName()
          Get the value for the 'name' field.
 String getSentinelHostLink()
          Get the URL for the 'host' field.
 String getSentinelLink()
          Get the URL for the 'sentinel' field.
 Collection<String> getTags()
          Get the value for the 'tags' field.
 boolean isCollectorsClear()
          Get whether the value for the 'collectors' field is clear or not.
 boolean isCollectorsNull()
          Get whether the 'collectors' field has been set to Null or not.
 boolean isConfigurationClear()
          Get whether the value for the 'config' field is clear or not.
 boolean isConfigurationNull()
          Get whether the 'config' field has been set to Null or not.
 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 isEventSourceServersClear()
          Get whether the value for the 'event-source-servers' field is clear or not.
 boolean isEventSourceServersNull()
          Get whether the 'event-source-servers' 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 isNameClear()
          Get whether the value for the 'name' field is clear or not.
 boolean isNameNull()
          Get whether the 'name' field has been set to Null or not.
 boolean isOn()
          Get the value for the 'on' field.
 boolean isOnClear()
          Get whether the value for the 'on' field is clear or not.
 boolean isOnNull()
          Get whether the 'on' field has been set to Null or not.
 boolean isSentinelHostLinkClear()
          Get whether the value for the 'host' URL field is clear or not.
 boolean isSentinelHostLinkNull()
          Get whether the 'host' URL field has been set to Null or not.
 boolean isSentinelLinkClear()
          Get whether the value for the 'sentinel' URL field is clear or not.
 boolean isSentinelLinkNull()
          Get whether the 'sentinel' URL field has been set to Null or not.
 boolean isTagsClear()
          Get whether the value for the 'tags' field is clear or not.
 boolean isTagsNull()
          Get whether the 'tags' field has been set to Null or not.
 void setConfiguration(EventSourceManagerConfigurationBean configuration)
          Set the value for the 'config' field.
 void setConfigurationNull()
          Set to Null any current value for the 'config' field in the bean.
 void setName(String name)
          Set the value for the 'name' field.
 void setNameNull()
          Set to Null any current value for the 'name' field in the bean.
 void setOn(boolean on)
          Set the value for the 'on' field.
 void setOnNull()
          Set to Null any current value for the 'on' field in the bean.
 void setSentinelHostLink(String sentinelHost)
          Set a URL value for the 'host' field.
 void setSentinelHostLinkNull()
          Set to Null any current URL value for the 'host' field in the bean.
 void setSentinelLink(String sentinel)
          Set a URL value for the 'sentinel' field.
 void setSentinelLinkNull()
          Set to Null any current URL value for the 'sentinel' field in the bean.
 void setTags(Collection<? extends String> tags)
          Set the value for the 'tags' field.
 void setTagsNull()
          Set to Null any current value for the 'tags' 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

ON

public static final String ON
The "bean name" of the Sentinel data object field 'On'. The value is ""on"".

The description of the 'on' field is:

"No description provided."

See Also:
Constant Field Values

EVT_SRC_MGR_CONFIG

public static final String EVT_SRC_MGR_CONFIG
The "bean name" of the Sentinel data object field 'Configuration'. The value is ""config"".

The description of the 'config' field is:

"No description provided."

See Also:
Constant Field Values

REL_SENTINEL

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

The description of the 'sentinel' field is:

"No description provided."

See Also:
Constant Field Values

REL_SENTINEL_HOST

public static final String REL_SENTINEL_HOST
The "bean name" of the Sentinel data object field 'SentinelHost'. The value is ""host"".

The description of the 'host' field is:

"No description provided."

See Also:
Constant Field Values

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

NAME

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

The description of the 'name' 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

REL_EVT_SRC_SRVR

public static final String REL_EVT_SRC_SRVR
The "bean name" of the Sentinel data object field 'EventSourceServers'. The value is ""event-source-servers"".

The description of the 'event-source-servers' field is:

"No description provided."

See Also:
Constant Field Values

REL_TAGS

public static final String REL_TAGS
The "bean name" of the Sentinel data object field 'Tags'. The value is ""tags"".

The description of the 'tags' field is:

"No description provided."

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

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

REL_COLLECTOR

public static final String REL_COLLECTOR
The "bean name" of the Sentinel data object field 'Collectors'. The value is ""collectors"".

The description of the 'collectors' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

EventSourceManagerBean

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


EventSourceManagerBean

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

getName

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

"No description provided."

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

isNameNull

public boolean isNameNull()
Get whether the 'name' field has been set to Null or not. The description of the 'name' 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:
setNameNull(), NAME

isNameClear

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

"No description provided."

See the description of cleared values.

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

setName

public void setName(String name)
Set the value for the 'name' field. The description of the 'name' field is:

"No description provided."

Parameters:
name - Value to set
See Also:
NAME

clearName

public void clearName()
Clear any current value for the 'name' field in the bean. The description of the 'name' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setNameNull() method to clear the server's value.

See the description of cleared values.

See Also:
NAME

setNameNull

public void setNameNull()
Set to Null any current value for the 'name' field in the bean. The description of the 'name' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearName() method to avoid clearing the server's value.

See the description of Null values.

See Also:
NAME

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

getConfiguration

public EventSourceManagerConfigurationBean getConfiguration()
Get the value for the 'config' field. The description of the 'config' field is:

"No description provided."

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

isConfigurationNull

public boolean isConfigurationNull()
Get whether the 'config' field has been set to Null or not. The description of the 'config' 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:
setConfigurationNull(), EVT_SRC_MGR_CONFIG

isConfigurationClear

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

"No description provided."

See the description of cleared values.

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

setConfiguration

public void setConfiguration(EventSourceManagerConfigurationBean configuration)
Set the value for the 'config' field. The description of the 'config' field is:

"No description provided."

Parameters:
configuration - Value to set
See Also:
EVT_SRC_MGR_CONFIG

clearConfiguration

public void clearConfiguration()
Clear any current value for the 'config' field in the bean. The description of the 'config' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setConfigurationNull() method to clear the server's value.

See the description of cleared values.

See Also:
EVT_SRC_MGR_CONFIG

setConfigurationNull

public void setConfigurationNull()
Set to Null any current value for the 'config' field in the bean. The description of the 'config' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearConfiguration() method to avoid clearing the server's value.

See the description of Null values.

See Also:
EVT_SRC_MGR_CONFIG

isOn

public boolean isOn()
Get the value for the 'on' field. The description of the 'on' field is:

"No description provided."

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

isOnNull

public boolean isOnNull()
Get whether the 'on' field has been set to Null or not. The description of the 'on' 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:
setOnNull(), ON

isOnClear

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

"No description provided."

See the description of cleared values.

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

setOn

public void setOn(boolean on)
Set the value for the 'on' field. The description of the 'on' field is:

"No description provided."

Parameters:
on - Value to set
See Also:
ON

clearOn

public void clearOn()
Clear any current value for the 'on' field in the bean. The description of the 'on' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setOnNull() method to clear the server's value.

See the description of cleared values.

See Also:
ON

setOnNull

public void setOnNull()
Set to Null any current value for the 'on' field in the bean. The description of the 'on' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearOn() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ON

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

getTags

public Collection<String> getTags()
Get the value for the 'tags' field. The description of the 'tags' field is:

"No description provided."

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

isTagsNull

public boolean isTagsNull()
Get whether the 'tags' field has been set to Null or not. The description of the 'tags' 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:
setTagsNull(), REL_TAGS

isTagsClear

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

"No description provided."

See the description of cleared values.

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

setTags

public void setTags(Collection<? extends String> tags)
Set the value for the 'tags' field. The description of the 'tags' field is:

"No description provided."

Parameters:
tags - Value to set
See Also:
REL_TAGS

clearTags

public void clearTags()
Clear any current value for the 'tags' field in the bean. The description of the 'tags' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setTagsNull() method to clear the server's value.

See the description of cleared values.

See Also:
REL_TAGS

setTagsNull

public void setTagsNull()
Set to Null any current value for the 'tags' field in the bean. The description of the 'tags' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearTags() method to avoid clearing the server's value.

See the description of Null values.

See Also:
REL_TAGS

addToTags

public void addToTags(String value)
Add a value to the collection field 'tags'. The description of the 'tags' field is:

"No description provided."

Parameters:
value - Value to add to collection.
See Also:
REL_TAGS

getEventSourceServers

public Collection<String> getEventSourceServers()
Get the value for the 'event-source-servers' field. The description of the 'event-source-servers' field is:

"No description provided."

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

isEventSourceServersNull

public boolean isEventSourceServersNull()
Get whether the 'event-source-servers' field has been set to Null or not. The description of the 'event-source-servers' 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:
REL_EVT_SRC_SRVR

isEventSourceServersClear

public boolean isEventSourceServersClear()
Get whether the value for the 'event-source-servers' field is clear or not. The description of the 'event-source-servers' field is:

"No description provided."

See the description of cleared values.

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

getCollectors

public Collection<String> getCollectors()
Get the value for the 'collectors' field. The description of the 'collectors' field is:

"No description provided."

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

isCollectorsNull

public boolean isCollectorsNull()
Get whether the 'collectors' field has been set to Null or not. The description of the 'collectors' 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:
REL_COLLECTOR

isCollectorsClear

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

"No description provided."

See the description of cleared values.

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

getSentinelHostLink

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

"No description provided."

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

isSentinelHostLinkNull

public boolean isSentinelHostLinkNull()
Get whether the 'host' URL field has been set to Null or not. The description of the 'host' 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:
setSentinelHostLinkNull(), REL_SENTINEL_HOST

isSentinelHostLinkClear

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

"No description provided."

See the description of cleared values.

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

setSentinelHostLink

public void setSentinelHostLink(String sentinelHost)
Set a URL value for the 'host' field. The description of the 'host' field is:

"No description provided."

Parameters:
sentinelHost - Value to set
See Also:
REL_SENTINEL_HOST

clearSentinelHostLink

public void clearSentinelHostLink()
Clear any current URL value for the 'host' field in the bean. The description of the 'host' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSentinelHostLinkNull() method to clear the server's value.

See the description of cleared values.

See Also:
REL_SENTINEL_HOST

setSentinelHostLinkNull

public void setSentinelHostLinkNull()
Set to Null any current URL value for the 'host' field in the bean. The description of the 'host' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSentinelHostLink() method to avoid clearing the server's value.

See the description of Null values.

See Also:
REL_SENTINEL_HOST

getSentinelLink

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

"No description provided."

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

isSentinelLinkNull

public boolean isSentinelLinkNull()
Get whether the 'sentinel' URL field has been set to Null or not. The description of the 'sentinel' 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:
setSentinelLinkNull(), REL_SENTINEL

isSentinelLinkClear

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

"No description provided."

See the description of cleared values.

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

setSentinelLink

public void setSentinelLink(String sentinel)
Set a URL value for the 'sentinel' field. The description of the 'sentinel' field is:

"No description provided."

Parameters:
sentinel - Value to set
See Also:
REL_SENTINEL

clearSentinelLink

public void clearSentinelLink()
Clear any current URL value for the 'sentinel' field in the bean. The description of the 'sentinel' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSentinelLinkNull() method to clear the server's value.

See the description of cleared values.

See Also:
REL_SENTINEL

setSentinelLinkNull

public void setSentinelLinkNull()
Set to Null any current URL value for the 'sentinel' field in the bean. The description of the 'sentinel' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSentinelLink() method to avoid clearing the server's value.

See the description of Null values.

See Also:
REL_SENTINEL

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 EventSourceManagerBean> 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 EventSourceManagerBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object