com.novell.db.object.bean
Class TagBean

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

public class TagBean
extends SentinelBean

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

The description of the type is:

"Tag objects define strings that can be used to annotate other objects, particularly Event objects."

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 GLOBALFILTER
          The "bean name" of the Sentinel data object field 'GlobalFilters'.
static String MODIFIER
          The "bean name" of the Sentinel data object field 'Modifier'.
static String REL_EVENT_SOURCE_MANAGERS
          The "bean name" of the Sentinel data object field 'EventSourceManagers'.
static String REL_EVENT_SOURCE_SERVERS
          The "bean name" of the Sentinel data object field 'EventSourceServers'.
static String REL_EVENT_SOURCES
          The "bean name" of the Sentinel data object field 'EventSources'.
static String REL_PLUGINS
          The "bean name" of the Sentinel data object field 'Plugins'.
static String TAG_DESCRIPTION
          The "bean name" of the Sentinel data object field 'Description'.
static String TAG_NAME
          The "bean name" of the Sentinel data object field 'Name'.
 
Constructor Summary
  TagBean()
          Construct an instance of the bean class.
protected TagBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void addToEventSourceManagers(String value)
          Add a value to the collection field 'collectormgrs'.
 void addToEventSources(String value)
          Add a value to the collection field 'event-sources'.
 void addToEventSourceServers(String value)
          Add a value to the collection field 'event-source-servers'.
 void addToGlobalFilters(String value)
          Add a value to the collection field 'global-filters'.
 void addToPlugins(String value)
          Add a value to the collection field 'plugins'.
 void clearDescription()
          Clear any current value for the 'desc' field in the bean.
 void clearEventSourceManagers()
          Clear any current value for the 'collectormgrs' field in the bean.
 void clearEventSources()
          Clear any current value for the 'event-sources' field in the bean.
 void clearEventSourceServers()
          Clear any current value for the 'event-source-servers' field in the bean.
 void clearGlobalFilters()
          Clear any current value for the 'global-filters' field in the bean.
 void clearName()
          Clear any current value for the 'name' field in the bean.
 void clearPlugins()
          Clear any current value for the 'plugins' field in the bean.
 TagBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends TagBean> 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.
 String getDescription()
          Get the value for the 'desc' field.
 Collection<String> getEventSourceManagers()
          Get the value for the 'collectormgrs' field.
 Collection<String> getEventSources()
          Get the value for the 'event-sources' field.
 Collection<String> getEventSourceServers()
          Get the value for the 'event-source-servers' field.
 Collection<String> getGlobalFilters()
          Get the value for the 'global-filters' field.
 String getModifierLink()
          Get the URL for the 'modifier' field.
 String getName()
          Get the value for the 'name' field.
 Collection<String> getPlugins()
          Get the value for the 'plugins' 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 isDescriptionClear()
          Get whether the value for the 'desc' field is clear or not.
 boolean isDescriptionNull()
          Get whether the 'desc' field has been set to Null or not.
 boolean isEventSourceManagersClear()
          Get whether the value for the 'collectormgrs' field is clear or not.
 boolean isEventSourceManagersNull()
          Get whether the 'collectormgrs' field has been set to Null or not.
 boolean isEventSourcesClear()
          Get whether the value for the 'event-sources' field is clear 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 isEventSourcesNull()
          Get whether the 'event-sources' field has been set to Null or not.
 boolean isGlobalFiltersClear()
          Get whether the value for the 'global-filters' field is clear or not.
 boolean isGlobalFiltersNull()
          Get whether the 'global-filters' 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 isPluginsClear()
          Get whether the value for the 'plugins' field is clear or not.
 boolean isPluginsNull()
          Get whether the 'plugins' field has been set to Null or not.
 void setDescription(String description)
          Set the value for the 'desc' field.
 void setDescriptionNull()
          Set to Null any current value for the 'desc' field in the bean.
 void setEventSourceManagers(Collection<? extends String> eventSourceManagers)
          Set the value for the 'collectormgrs' field.
 void setEventSourceManagersNull()
          Set to Null any current value for the 'collectormgrs' field in the bean.
 void setEventSources(Collection<? extends String> eventSources)
          Set the value for the 'event-sources' field.
 void setEventSourceServers(Collection<? extends String> eventSourceServers)
          Set the value for the 'event-source-servers' field.
 void setEventSourceServersNull()
          Set to Null any current value for the 'event-source-servers' field in the bean.
 void setEventSourcesNull()
          Set to Null any current value for the 'event-sources' field in the bean.
 void setGlobalFilters(Collection<? extends String> globalFilters)
          Set the value for the 'global-filters' field.
 void setGlobalFiltersNull()
          Set to Null any current value for the 'global-filters' 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 setPlugins(Collection<? extends String> plugins)
          Set the value for the 'plugins' field.
 void setPluginsNull()
          Set to Null any current value for the 'plugins' 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

REL_EVENT_SOURCES

public static final String REL_EVENT_SOURCES
The "bean name" of the Sentinel data object field 'EventSources'. The value is ""event-sources"".

The description of the 'event-sources' field is:

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

See Also:
Constant Field Values

TAG_NAME

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

The description of the 'name' field is:

"The string value that is the tag used to annotate other objects."

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

REL_PLUGINS

public static final String REL_PLUGINS
The "bean name" of the Sentinel data object field 'Plugins'. The value is ""plugins"".

The description of the 'plugins' field is:

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

See Also:
Constant Field Values

GLOBALFILTER

public static final String GLOBALFILTER
The "bean name" of the Sentinel data object field 'GlobalFilters'. The value is ""global-filters"".

The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

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

TAG_DESCRIPTION

public static final String TAG_DESCRIPTION
The "bean name" of the Sentinel data object field 'Description'. The value is ""desc"".

The description of the 'desc' field is:

"A short description of the tag's purpose and origin."

See Also:
Constant Field Values

REL_EVENT_SOURCE_MANAGERS

public static final String REL_EVENT_SOURCE_MANAGERS
The "bean name" of the Sentinel data object field 'EventSourceManagers'. The value is ""collectormgrs"".

The description of the 'collectormgrs' field is:

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

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_EVENT_SOURCE_SERVERS

public static final String REL_EVENT_SOURCE_SERVERS
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:

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

See Also:
Constant Field Values
Constructor Detail

TagBean

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


TagBean

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

getDescription

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

"A short description of the tag's purpose and origin."

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

isDescriptionNull

public boolean isDescriptionNull()
Get whether the 'desc' field has been set to Null or not. The description of the 'desc' field is:

"A short description of the tag's purpose and origin."

See the description of Null values.

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

isDescriptionClear

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

"A short description of the tag's purpose and origin."

See the description of cleared values.

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

setDescription

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

"A short description of the tag's purpose and origin."

Parameters:
description - Value to set
See Also:
TAG_DESCRIPTION

clearDescription

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

"A short description of the tag's purpose and origin."

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

See the description of cleared values.

See Also:
TAG_DESCRIPTION

setDescriptionNull

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

"A short description of the tag's purpose and origin."

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

See the description of Null values.

See Also:
TAG_DESCRIPTION

getName

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

"The string value that is the tag used to annotate other objects."

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

isNameNull

public boolean isNameNull()
Get whether the 'name' field has been set to Null or not. The description of the 'name' field is:

"The string value that is the tag used to annotate other objects."

See the description of Null values.

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

isNameClear

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

"The string value that is the tag used to annotate other objects."

See the description of cleared values.

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

setName

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

"The string value that is the tag used to annotate other objects."

Parameters:
name - Value to set
See Also:
TAG_NAME

clearName

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

"The string value that is the tag used to annotate other objects."

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

"The string value that is the tag used to annotate other objects."

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

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

getEventSourceServers

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

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

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

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:

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

See the description of Null values.

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

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:

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

See the description of cleared values.

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

setEventSourceServers

public void setEventSourceServers(Collection<? extends String> eventSourceServers)
Set the value for the 'event-source-servers' field. The description of the 'event-source-servers' field is:

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

Parameters:
eventSourceServers - Value to set
See Also:
REL_EVENT_SOURCE_SERVERS

clearEventSourceServers

public void clearEventSourceServers()
Clear any current value for the 'event-source-servers' field in the bean. The description of the 'event-source-servers' field is:

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

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

See the description of cleared values.

See Also:
REL_EVENT_SOURCE_SERVERS

setEventSourceServersNull

public void setEventSourceServersNull()
Set to Null any current value for the 'event-source-servers' field in the bean. The description of the 'event-source-servers' field is:

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

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

See the description of Null values.

