com.novell.db.object.bean
Class DatabasePlatformConnPropertyBean

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

public class DatabasePlatformConnPropertyBean
extends DatabasePlatformPropertyBean

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

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
  DatabasePlatformConnPropertyBean()
          Construct an instance of the bean class.
protected DatabasePlatformConnPropertyBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 DatabasePlatformConnPropertyBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends DatabasePlatformConnPropertyBean> 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

DatabasePlatformConnPropertyBean

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


DatabasePlatformConnPropertyBean

protected DatabasePlatformConnPropertyBean(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 DatabasePlatformConnPropertyBean> 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 DatabasePlatformConnPropertyBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class DatabasePlatformPropertyBean