|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.DatabasePlatformPropertyBean
com.novell.db.object.bean.DatabasePlatformConnPropertyBean
public class DatabasePlatformConnPropertyBean
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
.
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 |
---|
public DatabasePlatformConnPropertyBean()
protected DatabasePlatformConnPropertyBean(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 static BeanMetaData<? extends DatabasePlatformConnPropertyBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public DatabasePlatformConnPropertyBean clone()
clone
in class DatabasePlatformPropertyBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |