com.novell.db.object.bean
Class SentinelHostBean

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

public class SentinelHostBean
extends SentinelBean

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

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 HOST_NAME
          The "bean name" of the Sentinel data object field 'HostName'.
static String IP_ADDR
          The "bean name" of the Sentinel data object field 'IpAddr'.
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 OS_NAME
          The "bean name" of the Sentinel data object field 'OSName'.
static String OS_VERSION
          The "bean name" of the Sentinel data object field 'OSVersion'.
static String REL_EVENT_SOURCE_MANAGER
          The "bean name" of the Sentinel data object field 'EventSourceManagers'.
static String SENTINEL_ID
          The "bean name" of the Sentinel data object field 'SentinelId'.
 
Constructor Summary
  SentinelHostBean()
          Construct an instance of the bean class.
protected SentinelHostBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearEventSourceManagersLink()
          Clear any current URL value for the 'collector-mgrs' field in the bean.
 void clearHostName()
          Clear any current value for the 'hostname' field in the bean.
 void clearIpAddr()
          Clear any current value for the 'ip-addr' field in the bean.
 void clearName()
          Clear any current value for the 'name' field in the bean.
 void clearOSName()
          Clear any current value for the 'os-name' field in the bean.
 void clearOSVersion()
          Clear any current value for the 'os-ver' field in the bean.
 void clearSentinelId()
          Clear any current value for the 'sentinel-id' field in the bean.
 SentinelHostBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends SentinelHostBean> 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 getEventSourceManagersLink()
          Get the URL for the 'collector-mgrs' field.
 String getHostName()
          Get the value for the 'hostname' field.
 String getIpAddr()
          Get the value for the 'ip-addr' field.
 String getModifierLink()
          Get the URL for the 'modifier' field.
 String getName()
          Get the value for the 'name' field.
 String getOSName()
          Get the value for the 'os-name' field.
 String getOSVersion()
          Get the value for the 'os-ver' field.
 String getSentinelId()
          Get the value for the 'sentinel-id' 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 isEventSourceManagersLinkClear()
          Get whether the value for the 'collector-mgrs' URL field is clear or not.
 boolean isEventSourceManagersLinkNull()
          Get whether the 'collector-mgrs' URL field has been set to Null or not.
 boolean isHostNameClear()
          Get whether the value for the 'hostname' field is clear or not.
 boolean isHostNameNull()
          Get whether the 'hostname' field has been set to Null or not.
 boolean isIpAddrClear()
          Get whether the value for the 'ip-addr' field is clear or not.
 boolean isIpAddrNull()
          Get whether the 'ip-addr' 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 isOSNameClear()
          Get whether the value for the 'os-name' field is clear or not.
 boolean isOSNameNull()
          Get whether the 'os-name' field has been set to Null or not.
 boolean isOSVersionClear()
          Get whether the value for the 'os-ver' field is clear or not.
 boolean isOSVersionNull()
          Get whether the 'os-ver' field has been set to Null or not.
 boolean isSentinelIdClear()
          Get whether the value for the 'sentinel-id' field is clear or not.
 boolean isSentinelIdNull()
          Get whether the 'sentinel-id' field has been set to Null or not.
 void setEventSourceManagersLink(String eventSourceManagers)
          Set a URL value for the 'collector-mgrs' field.
 void setEventSourceManagersLinkNull()
          Set to Null any current URL value for the 'collector-mgrs' field in the bean.
 void setHostName(String hostName)
          Set the value for the 'hostname' field.
 void setHostNameNull()
          Set to Null any current value for the 'hostname' field in the bean.
 void setIpAddr(String ipAddr)
          Set the value for the 'ip-addr' field.
 void setIpAddrNull()
          Set to Null any current value for the 'ip-addr' 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 setOSName(String oSName)
          Set the value for the 'os-name' field.
 void setOSNameNull()
          Set to Null any current value for the 'os-name' field in the bean.
 void setOSVersion(String oSVersion)
          Set the value for the 'os-ver' field.
 void setOSVersionNull()
          Set to Null any current value for the 'os-ver' field in the bean.
 void setSentinelId(String sentinelId)
          Set the value for the 'sentinel-id' field.
 void setSentinelIdNull()
          Set to Null any current value for the 'sentinel-id' 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

