|
|||||||||
| 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.DatabaseTableColumnBean
public class DatabaseTableColumnBean
An automatically-generated "bean" class for the Sentinel data object type 'DatabaseTableColumn'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
COLUMNNAME
The "bean name" of the Sentinel data object field 'ColumnName'. |
static String |
COLUMNSIZE
The "bean name" of the Sentinel data object field 'ColumnSize'. |
static String |
DATATYPE
The "bean name" of the Sentinel data object field 'DataType'. |
static String |
ISINDEXED
The "bean name" of the Sentinel data object field 'IsIndexed'. |
static String |
NULLABLE
The "bean name" of the Sentinel data object field 'Nullable'. |
static String |
TYPENAME
The "bean name" of the Sentinel data object field 'TypeName'. |
| Constructor Summary | |
|---|---|
|
DatabaseTableColumnBean()
Construct an instance of the bean class. |
protected |
DatabaseTableColumnBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearColumnName()
Clear any current value for the ' ColumnName' field in the bean. |
void |
clearColumnSize()
Clear any current value for the ' ColumnSize' field in the bean. |
void |
clearDataType()
Clear any current value for the ' DataType' field in the bean. |
void |
clearIsIndexed()
Clear any current value for the ' IsIndexed' field in the bean. |
void |
clearNullable()
Clear any current value for the ' Nullable' field in the bean. |
void |
clearTypeName()
Clear any current value for the ' TypeName' field in the bean. |
DatabaseTableColumnBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends DatabaseTableColumnBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getColumnName()
Get the value for the ' ColumnName' field. |
int |
getColumnSize()
Get the value for the ' ColumnSize' field. |
int |
getDataType()
Get the value for the ' DataType' field. |
int |
getNullable()
Get the value for the ' Nullable' field. |
String |
getTypeName()
Get the value for the ' TypeName' field. |
boolean |
isColumnNameClear()
Get whether the value for the ' ColumnName' field is clear or not. |
boolean |
isColumnNameNull()
Get whether the ' ColumnName' field has been set to Null or not. |
boolean |
isColumnSizeClear()
Get whether the value for the ' ColumnSize' field is clear or not. |
boolean |
isColumnSizeNull()
Get whether the ' ColumnSize' field has been set to Null or not. |
boolean |
isDataTypeClear()
Get whether the value for the ' DataType' field is clear or not. |
boolean |
isDataTypeNull()
Get whether the ' DataType' field has been set to Null or not. |
boolean |
isIsIndexed()
Get the value for the ' IsIndexed' field. |
boolean |
isIsIndexedClear()
Get whether the value for the ' IsIndexed' field is clear or not. |
boolean |
isIsIndexedNull()
Get whether the ' IsIndexed' field has been set to Null or not. |
boolean |
isNullableClear()
Get whether the value for the ' Nullable' field is clear or not. |
boolean |
isNullableNull()
Get whether the ' Nullable' field has been set to Null or not. |
boolean |
isTypeNameClear()
Get whether the value for the ' TypeName' field is clear or not. |
boolean |
isTypeNameNull()
Get whether the ' TypeName' field has been set to Null or not. |
void |
setColumnName(String columnName)
Set the value for the ' ColumnName' field. |
void |
setColumnNameNull()
Set to Null any current value for the ' ColumnName' field in the
bean. |
void |
setColumnSize(int columnSize)
Set the value for the ' ColumnSize' field. |
void |
setColumnSizeNull()
Set to Null any current value for the ' ColumnSize' field in the
bean. |
void |
setDataType(int dataType)
Set the value for the ' DataType' field. |
void |
setDataTypeNull()
Set to Null any current value for the ' DataType' field in the
bean. |
void |
setIsIndexed(boolean isIndexed)
Set the value for the ' IsIndexed' field. |
void |
setIsIndexedNull()
Set to Null any current value for the ' IsIndexed' field in the
bean. |
void |
setNullable(int nullable)
Set the value for the ' Nullable' field. |
void |
setNullableNull()
Set to Null any current value for the ' Nullable' field in the
bean. |
void |
setTypeName(String typeName)
Set the value for the ' TypeName' field. |
void |
setTypeNameNull()
Set to Null any current value for the ' TypeName' 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 TYPENAME
""TypeName"".
The description of the 'TypeName' field is:
"No description provided."
public static final String DATATYPE
""DataType"".
The description of the 'DataType' field is:
"No description provided."
public static final String ISINDEXED
""IsIndexed"".
The description of the 'IsIndexed' field is:
"No description provided."
public static final String COLUMNSIZE
""ColumnSize"".
The description of the 'ColumnSize' field is:
"No description provided."
public static final String COLUMNNAME
""ColumnName"".
The description of the 'ColumnName' field is:
"No description provided."
public static final String NULLABLE
""Nullable"".
The description of the 'Nullable' field is:
"No description provided."
| Constructor Detail |
|---|
public DatabaseTableColumnBean()
protected DatabaseTableColumnBean(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 int getColumnSize()
ColumnSize' field. The description of the 'ColumnSize'
field is:
"No description provided."
null).COLUMNSIZEpublic boolean isColumnSizeNull()
ColumnSize' field has been set to Null or not.
The description of the 'ColumnSize' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setColumnSizeNull(),
COLUMNSIZEpublic boolean isColumnSizeClear()
ColumnSize' field is clear or not. The
description of the 'ColumnSize' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearColumnSize(),
COLUMNSIZEpublic void setColumnSize(int columnSize)
ColumnSize' field. The description of the 'ColumnSize'
field is:
"No description provided."
columnSize - Value to setCOLUMNSIZEpublic void clearColumnSize()
ColumnSize' field in the bean. The
description of the 'ColumnSize' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setColumnSizeNull() method to clear the server's value.
See the description of cleared
values.
COLUMNSIZEpublic void setColumnSizeNull()
ColumnSize' field in the
bean. The description of the 'ColumnSize' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearColumnSize() method to avoid clearing the server's value.
See the description of Null
values.
COLUMNSIZEpublic boolean isIsIndexed()
IsIndexed' field. The description of the 'IsIndexed'
field is:
"No description provided."
null).ISINDEXEDpublic boolean isIsIndexedNull()
IsIndexed' field has been set to Null or not.
The description of the 'IsIndexed' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setIsIndexedNull(),
ISINDEXEDpublic boolean isIsIndexedClear()
IsIndexed' field is clear or not. The
description of the 'IsIndexed' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearIsIndexed(),
ISINDEXEDpublic void setIsIndexed(boolean isIndexed)
IsIndexed' field. The description of the 'IsIndexed'
field is:
"No description provided."
isIndexed - Value to setISINDEXEDpublic void clearIsIndexed()
IsIndexed' field in the bean. The description
of the 'IsIndexed' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setIsIndexedNull() method to clear the server's value.
See the description of cleared
values.
ISINDEXEDpublic void setIsIndexedNull()
IsIndexed' field in the
bean. The description of the 'IsIndexed' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearIsIndexed() method to avoid clearing the server's value.
See the description of Null
values.
ISINDEXEDpublic int getDataType()
DataType' field. The description of the 'DataType'
field is:
"No description provided."
null).DATATYPEpublic boolean isDataTypeNull()
DataType' field has been set to Null or not.
The description of the 'DataType' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDataTypeNull(),
DATATYPEpublic boolean isDataTypeClear()
DataType' field is clear or not. The
description of the 'DataType' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDataType(),
DATATYPEpublic void setDataType(int dataType)
DataType' field. The description of the 'DataType'
field is:
"No description provided."
dataType - Value to setDATATYPEpublic void clearDataType()
DataType' field in the bean. The description
of the 'DataType' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDataTypeNull() method to clear the server's value.
See the description of cleared
values.
DATATYPEpublic void setDataTypeNull()
DataType' field in the
bean. The description of the 'DataType' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDataType() method to avoid clearing the server's value.
See the description of Null
values.
DATATYPEpublic String getTypeName()
TypeName' field. The description of the 'TypeName'
field is:
"No description provided."
null).TYPENAMEpublic boolean isTypeNameNull()
TypeName' field has been set to Null or not.
The description of the 'TypeName' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setTypeNameNull(),
TYPENAMEpublic boolean isTypeNameClear()
TypeName' field is clear or not. The
description of the 'TypeName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearTypeName(),
TYPENAMEpublic void setTypeName(String typeName)
TypeName' field. The description of the 'TypeName'
field is:
"No description provided."
typeName - Value to setTYPENAMEpublic void clearTypeName()
TypeName' field in the bean. The description
of the 'TypeName' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setTypeNameNull() method to clear the server's value.
See the description of cleared
values.
TYPENAMEpublic void setTypeNameNull()
TypeName' field in the
bean. The description of the 'TypeName' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearTypeName() method to avoid clearing the server's value.
See the description of Null
values.
TYPENAMEpublic String getColumnName()
ColumnName' field. The description of the 'ColumnName'
field is:
"No description provided."
null).COLUMNNAMEpublic boolean isColumnNameNull()
ColumnName' field has been set to Null or not.
The description of the 'ColumnName' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setColumnNameNull(),
COLUMNNAMEpublic boolean isColumnNameClear()
ColumnName' field is clear or not. The
description of the 'ColumnName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearColumnName(),
COLUMNNAMEpublic void setColumnName(String columnName)
ColumnName' field. The description of the 'ColumnName'
field is:
"No description provided."
columnName - Value to setCOLUMNNAMEpublic void clearColumnName()
ColumnName' field in the bean. The
description of the 'ColumnName' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setColumnNameNull() method to clear the server's value.
See the description of cleared
values.
COLUMNNAMEpublic void setColumnNameNull()
ColumnName' field in the
bean. The description of the 'ColumnName' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearColumnName() method to avoid clearing the server's value.
See the description of Null
values.
COLUMNNAMEpublic int getNullable()
Nullable' field. The description of the 'Nullable'
field is:
"No description provided."
null).NULLABLEpublic boolean isNullableNull()
Nullable' field has been set to Null or not.
The description of the 'Nullable' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setNullableNull(),
NULLABLEpublic boolean isNullableClear()
Nullable' field is clear or not. The
description of the 'Nullable' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearNullable(),
NULLABLEpublic void setNullable(int nullable)
Nullable' field. The description of the 'Nullable'
field is:
"No description provided."
nullable - Value to setNULLABLEpublic void clearNullable()
Nullable' field in the bean. The description
of the 'Nullable' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setNullableNull() method to clear the server's value.
See the description of cleared
values.
NULLABLEpublic void setNullableNull()
Nullable' field in the
bean. The description of the 'Nullable' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearNullable() method to avoid clearing the server's value.
See the description of Null
values.
NULLABLEpublic static BeanMetaData<? extends DatabaseTableColumnBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public DatabaseTableColumnBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||