com.novell.db.object.bean
Class ConsoleSLMBean

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

public class ConsoleSLMBean
extends SentinelBean

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

The description of the type is:

"A search initiator object (now somewhat misnamed) represents a distributed search initiator system that can be authorized to perform searches on Sentinel search-target systems."

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 CERTIFICATE
          The "bean name" of the Sentinel data object field 'Certificate'.
static String CONSOLE_METADATA
          The "bean name" of the Sentinel data object field 'ConsoleMetadata'.
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 DISPLAY_NAME
          The "bean name" of the Sentinel data object field 'Name'.
static String IS_ENABLED
          The "bean name" of the Sentinel data object field 'IsEnabled'.
static String MODIFIER
          The "bean name" of the Sentinel data object field 'Modifier'.
static String NETWORK_ADDRESS
          The "bean name" of the Sentinel data object field 'NetworkAddress'.
static String PORT
          The "bean name" of the Sentinel data object field 'Port'.
static String USERGROUP
          The "bean name" of the Sentinel data object field 'UserGroup'.
 
Constructor Summary
  ConsoleSLMBean()
          Construct an instance of the bean class.
protected ConsoleSLMBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearCertificate()
          Clear any current value for the 'cert' field in the bean.
 void clearConsoleMetadata()
          Clear any current value for the 'metadata' field in the bean.
 void clearIsEnabled()
          Clear any current value for the 'enabled' field in the bean.
 void clearName()
          Clear any current value for the 'name' field in the bean.
 void clearNetworkAddress()
          Clear any current value for the 'addr' field in the bean.
 void clearPort()
          Clear any current value for the 'port' field in the bean.
 void clearUserGroupLink()
          Clear any current URL value for the 'role' field in the bean.
 ConsoleSLMBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends ConsoleSLMBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getCertificate()
          Get the value for the 'cert' field.
 String getConsoleMetadata()
          Get the value for the 'metadata' 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 getModifierLink()
          Get the URL for the 'modifier' field.
 String getName()
          Get the value for the 'name' field.
 String getNetworkAddress()
          Get the value for the 'addr' field.
 long getPort()
          Get the value for the 'port' field.
 String getUserGroupLink()
          Get the URL for the 'role' field.
 boolean isCertificateClear()
          Get whether the value for the 'cert' field is clear or not.
 boolean isCertificateNull()
          Get whether the 'cert' field has been set to Null or not.
 boolean isConsoleMetadataClear()
          Get whether the value for the 'metadata' field is clear or not.
 boolean isConsoleMetadataNull()
          Get whether the 'metadata' 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 isIsEnabled()
          Get the value for the 'enabled' field.
 boolean isIsEnabledClear()
          Get whether the value for the 'enabled' field is clear or not.
 boolean isIsEnabledNull()
          Get whether the 'enabled' 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 isNetworkAddressClear()
          Get whether the value for the 'addr' field is clear or not.
 boolean isNetworkAddressNull()
          Get whether the 'addr' field has been set to Null or not.
 boolean isPortClear()
          Get whether the value for the 'port' field is clear or not.
 boolean isPortNull()
          Get whether the 'port' field has been set to Null or not.
 boolean isUserGroupLinkClear()
          Get whether the value for the 'role' URL field is clear or not.
 boolean isUserGroupLinkNull()
          Get whether the 'role' URL field has been set to Null or not.
 void setCertificate(String certificate)
          Set the value for the 'cert' field.
 void setCertificateNull()
          Set to Null any current value for the 'cert' field in the bean.
 void setConsoleMetadata(String consoleMetadata)
          Set the value for the 'metadata' field.
 void setConsoleMetadataNull()
          Set to Null any current value for the 'metadata' field in the bean.
 void setIsEnabled(boolean isEnabled)
          Set the value for the 'enabled' field.
 void setIsEnabledNull()
          Set to Null any current value for the 'enabled' 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 setNetworkAddress(String networkAddress)
          Set the value for the 'addr' field.
 void setNetworkAddressNull()
          Set to Null any current value for the 'addr' field in the bean.
 void setPort(long port)
          Set the value for the 'port' field.
 void setPortNull()
          Set to Null any current value for the 'port' field in the bean.
 void setUserGroupLink(String userGroup)
          Set a URL value for the 'role' field.
 void setUserGroupLinkNull()
          Set to Null any current URL value for the 'role' 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

USERGROUP

public static final String USERGROUP
The "bean name" of the Sentinel data object field 'UserGroup'. The value is ""role"".

The description of the 'role' field is:

"No description provided."

See Also:
Constant Field Values

DISPLAY_NAME

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

CERTIFICATE

public static final String CERTIFICATE
The "bean name" of the Sentinel data object field 'Certificate'. The value is ""cert"".

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

PORT

public static final String PORT
The "bean name" of the Sentinel data object field 'Port'. The value is ""port"".

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

IS_ENABLED

public static final String IS_ENABLED
The "bean name" of the Sentinel data object field 'IsEnabled'. The value is ""enabled"".

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

NETWORK_ADDRESS

public static final String NETWORK_ADDRESS
The "bean name" of the Sentinel data object field 'NetworkAddress'. The value is ""addr"".

The description of the 'addr' field is:

"No description provided."

See Also:
Constant Field Values

CONSOLE_METADATA

public static final String CONSOLE_METADATA
The "bean name" of the Sentinel data object field 'ConsoleMetadata'. The value is ""metadata"".

The description of the 'metadata' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

ConsoleSLMBean

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


ConsoleSLMBean

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

getPort

public long getPort()
Get the value for the 'port' field. The description of the 'port' field is:

"No description provided."

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

isPortNull

public boolean isPortNull()
Get whether the 'port' field has been set to Null or not. The description of the 'port' 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:
setPortNull(), PORT

isPortClear

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

"No description provided."

See the description of cleared values.

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

setPort

public void setPort(long port)
Set the value for the 'port' field. The description of the 'port' field is:

"No description provided."

Parameters:
port - Value to set
See Also:
PORT

clearPort

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

"No description provided."

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

See the description of cleared values.

See Also:
PORT

setPortNull

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

"No description provided."

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

See the description of Null values.

See Also:
PORT

isIsEnabled

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

"No description provided."

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

isIsEnabledNull

public boolean isIsEnabledNull()
Get whether the 'enabled' field has been set to Null or not. The description of the 'enabled' 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:
setIsEnabledNull(), IS_ENABLED

isIsEnabledClear

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

"No description provided."

See the description of cleared values.

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

setIsEnabled

public void setIsEnabled(boolean isEnabled)
Set the value for the 'enabled' field. The description of the 'enabled' field is:

"No description provided."

Parameters:
isEnabled - Value to set
See Also:
IS_ENABLED

clearIsEnabled

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

"No description provided."

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

See the description of cleared values.

See Also:
IS_ENABLED

setIsEnabledNull

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

"No description provided."

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

See the description of Null values.

See Also:
IS_ENABLED

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

getCertificate

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

"No description provided."

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

isCertificateNull

public boolean isCertificateNull()
Get whether the 'cert' field has been set to Null or not. The description of the 'cert' 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:
setCertificateNull(), CERTIFICATE

isCertificateClear

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

"No description provided."

See the description of cleared values.

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

setCertificate

public void setCertificate(String certificate)
Set the value for the 'cert' field. The description of the 'cert' field is:

"No description provided."

Parameters:
certificate - Value to set
See Also:
CERTIFICATE

clearCertificate

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

"No description provided."

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

See the description of cleared values.

See Also:
CERTIFICATE

setCertificateNull

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

"No description provided."

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

See the description of Null values.

See Also:
CERTIFICATE

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:
DISPLAY_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(), DISPLAY_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(), DISPLAY_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:
DISPLAY_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:
DISPLAY_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:
DISPLAY_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

getNetworkAddress

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

"No description provided."

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

isNetworkAddressNull

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

isNetworkAddressClear

public boolean isNetworkAddressClear()
Get whether the value for the 'addr' field is clear or not. The description of the '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:
clearNetworkAddress(), NETWORK_ADDRESS

setNetworkAddress

public void setNetworkAddress(String networkAddress)
Set the value for the 'addr' field. The description of the 'addr' field is:

"No description provided."

Parameters:
networkAddress - Value to set
See Also:
NETWORK_ADDRESS

clearNetworkAddress

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

See the description of cleared values.

See Also:
NETWORK_ADDRESS

setNetworkAddressNull

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

"No description provided."

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

See the description of Null values.

See Also:
NETWORK_ADDRESS

getConsoleMetadata

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

"No description provided."

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

isConsoleMetadataNull

public boolean isConsoleMetadataNull()
Get whether the 'metadata' field has been set to Null or not. The description of the 'metadata' 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:
setConsoleMetadataNull(), CONSOLE_METADATA

isConsoleMetadataClear

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

"No description provided."

See the description of cleared values.

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

setConsoleMetadata

public void setConsoleMetadata(String consoleMetadata)
Set the value for the 'metadata' field. The description of the 'metadata' field is:

"No description provided."

Parameters:
consoleMetadata - Value to set
See Also:
CONSOLE_METADATA

clearConsoleMetadata

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

"No description provided."

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

See the description of cleared values.

See Also:
CONSOLE_METADATA

setConsoleMetadataNull

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

"No description provided."

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

See the description of Null values.

See Also:
CONSOLE_METADATA

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

getUserGroupLink

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

"No description provided."

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

isUserGroupLinkNull

public boolean isUserGroupLinkNull()
Get whether the 'role' URL field has been set to Null or not. The description of the 'role' 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:
setUserGroupLinkNull(), USERGROUP

isUserGroupLinkClear

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

"No description provided."

See the description of cleared values.

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

setUserGroupLink

public void setUserGroupLink(String userGroup)
Set a URL value for the 'role' field. The description of the 'role' field is:

"No description provided."

Parameters:
userGroup - Value to set
See Also:
USERGROUP

clearUserGroupLink

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

"No description provided."

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

See the description of cleared values.

See Also:
USERGROUP

setUserGroupLinkNull

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

"No description provided."

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

See the description of Null values.

See Also:
USERGROUP

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

Overrides:
clone in class Object