IP_ADDR

public static final String IP_ADDR
The "bean name" of the Sentinel data object field 'IpAddr'. The value is ""ip-addr"".

The description of the 'ip-addr' field is:

"No description provided."

See Also:
Constant Field Values

SENTINEL_ID

public static final String SENTINEL_ID
The "bean name" of the Sentinel data object field 'SentinelId'. The value is ""sentinel-id"".

The description of the 'sentinel-id' field is:

"No description provided."

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

OS_VERSION

public static final String OS_VERSION
The "bean name" of the Sentinel data object field 'OSVersion'. The value is ""os-ver"".

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

OS_NAME

public static final String OS_NAME
The "bean name" of the Sentinel data object field 'OSName'. The value is ""os-name"".

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

HOST_NAME

public static final String HOST_NAME
The "bean name" of the Sentinel data object field 'HostName'. The value is ""hostname"".

The description of the 'hostname' field is:

"No description provided."

See Also:
Constant Field Values

REL_EVENT_SOURCE_MANAGER

public static final String REL_EVENT_SOURCE_MANAGER
The "bean name" of the Sentinel data object field 'EventSourceManagers'. The value is ""collector-mgrs"".

The description of the 'collector-mgrs' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

SentinelHostBean

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


SentinelHostBean

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

getHostName

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

"No description provided."

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

isHostNameNull

public boolean isHostNameNull()
Get whether the 'hostname' field has been set to Null or not. The description of the 'hostname' 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:
setHostNameNull(), HOST_NAME

isHostNameClear

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

"No description provided."

See the description of cleared values.

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

setHostName

public void setHostName(String hostName)
Set the value for the 'hostname' field. The description of the 'hostname' field is:

"No description provided."

Parameters:
hostName - Value to set
See Also:
HOST_NAME

clearHostName

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

"No description provided."

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

See the description of cleared values.

See Also:
HOST_NAME

setHostNameNull

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

"No description provided."

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

See the description of Null values.

See Also:
HOST_NAME

getSentinelId

public String getSentinelId()
Get the value for the 'sentinel-id' field. The description of the 'sentinel-id' field is:

"No description provided."

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

isSentinelIdNull

public boolean isSentinelIdNull()
Get whether the 'sentinel-id' field has been set to Null or not. The description of the 'sentinel-id' 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:
setSentinelIdNull(), SENTINEL_ID

isSentinelIdClear

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

"No description provided."

See the description of cleared values.

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

setSentinelId

public void setSentinelId(String sentinelId)
Set the value for the 'sentinel-id' field. The description of the 'sentinel-id' field is:

"No description provided."

Parameters:
sentinelId - Value to set
See Also:
SENTINEL_ID

clearSentinelId

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

"No description provided."

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

See the description of cleared values.

See Also:
SENTINEL_ID

setSentinelIdNull

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

"No description provided."

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

See the description of Null values.

See Also:
SENTINEL_ID

getOSVersion

public String getOSVersion()
Get the value for the 'os-ver' field. The description of the 'os-ver' field is:

"No description provided."

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

isOSVersionNull

public boolean isOSVersionNull()
Get whether the 'os-ver' field has been set to Null or not. The description of the 'os-ver' 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:
setOSVersionNull(), OS_VERSION

isOSVersionClear

public boolean isOSVersionClear()
Get whether the value for the 'os-ver' field is clear or not. The description of the 'os-ver' field is:

"No description provided."

See the description of cleared values.

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

setOSVersion

public void setOSVersion(String oSVersion)
Set the value for the 'os-ver' field. The description of the 'os-ver' field is:

"No description provided."

Parameters:
oSVersion - Value to set
See Also:
OS_VERSION

clearOSVersion

public void clearOSVersion()
Clear any current value for the 'os-ver' field in the bean. The description of the 'os-ver' field is:

