|
|||||||||
| 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.DatabaseConnectionConfigBean
public class DatabaseConnectionConfigBean
An automatically-generated "bean" class for the Sentinel data object type 'DatabaseConnectionConfig'.
SentinelBean.
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 |
|---|
public static final String HOSTNAME
""HostName"".
The description of the 'HostName' field is:
"No description provided."
public static final String DBPLATFORM
""DbPlatform"".
The description of the 'DbPlatform' field is:
"No description provided."
public static final String PORTNUM
""PortNum"".
The description of the 'PortNum' field is:
"No description provided."
public static final String DATABASE
""Database"".
The description of the 'Database' field is:
"No description provided."
public static final String USERNAME
""UserName"".
The description of the 'UserName' field is:
"No description provided."
public static final String PASSWORD
""Password"".
The description of the 'Password' field is:
"No description provided."
| Constructor Detail |
|---|
public DatabaseConnectionConfigBean()
protected DatabaseConnectionConfigBean(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 getDbPlatform()
DbPlatform' field. The description of the 'DbPlatform'
field is:
"No description provided."
null).DBPLATFORMpublic boolean isDbPlatformNull()
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.
true if the field value has been marked as null, false
otherwise.setDbPlatformNull(),
DBPLATFORMpublic boolean isDbPlatformClear()
DbPlatform' field is clear or not. The
description of the 'DbPlatform' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDbPlatform(),
DBPLATFORMpublic void setDbPlatform(String dbPlatform)
DbPlatform' field. The description of the 'DbPlatform'
field is:
"No description provided."
dbPlatform - Value to setDBPLATFORMpublic void clearDbPlatform()
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.
DBPLATFORMpublic void setDbPlatformNull()
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.
DBPLATFORMpublic String getDatabase()
Database' field. The description of the 'Database'
field is:
"No description provided."
null).DATABASEpublic boolean isDatabaseNull()
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.
true if the field value has been marked as null, false
otherwise.setDatabaseNull(),
DATABASEpublic boolean isDatabaseClear()
Database' field is clear or not. The
description of the 'Database' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDatabase(),
DATABASEpublic void setDatabase(String database)
Database' field. The description of the 'Database'
field is:
"No description provided."
database - Value to setDATABASEpublic void clearDatabase()
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.
DATABASEpublic void setDatabaseNull()
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.
DATABASEpublic String getPassword()
Password' field. The description of the 'Password'
field is:
"No description provided."
null).PASSWORDpublic boolean isPasswordNull()
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.
true if the field value has been marked as null, false
otherwise.setPasswordNull(),
PASSWORDpublic boolean isPasswordClear()
Password' field is clear or not. The
description of the 'Password' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPassword(),
PASSWORDpublic void setPassword(String password)
Password' field. The description of the 'Password'
field is:
"No description provided."
password - Value to setPASSWORDpublic void clearPassword()
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.
PASSWORDpublic void setPasswordNull()
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.
PASSWORDpublic int getPortNum()
PortNum' field. The description of the 'PortNum'
field is:
"No description provided."
null).PORTNUMpublic boolean isPortNumNull()
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.
true if the field value has been marked as null, false
otherwise.setPortNumNull(),
PORTNUMpublic boolean isPortNumClear()
PortNum' field is clear or not. The description
of the 'PortNum' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPortNum(),
PORTNUMpublic void setPortNum(int portNum)
PortNum' field. The description of the 'PortNum'
field is:
"No description provided."
portNum - Value to setPORTNUMpublic void clearPortNum()
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.
PORTNUMpublic void setPortNumNull()
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.
PORTNUMpublic String getUserName()
UserName' field. The description of the 'UserName'
field is:
"No description provided."
null).USERNAMEpublic boolean isUserNameNull()
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.
true if the field value has been marked as null, false
otherwise.setUserNameNull(),
USERNAMEpublic boolean isUserNameClear()
UserName' field is clear or not. The
description of the 'UserName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearUserName(),
USERNAMEpublic void setUserName(String userName)
UserName' field. The description of the 'UserName'
field is:
"No description provided."
userName - Value to setUSERNAMEpublic void clearUserName()
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.
USERNAMEpublic void setUserNameNull()
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.
USERNAMEpublic String getHostName()
HostName' field. The description of the 'HostName'
field is:
"No description provided."
null).HOSTNAMEpublic boolean isHostNameNull()
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.
true if the field value has been marked as null, false
otherwise.setHostNameNull(),
HOSTNAMEpublic boolean isHostNameClear()
HostName' field is clear or not. The
description of the 'HostName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearHostName(),
HOSTNAMEpublic void setHostName(String hostName)
HostName' field. The description of the 'HostName'
field is:
"No description provided."
hostName - Value to setHOSTNAMEpublic void clearHostName()
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.
HOSTNAMEpublic void setHostNameNull()
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.
HOSTNAMEpublic static BeanMetaData<? extends DatabaseConnectionConfigBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public DatabaseConnectionConfigBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||