|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.EventSourceServerBean
public class EventSourceServerBean
An automatically-generated "bean" class for the Sentinel data object type 'event-source-server'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
CREATOR
The "bean name" of the Sentinel data object field 'Creator'. |
static String |
DATE_CREATED
The "bean name" of the Sentinel data object field 'DateCreated'. |
static String |
DATE_MODIFIED
The "bean name" of the Sentinel data object field 'DateModified'. |
static String |
EVT_SRC_SRV_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_EVENT_SOURCE_GROUP
The "bean name" of the Sentinel data object field 'EventSourceGroups'. |
static String |
REL_EVENT_SOURCE_MANAGER
The "bean name" of the Sentinel data object field 'EventSourceManager'. |
static String |
REL_PLUGIN
The "bean name" of the Sentinel data object field 'Plugin'. |
static String |
REL_TAGS
The "bean name" of the Sentinel data object field 'Tags'. |
| Constructor Summary | |
|---|---|
|
EventSourceServerBean()
Construct an instance of the bean class. |
protected |
EventSourceServerBean(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 |
clearEventSourceGroupsLink()
Clear any current URL value for the ' connectors' field in the bean. |
void |
clearEventSourceManagerLink()
Clear any current URL value for the ' collectormgr' 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 |
clearPluginLink()
Clear any current URL value for the ' plugin' field in the bean. |
void |
clearTags()
Clear any current value for the ' tags' field in the bean. |
EventSourceServerBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends EventSourceServerBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
EventSourceServerConfigurationBean |
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. |
String |
getEventSourceGroupsLink()
Get the URL for the ' connectors' field. |
String |
getEventSourceManagerLink()
Get the URL for the ' collectormgr' field. |
String |
getModifierLink()
Get the URL for the ' modifier' field. |
String |
getName()
Get the value for the ' Name' field. |
String |
getPluginLink()
Get the URL for the ' plugin' field. |
Collection<String> |
getTags()
Get the value for the ' tags' field. |
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 |
isEventSourceGroupsLinkClear()
Get whether the value for the ' connectors' URL field is clear or not. |
boolean |
isEventSourceGroupsLinkNull()
Get whether the ' connectors' URL field has been set to Null or
not. |
boolean |
isEventSourceManagerLinkClear()
Get whether the value for the ' collectormgr' URL field is clear or not. |
boolean |
isEventSourceManagerLinkNull()
Get whether the ' collectormgr' URL 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 |
isPluginLinkClear()
Get whether the value for the ' plugin' URL field is clear or not. |
boolean |
isPluginLinkNull()
Get whether the ' plugin' 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(EventSourceServerConfigurationBean configuration)
Set the value for the ' config' field. |
void |
setConfigurationNull()
Set to Null any current value for the ' config' field in the bean. |
void |
setEventSourceGroupsLink(String eventSourceGroups)
Set a URL value for the ' connectors' field. |
void |
setEventSourceGroupsLinkNull()
Set to Null any current URL value for the ' connectors' field
in the bean. |
void |
setEventSourceManagerLink(String eventSourceManager)
Set a URL value for the ' collectormgr' field. |
void |
setEventSourceManagerLinkNull()
Set to Null any current URL value for the ' collectormgr' 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 |
setPluginLink(String plugin)
Set a URL value for the ' plugin' field. |
void |
setPluginLinkNull()
Set to Null any current URL value for the ' plugin' 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 |
|---|
public static final String ON
""On"".
The description of the 'On' field is:
"No description provided."
public static final String DATE_MODIFIED
""moddate"".
The description of the 'moddate' field is:
"The date and time when the object was last modified."
public static final String EVT_SRC_SRV_CONFIG
""config"".
The description of the 'config' field is:
"No description provided."
public static final String NAME
""Name"".
The description of the 'Name' field is:
"No description provided."
public static final String CREATOR
""creator"".
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
public static final String REL_PLUGIN
""plugin"".
The description of the 'plugin' field is:
"No description provided."
public static final String REL_TAGS
""tags"".
The description of the 'tags' field is:
"No description provided."
public static final String MODIFIER
""modifier"".
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
public static final String DATE_CREATED
""createdate"".
The description of the 'createdate' field is:
"The date and time when the object was created."
public static final String REL_EVENT_SOURCE_GROUP
""connectors"".
The description of the 'connectors' field is:
"No description provided."
public static final String REL_EVENT_SOURCE_MANAGER
""collectormgr"".
The description of the 'collectormgr' field is:
"No description provided."
| Constructor Detail |
|---|
public EventSourceServerBean()
protected EventSourceServerBean(BeanMetaData<? extends SentinelBean> metadata)
metadata - The metadata instance for the derived bean class. Normally this constructor
will only be called by generated code.| Method Detail |
|---|
public String getName()
Name' field. The description of the 'Name'
field is:
"No description provided."
null).NAMEpublic boolean isNameNull()
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.
true if the field value has been marked as null, false
otherwise.setNameNull(),
NAMEpublic boolean isNameClear()
Name' field is clear or not. The description
of the 'Name' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearName(),
NAMEpublic void setName(String name)
Name' field. The description of the 'Name'
field is:
"No description provided."
name - Value to setNAMEpublic void clearName()
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.
NAMEpublic void setNameNull()
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.
NAMEpublic Date getDateModified()
moddate' field. The description of the 'moddate'
field is:
"The date and time when the object was last modified."
null).DATE_MODIFIEDpublic boolean isDateModifiedNull()
moddate' field has been set to Null or not.
The description of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_MODIFIEDpublic boolean isDateModifiedClear()
moddate' field is clear or not. The description
of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_MODIFIEDpublic boolean isOn()
On' field. The description of the 'On'
field is:
"No description provided."
null).ONpublic boolean isOnNull()
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.
true if the field value has been marked as null, false
otherwise.setOnNull(),
ONpublic boolean isOnClear()
On' field is clear or not. The description
of the 'On' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearOn(),
ONpublic void setOn(boolean on)
On' field. The description of the 'On'
field is:
"No description provided."
on - Value to setONpublic void clearOn()
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.
ONpublic void setOnNull()
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.
ONpublic Date getDateCreated()
createdate' field. The description of the 'createdate'
field is:
"The date and time when the object was created."
null).DATE_CREATEDpublic boolean isDateCreatedNull()
createdate' field has been set to Null or not.
The description of the 'createdate' field is:
"The date and time when the object was created."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_CREATEDpublic boolean isDateCreatedClear()
createdate' field is clear or not. The
description of the 'createdate' field is:
"The date and time when the object was created."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_CREATEDpublic EventSourceServerConfigurationBean getConfiguration()
config' field. The description of the 'config'
field is:
"No description provided."
null).EVT_SRC_SRV_CONFIGpublic boolean isConfigurationNull()
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.
true if the field value has been marked as null, false
otherwise.setConfigurationNull(),
EVT_SRC_SRV_CONFIGpublic boolean isConfigurationClear()
config' field is clear or not. The description
of the 'config' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearConfiguration(),
EVT_SRC_SRV_CONFIGpublic void setConfiguration(EventSourceServerConfigurationBean configuration)
config' field. The description of the 'config'
field is:
"No description provided."
configuration - Value to setEVT_SRC_SRV_CONFIGpublic void clearConfiguration()
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.
EVT_SRC_SRV_CONFIGpublic void setConfigurationNull()
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.
EVT_SRC_SRV_CONFIGpublic String getModifierLink()
modifier' field. The description of the 'modifier'
field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
null).MODIFIERpublic boolean isModifierLinkNull()
modifier' URL field has been set to Null or
not. The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.MODIFIERpublic boolean isModifierLinkClear()
modifier' URL field is clear or not.
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.MODIFIERpublic Collection<String> getTags()
tags' field. The description of the 'tags'
field is:
"No description provided."
null).REL_TAGSpublic boolean isTagsNull()
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.
true if the field value has been marked as null, false
otherwise.setTagsNull(),
REL_TAGSpublic boolean isTagsClear()
tags' field is clear or not. The description
of the 'tags' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearTags(),
REL_TAGSpublic void setTags(Collection<? extends String> tags)
tags' field. The description of the 'tags'
field is:
"No description provided."
tags - Value to setREL_TAGSpublic void clearTags()
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.
REL_TAGSpublic void setTagsNull()
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.
REL_TAGSpublic void addToTags(String value)
tags'. The description of the 'tags'
field is:
"No description provided."
value - Value to add to collection.REL_TAGSpublic String getEventSourceGroupsLink()
connectors' field. The description of the 'connectors'
field is:
"No description provided."
null).REL_EVENT_SOURCE_GROUPpublic boolean isEventSourceGroupsLinkNull()
connectors' URL field has been set to Null or
not. The description of the 'connectors' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setEventSourceGroupsLinkNull(),
REL_EVENT_SOURCE_GROUPpublic boolean isEventSourceGroupsLinkClear()
connectors' URL field is clear or not.
The description of the 'connectors' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearEventSourceGroupsLink(),
REL_EVENT_SOURCE_GROUPpublic void setEventSourceGroupsLink(String eventSourceGroups)
connectors' field. The description of the 'connectors'
field is:
"No description provided."
eventSourceGroups - Value to setREL_EVENT_SOURCE_GROUPpublic void clearEventSourceGroupsLink()
connectors' field in the bean.
The description of the 'connectors' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setEventSourceGroupsLinkNull() method to clear the server's value.
See the description of cleared
values.
REL_EVENT_SOURCE_GROUPpublic void setEventSourceGroupsLinkNull()
connectors' field
in the bean. The description of the 'connectors' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearEventSourceGroupsLink() method to avoid clearing the server's
value.
See the description of Null
values.
REL_EVENT_SOURCE_GROUPpublic String getPluginLink()
plugin' field. The description of the 'plugin'
field is:
"No description provided."
null).REL_PLUGINpublic boolean isPluginLinkNull()
plugin' URL field has been set to Null or not.
The description of the 'plugin' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPluginLinkNull(),
REL_PLUGINpublic boolean isPluginLinkClear()
plugin' URL field is clear or not. The
description of the 'plugin' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPluginLink(),
REL_PLUGINpublic void setPluginLink(String plugin)
plugin' field. The description of the 'plugin'
field is:
"No description provided."
plugin - Value to setREL_PLUGINpublic void clearPluginLink()
plugin' field in the bean. The
description of the 'plugin' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPluginLinkNull() method to clear the server's value.
See the description of cleared
values.
REL_PLUGINpublic void setPluginLinkNull()
plugin' field in the
bean. The description of the 'plugin' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPluginLink() method to avoid clearing the server's value.
See the description of Null
values.
REL_PLUGINpublic String getCreatorLink()
creator' field. The description of the 'creator'
field is:
"The URL of the Sentinel User object that represents the creator of the object."
null).CREATORpublic boolean isCreatorLinkNull()
creator' URL field has been set to Null or not.
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.CREATORpublic boolean isCreatorLinkClear()
creator' URL field is clear or not. The
description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.CREATORpublic String getEventSourceManagerLink()
collectormgr' field. The description of the 'collectormgr'
field is:
"No description provided."
null).REL_EVENT_SOURCE_MANAGERpublic boolean isEventSourceManagerLinkNull()
collectormgr' URL field has been set to Null
or not. The description of the 'collectormgr' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setEventSourceManagerLinkNull(),
REL_EVENT_SOURCE_MANAGERpublic boolean isEventSourceManagerLinkClear()
collectormgr' URL field is clear or not.
The description of the 'collectormgr' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearEventSourceManagerLink(),
REL_EVENT_SOURCE_MANAGERpublic void setEventSourceManagerLink(String eventSourceManager)
collectormgr' field. The description of the
'collectormgr' field is:
"No description provided."
eventSourceManager - Value to setREL_EVENT_SOURCE_MANAGERpublic void clearEventSourceManagerLink()
collectormgr' field in the bean.
The description of the 'collectormgr' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setEventSourceManagerLinkNull() method to clear the server's value.
See the description of cleared
values.
REL_EVENT_SOURCE_MANAGERpublic void setEventSourceManagerLinkNull()
collectormgr' field
in the bean. The description of the 'collectormgr' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearEventSourceManagerLink() method to avoid clearing the server's
value.
See the description of Null
values.
REL_EVENT_SOURCE_MANAGERpublic static BeanMetaData<? extends EventSourceServerBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public EventSourceServerBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||