com.novell.db.object.bean
Class DatabaseIndexColumnBean

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

public class DatabaseIndexColumnBean
extends SentinelBean

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

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

COLUMNNAME

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

The description of the 'ColumnName' field is:

"No description provided."

See Also:
Constant Field Values

SORTSEQUENCE

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

The description of the 'SortSequence' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

DatabaseIndexColumnBean

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


DatabaseIndexColumnBean

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

getSortSequence

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

"No description provided."

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

isSortSequenceNull

public boolean isSortSequenceNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setSortSequenceNull(), SORTSEQUENCE

isSortSequenceClear

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

"No description provided."

See the description of cleared values.

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

setSortSequence

public void setSortSequence(String sortSequence)
Set the value for the 'SortSequence' field. The description of the 'SortSequence' field is:

"No description provided."

Parameters:
sortSequence - Value to set
See Also:
SORTSEQUENCE

clearSortSequence

public void clearSortSequence()
Clear any current value for the '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.

See Also:
SORTSEQUENCE

setSortSequenceNull

public void setSortSequenceNull()
Set to Null any current value for the '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.

See Also:
SORTSEQUENCE

getColumnName

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

"No description provided."

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

isColumnNameNull

public boolean isColumnNameNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setColumnNameNull(), COLUMNNAME

isColumnNameClear

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

"No description provided."

See the description of cleared values.

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

setColumnName

public void setColumnName(String columnName)
Set the value for the 'ColumnName' field. The description of the 'ColumnName' field is:

"No description provided."

Parameters:
columnName - Value to set
See Also:
COLUMNNAME

clearColumnName

public void clearColumnName()
Clear any current value for the '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.

See Also:
COLUMNNAME

setColumnNameNull

public void setColumnNameNull()
Set to Null any current value for the '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.

See Also:
COLUMNNAME

getBeanMetaData

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

Overrides:
clone in class Object