com.novell.db.object.bean
Class DatabaseConnectionConfigBean

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

public class DatabaseConnectionConfigBean
extends SentinelBean

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

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 DATABASE
          The "bean name" of the Sentinel data object field 'Database'.
static String DBPLATFORM
          The "bean name" of the Sentinel data object field 'DbPlatform'.
static String HOSTNAME
          The "bean name" of the Sentinel data object field 'HostName'.
static String PASSWORD
          The "bean name" of the Sentinel data object field 'Password'.
static String PORTNUM
          The "bean name" of the Sentinel data object field 'PortNum'.
static String USERNAME
          The "bean name" of the Sentinel data object field 'UserName'.
 
Constructor Summary
  DatabaseConnectionConfigBean()
          Construct an instance of the bean class.
protected DatabaseConnectionConfigBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearDatabase()
          Clear any current value for the 'Database' field in the bean.
 void clearDbPlatform()
          Clear any current value for the 'DbPlatform' field in the bean.
 void clearHostName()
          Clear any current value for the 'HostName' field in the bean.
 void clearPassword()
          Clear any current value for the 'Password' field in the bean.
 void clearPortNum()
          Clear any current value for the 'PortNum' field in the bean.
 void clearUserName()
          Clear any current value for the 'UserName' field in the bean.
 DatabaseConnectionConfigBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends DatabaseConnectionConfigBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getDatabase()
          Get the value for the 'Database' field.
 String getDbPlatform()
          Get the value for the 'DbPlatform' field.
 String getHostName()
          Get the value for the 'HostName' field.
 String getPassword()
          Get the value for the 'Password' field.
 int getPortNum()
          Get the value for the 'PortNum' field.
 String getUserName()
          Get the value for the 'UserName' field.
 boolean isDatabaseClear()
          Get whether the value for the 'Database' field is clear or not.
 boolean isDatabaseNull()
          Get whether the 'Database' field has been set to Null or not.
 boolean isDbPlatformClear()
          Get whether the value for the 'DbPlatform' field is clear or not.
 boolean isDbPlatformNull()
          Get whether the 'DbPlatform' 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 isPasswordClear()
          Get whether the value for the 'Password' field is clear or not.
 boolean isPasswordNull()
          Get whether the 'Password' field has been set to Null or not.
 boolean isPortNumClear()
          Get whether the value for the 'PortNum' field is clear or not.
 boolean isPortNumNull()
          Get whether the 'PortNum' field has been set to Null or not.
 boolean isUserNameClear()
          Get whether the value for the 'UserName' field is clear or not.
 boolean isUserNameNull()
          Get whether the 'UserName' field has been set to Null or not.
 void setDatabase(String database)
          Set the value for the 'Database' field.
 void setDatabaseNull()
          Set to Null any current value for the 'Database' field in the bean.
 void setDbPlatform(String dbPlatform)
          Set the value for the 'DbPlatform' field.
 void setDbPlatformNull()
          Set to Null any current value for the 'DbPlatform' 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 setPassword(String password)
          Set the value for the 'Password' field.
 void setPasswordNull()
          Set to Null any current value for the 'Password' field in the bean.
 void setPortNum(int portNum)
          Set the value for the 'PortNum' field.
 void setPortNumNull()
          Set to Null any current value for the 'PortNum' field in the bean.
 void setUserName(String userName)
          Set the value for the 'UserName' field.
 void setUserNameNull()
          Set to Null any current value for the 'UserName' 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

HOSTNAME

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

DBPLATFORM

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

The description of the 'DbPlatform' field is:

"No description provided."

See Also:
Constant Field Values

PORTNUM

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

The description of the 'PortNum' field is:

"No description provided."

See Also:
Constant Field Values

DATABASE

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

The description of the 'Database' field is:

"No description provided."

See Also:
Constant Field Values

USERNAME

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

The description of the 'UserName' field is:

"No description provided."

See Also:
Constant Field Values

PASSWORD

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

The description of the 'Password' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