See Also:
REL_EVENT_SOURCE_SERVERS

addToEventSourceServers

public void addToEventSourceServers(String value)
Add a value to the collection field 'event-source-servers'. The description of the 'event-source-servers' field is:

"A list of references to Event Source Servers that will add this tag to events reported by each Event Source reporting to the servers."

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

getGlobalFilters

public Collection<String> getGlobalFilters()
Get the value for the 'global-filters' field. The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

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

isGlobalFiltersNull

public boolean isGlobalFiltersNull()
Get whether the 'global-filters' field has been set to Null or not. The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

See the description of Null values.

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

isGlobalFiltersClear

public boolean isGlobalFiltersClear()
Get whether the value for the 'global-filters' field is clear or not. The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

See the description of cleared values.

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

setGlobalFilters

public void setGlobalFilters(Collection<? extends String> globalFilters)
Set the value for the 'global-filters' field. The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

Parameters:
globalFilters - Value to set
See Also:
GLOBALFILTER

clearGlobalFilters

public void clearGlobalFilters()
Clear any current value for the 'global-filters' field in the bean. The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

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

See the description of cleared values.

See Also:
GLOBALFILTER

setGlobalFiltersNull

public void setGlobalFiltersNull()
Set to Null any current value for the 'global-filters' field in the bean. The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

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

See the description of Null values.

See Also:
GLOBALFILTER

addToGlobalFilters

public void addToGlobalFilters(String value)
Add a value to the collection field 'global-filters'. The description of the 'global-filters' field is:

"A list of references to Routing Rules that will add this tag to events routed by each rule."

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

getPlugins

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

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

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

isPluginsNull

public boolean isPluginsNull()
Get whether the 'plugins' field has been set to Null or not. The description of the 'plugins' field is:

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

See the description of Null values.

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

isPluginsClear

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

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

See the description of cleared values.

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

setPlugins

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

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

Parameters:
plugins - Value to set
See Also:
REL_PLUGINS

clearPlugins

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

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

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

See the description of cleared values.

See Also:
REL_PLUGINS

setPluginsNull

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

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

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

See the description of Null values.

See Also:
REL_PLUGINS

addToPlugins

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

"A list of references to Collector plugins that will add this tag to events reported by each Collector."

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

getEventSourceManagers

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

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

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

isEventSourceManagersNull

public boolean isEventSourceManagersNull()
Get whether the 'collectormgrs' field has been set to Null or not. The description of the 'collectormgrs' field is:

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

See the description of Null values.

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

isEventSourceManagersClear

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

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

See the description of cleared values.

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

setEventSourceManagers

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

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

Parameters:
eventSourceManagers - Value to set
See Also:
REL_EVENT_SOURCE_MANAGERS

clearEventSourceManagers

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

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

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

See the description of cleared values.

See Also:
REL_EVENT_SOURCE_MANAGERS

setEventSourceManagersNull

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

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

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

See the description of Null values.

See Also:
REL_EVENT_SOURCE_MANAGERS

addToEventSourceManagers

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

"A list of references to Collector Managers that will add this tag to events reported by each Collector controlled by the managers."

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

getEventSources

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

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

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

isEventSourcesNull

public boolean isEventSourcesNull()
Get whether the 'event-sources' field has been set to Null or not. The description of the 'event-sources' field is:

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

See the description of Null values.

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

isEventSourcesClear

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

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

See the description of cleared values.

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

setEventSources

public void setEventSources(Collection<? extends String> eventSources)
Set the value for the 'event-sources' field. The description of the 'event-sources' field is:

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

Parameters:
eventSources - Value to set
See Also:
REL_EVENT_SOURCES

clearEventSources

public void clearEventSources()
Clear any current value for the 'event-sources' field in the bean. The description of the 'event-sources' field is:

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

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

See the description of cleared values.

See Also:
REL_EVENT_SOURCES

setEventSourcesNull

public void setEventSourcesNull()
Set to Null any current value for the 'event-sources' field in the bean. The description of the 'event-sources' field is:

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

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

See the description of Null values.

See Also:
REL_EVENT_SOURCES

addToEventSources

public void addToEventSources(String value)
Add a value to the collection field 'event-sources'. The description of the 'event-sources' field is:

"A list of references to Event Sources that will add this tag to events reported by each Event Source."

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

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

Overrides:
clone in class Object