com.novell.db.object.bean
Class DatabasePlatformJdbcPropertyBean

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

public class DatabasePlatformJdbcPropertyBean
extends DatabasePlatformPropertyBean

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

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
 
Fields inherited from class com.novell.db.object.bean.DatabasePlatformPropertyBean
PROPERTYNAME, PROPERTYVALUE
 
Constructor Summary
  DatabasePlatformJdbcPropertyBean()
          Construct an instance of the bean class.
protected DatabasePlatformJdbcPropertyBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 DatabasePlatformJdbcPropertyBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends DatabasePlatformJdbcPropertyBean> getBeanMetaData()
          Get the metadata class instance for this type.
 
Methods inherited from class com.novell.db.object.bean.DatabasePlatformPropertyBean
clearPropertyName, clearPropertyValue, getPropertyName, getPropertyValue, isPropertyNameClear, isPropertyNameNull, isPropertyValueClear, isPropertyValueNull, setPropertyName, setPropertyNameNull, setPropertyValue, setPropertyValueNull
 
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
 

Constructor Detail

DatabasePlatformJdbcPropertyBean

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


DatabasePlatformJdbcPropertyBean

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

getBeanMetaData

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

Overrides:
clone in class DatabasePlatformPropertyBean