DatabaseConnectionConfigBean

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


DatabaseConnectionConfigBean

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

getDbPlatform

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

"No description provided."

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

isDbPlatformNull

public boolean isDbPlatformNull()
Get whether the 'DbPlatform' field has been set to Null or not. The description of the 'DbPlatform' 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:
setDbPlatformNull(), DBPLATFORM

isDbPlatformClear

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

"No description provided."

See the description of cleared values.

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

setDbPlatform

public void setDbPlatform(String dbPlatform)
Set the value for the 'DbPlatform' field. The description of the 'DbPlatform' field is:

"No description provided."

Parameters:
dbPlatform - Value to set
See Also:
DBPLATFORM

clearDbPlatform

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

"No description provided."

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

See the description of cleared values.

See Also:
DBPLATFORM

setDbPlatformNull

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

"No description provided."

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

See the description of Null values.

See Also:
DBPLATFORM

getDatabase

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

"No description provided."

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

isDatabaseNull

public boolean isDatabaseNull()
Get whether the 'Database' field has been set to Null or not. The description of the 'Database' 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:
setDatabaseNull(), DATABASE

isDatabaseClear

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

"No description provided."

See the description of cleared values.

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

setDatabase

public void setDatabase(String database)
Set the value for the 'Database' field. The description of the 'Database' field is:

"No description provided."

Parameters:
database - Value to set
See Also:
DATABASE

clearDatabase

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

"No description provided."

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

See the description of cleared values.

See Also:
DATABASE

setDatabaseNull

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

"No description provided."

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

See the description of Null values.

See Also:
DATABASE

getPassword

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

"No description provided."

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

isPasswordNull

public boolean isPasswordNull()
Get whether the 'Password' field has been set to Null or not. The description of the 'Password' 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:
setPasswordNull(), PASSWORD

isPasswordClear

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

"No description provided."

See the description of cleared values.

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

setPassword

public void setPassword(String password)
Set the value for the 'Password' field. The description of the 'Password' field is:

"No description provided."

Parameters:
password - Value to set
See Also:
PASSWORD

clearPassword

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

"No description provided."

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

See the description of cleared values.

See Also:
PASSWORD

setPasswordNull

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

"No description provided."

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

See the description of Null values.

See Also:
PASSWORD

getPortNum

public int getPortNum()
Get the value for the 'PortNum' field. The description of the 'PortNum' field is:

"No description provided."

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

isPortNumNull

public boolean isPortNumNull()
Get whether the 'PortNum' field has been set to Null or not. The description of the 'PortNum' 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:
setPortNumNull(), PORTNUM

isPortNumClear

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

"No description provided."

See the description of cleared values.

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

setPortNum

public void setPortNum(int portNum)
Set the value for the 'PortNum' field. The description of the 'PortNum' field is:

"No description provided."

Parameters:
portNum - Value to set
See Also:
PORTNUM

clearPortNum

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

"No description provided."

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

See the description of cleared values.

See Also:
PORTNUM

setPortNumNull

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

"No description provided."

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

See the description of Null values.

See Also:
PORTNUM

getUserName

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

"No description provided."

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

isUserNameNull

public boolean isUserNameNull()
Get whether the 'UserName' field has been set to Null or not. The description of the 'UserName' 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:
setUserNameNull(), USERNAME

isUserNameClear

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

"No description provided."

See the description of cleared values.

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

setUserName

public void setUserName(String userName)
Set the value for the 'UserName' field. The description of the 'UserName' field is:

"No description provided."

Parameters:
userName - Value to set
See Also:
USERNAME

clearUserName

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

"No description provided."

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

See the description of cleared values.

See Also:
USERNAME

setUserNameNull

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

"No description provided."

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

See the description of Null values.

See Also:
USERNAME

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

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(), HOSTNAME

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(), HOSTNAME

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

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

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

getBeanMetaData

public static BeanMetaData<? extends DatabaseConnectionConfigBean> 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 DatabaseConnectionConfigBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object