"No description provided."

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

See the description of cleared values.

See Also:
OS_VERSION

setOSVersionNull

public void setOSVersionNull()
Set to Null any current value for the 'os-ver' field in the bean. The description of the 'os-ver' field is:

"No description provided."

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

See the description of Null values.

See Also:
OS_VERSION

getOSName

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

"No description provided."

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

isOSNameNull

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

isOSNameClear

public boolean isOSNameClear()
Get whether the value for the 'os-name' field is clear or not. The description of the 'os-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:
clearOSName(), OS_NAME

setOSName

public void setOSName(String oSName)
Set the value for the 'os-name' field. The description of the 'os-name' field is:

"No description provided."

Parameters:
oSName - Value to set
See Also:
OS_NAME

clearOSName

public void clearOSName()
Clear any current value for the 'os-name' field in the bean. The description of the 'os-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 setOSNameNull() method to clear the server's value.

See the description of cleared values.

See Also:
OS_NAME

setOSNameNull

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

"No description provided."

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

See the description of Null values.

See Also:
OS_NAME

getIpAddr

public String getIpAddr()
Get the value for the 'ip-addr' field. The description of the 'ip-addr' field is:

"No description provided."

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

isIpAddrNull

public boolean isIpAddrNull()
Get whether the 'ip-addr' field has been set to Null or not. The description of the 'ip-addr' 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:
setIpAddrNull(), IP_ADDR

isIpAddrClear

public boolean isIpAddrClear()
Get whether the value for the 'ip-addr' field is clear or not. The description of the 'ip-addr' field is:

"No description provided."

See the description of cleared values.

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

setIpAddr

public void setIpAddr(String ipAddr)
Set the value for the 'ip-addr' field. The description of the 'ip-addr' field is:

"No description provided."

Parameters:
ipAddr - Value to set
See Also:
IP_ADDR

clearIpAddr

public void clearIpAddr()
Clear any current value for the 'ip-addr' field in the bean. The description of the 'ip-addr' field is:

"No description provided."

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

See the description of cleared values.

See Also:
IP_ADDR

setIpAddrNull

public void setIpAddrNull()
Set to Null any current value for the 'ip-addr' field in the bean. The description of the 'ip-addr' field is:

"No description provided."

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

See the description of Null values.

See Also:
IP_ADDR

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

getEventSourceManagersLink

public String getEventSourceManagersLink()
Get the URL for the 'collector-mgrs' field. The description of the 'collector-mgrs' field is:

"No description provided."

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

isEventSourceManagersLinkNull

public boolean isEventSourceManagersLinkNull()
Get whether the 'collector-mgrs' URL field has been set to Null or not. The description of the 'collector-mgrs' 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:
setEventSourceManagersLinkNull(), REL_EVENT_SOURCE_MANAGER

isEventSourceManagersLinkClear

public boolean isEventSourceManagersLinkClear()
Get whether the value for the 'collector-mgrs' URL field is clear or not. The description of the 'collector-mgrs' field is:

"No description provided."

See the description of cleared values.

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

setEventSourceManagersLink

public void setEventSourceManagersLink(String eventSourceManagers)
Set a URL value for the 'collector-mgrs' field. The description of the 'collector-mgrs' field is:

"No description provided."

Parameters:
eventSourceManagers - Value to set
See Also:
REL_EVENT_SOURCE_MANAGER

clearEventSourceManagersLink

public void clearEventSourceManagersLink()
Clear any current URL value for the 'collector-mgrs' field in the bean. The description of the 'collector-mgrs' field is:

"No description provided."

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

See the description of cleared values.

See Also:
REL_EVENT_SOURCE_MANAGER

setEventSourceManagersLinkNull

public void setEventSourceManagersLinkNull()
Set to Null any current URL value for the 'collector-mgrs' field in the bean. The description of the 'collector-mgrs' field is:

"No description provided."

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

See the description of Null values.

See Also:
REL_EVENT_SOURCE_MANAGER

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

Overrides:
clone in class Object