|
|||||||||
| 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.DatabaseTableBean
public class DatabaseTableBean
An automatically-generated "bean" class for the Sentinel data object type 'DatabaseTable'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
SCHEMANAME
The "bean name" of the Sentinel data object field 'SchemaName'. |
static String |
TABLENAME
The "bean name" of the Sentinel data object field 'TableName'. |
| Constructor Summary | |
|---|---|
|
DatabaseTableBean()
Construct an instance of the bean class. |
protected |
DatabaseTableBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearSchemaName()
Clear any current value for the ' SchemaName' field in the bean. |
void |
clearTableName()
Clear any current value for the ' TableName' field in the bean. |
DatabaseTableBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends DatabaseTableBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getSchemaName()
Get the value for the ' SchemaName' field. |
String |
getTableName()
Get the value for the ' TableName' field. |
boolean |
isSchemaNameClear()
Get whether the value for the ' SchemaName' field is clear or not. |
boolean |
isSchemaNameNull()
Get whether the ' SchemaName' field has been set to Null or not. |
boolean |
isTableNameClear()
Get whether the value for the ' TableName' field is clear or not. |
boolean |
isTableNameNull()
Get whether the ' TableName' field has been set to Null or not. |
void |
setSchemaName(String schemaName)
Set the value for the ' SchemaName' field. |
void |
setSchemaNameNull()
Set to Null any current value for the ' SchemaName' field in the
bean. |
void |
setTableName(String tableName)
Set the value for the ' TableName' field. |
void |
setTableNameNull()
Set to Null any current value for the ' TableName' 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 SCHEMANAME
""SchemaName"".
The description of the 'SchemaName' field is:
"No description provided."
public static final String TABLENAME
""TableName"".
The description of the 'TableName' field is:
"No description provided."
| Constructor Detail |
|---|
public DatabaseTableBean()
protected DatabaseTableBean(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 getTableName()
TableName' field. The description of the 'TableName'
field is:
"No description provided."
null).TABLENAMEpublic boolean isTableNameNull()
TableName' field has been set to Null or not.
The description of the 'TableName' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setTableNameNull(),
TABLENAMEpublic boolean isTableNameClear()
TableName' field is clear or not. The
description of the 'TableName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearTableName(),
TABLENAMEpublic void setTableName(String tableName)
TableName' field. The description of the 'TableName'
field is:
"No description provided."
tableName - Value to setTABLENAMEpublic void clearTableName()
TableName' field in the bean. The description
of the 'TableName' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setTableNameNull() method to clear the server's value.
See the description of cleared
values.
TABLENAMEpublic void setTableNameNull()
TableName' field in the
bean. The description of the 'TableName' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearTableName() method to avoid clearing the server's value.
See the description of Null
values.
TABLENAMEpublic String getSchemaName()
SchemaName' field. The description of the 'SchemaName'
field is:
"No description provided."
null).SCHEMANAMEpublic boolean isSchemaNameNull()
SchemaName' field has been set to Null or not.
The description of the 'SchemaName' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSchemaNameNull(),
SCHEMANAMEpublic boolean isSchemaNameClear()
SchemaName' field is clear or not. The
description of the 'SchemaName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSchemaName(),
SCHEMANAMEpublic void setSchemaName(String schemaName)
SchemaName' field. The description of the 'SchemaName'
field is:
"No description provided."
schemaName - Value to setSCHEMANAMEpublic void clearSchemaName()
SchemaName' field in the bean. The
description of the 'SchemaName' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSchemaNameNull() method to clear the server's value.
See the description of cleared
values.
SCHEMANAMEpublic void setSchemaNameNull()
SchemaName' field in the
bean. The description of the 'SchemaName' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSchemaName() method to avoid clearing the server's value.
See the description of Null
values.
SCHEMANAMEpublic static BeanMetaData<? extends DatabaseTableBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public DatabaseTableBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||