|
|||||||||
| 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.DatabaseIndexColumnBean
public class DatabaseIndexColumnBean
An automatically-generated "bean" class for the Sentinel data object type 'DatabaseIndexColumn'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
COLUMNNAME
The "bean name" of the Sentinel data object field 'ColumnName'. |
static String |
SORTSEQUENCE
The "bean name" of the Sentinel data object field 'SortSequence'. |
| Constructor Summary | |
|---|---|
|
DatabaseIndexColumnBean()
Construct an instance of the bean class. |
protected |
DatabaseIndexColumnBean(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 |
clearSortSequence()
Clear any current value for the ' SortSequence' field in the bean. |
DatabaseIndexColumnBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends DatabaseIndexColumnBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getColumnName()
Get the value for the ' ColumnName' field. |
String |
getSortSequence()
Get the value for the ' SortSequence' 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 |
isSortSequenceClear()
Get whether the value for the ' SortSequence' field is clear or not. |
boolean |
isSortSequenceNull()
Get whether the ' SortSequence' 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 |
setSortSequence(String sortSequence)
Set the value for the ' SortSequence' field. |
void |
setSortSequenceNull()
Set to Null any current value for the ' SortSequence' 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 COLUMNNAME
""ColumnName"".
The description of the 'ColumnName' field is:
"No description provided."
public static final String SORTSEQUENCE
""SortSequence"".
The description of the 'SortSequence' field is:
"No description provided."
| Constructor Detail |
|---|
public DatabaseIndexColumnBean()
protected DatabaseIndexColumnBean(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 getSortSequence()
SortSequence' field. The description of the 'SortSequence'
field is:
"No description provided."
null).SORTSEQUENCEpublic boolean isSortSequenceNull()
SortSequence' field has been set to Null or
not. The description of the 'SortSequence' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSortSequenceNull(),
SORTSEQUENCEpublic boolean isSortSequenceClear()
SortSequence' field is clear or not.
The description of the 'SortSequence' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSortSequence(),
SORTSEQUENCEpublic void setSortSequence(String sortSequence)
SortSequence' field. The description of the 'SortSequence'
field is:
"No description provided."
sortSequence - Value to setSORTSEQUENCEpublic void clearSortSequence()
SortSequence' field in the bean. The
description of the 'SortSequence' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSortSequenceNull() method to clear the server's value.
See the description of cleared
values.
SORTSEQUENCEpublic void setSortSequenceNull()
SortSequence' field in
the bean. The description of the 'SortSequence' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSortSequence() method to avoid clearing the server's value.
See the description of Null
values.
SORTSEQUENCEpublic 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 static BeanMetaData<? extends DatabaseIndexColumnBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public DatabaseIndexColumnBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||