com.novell.db.object.bean
Class DatabasePlatformMiscPropertyBean

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

public class DatabasePlatformMiscPropertyBean
extends DatabasePlatformPropertyBean

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

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

DatabasePlatformMiscPropertyBean

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


DatabasePlatformMiscPropertyBean

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

Overrides:
clone in class DatabasePlatformPropertyBean