com.novell.db.object.bean
Class DatabasePlatformPropertyBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.DatabasePlatformPropertyBean
Direct Known Subclasses:
DatabasePlatformConnPropertyBean, DatabasePlatformJdbcPropertyBean, DatabasePlatformMiscPropertyBean

public class DatabasePlatformPropertyBean
extends SentinelBean

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

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 PROPERTYNAME
          The "bean name" of the Sentinel data object field 'PropertyName'.
static String PROPERTYVALUE
          The "bean name" of the Sentinel data object field 'PropertyValue'.
 
Constructor Summary
  DatabasePlatformPropertyBean()
          Construct an instance of the bean class.
protected DatabasePlatformPropertyBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearPropertyName()
          Clear any current value for the 'PropertyName' field in the bean.
 void clearPropertyValue()
          Clear any current value for the 'PropertyValue' field in the bean.
 DatabasePlatformPropertyBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends DatabasePlatformPropertyBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getPropertyName()
          Get the value for the 'PropertyName' field.
 String getPropertyValue()
          Get the value for the 'PropertyValue' field.
 boolean isPropertyNameClear()
          Get whether the value for the 'PropertyName' field is clear or not.
 boolean isPropertyNameNull()
          Get whether the 'PropertyName' field has been set to Null or not.
 boolean isPropertyValueClear()
          Get whether the value for the 'PropertyValue' field is clear or not.
 boolean isPropertyValueNull()
          Get whether the 'PropertyValue' field has been set to Null or not.
 void setPropertyName(String propertyName)
          Set the value for the 'PropertyName' field.
 void setPropertyNameNull()
          Set to Null any current value for the 'PropertyName' field in the bean.
 void setPropertyValue(String propertyValue)
          Set the value for the 'PropertyValue' field.
 void setPropertyValueNull()
          Set to Null any current value for the 'PropertyValue' 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

PROPERTYNAME

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

The description of the 'PropertyName' field is:

"No description provided."

See Also:
Constant Field Values

PROPERTYVALUE

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

The description of the 'PropertyValue' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

DatabasePlatformPropertyBean

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


DatabasePlatformPropertyBean

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

getPropertyValue

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

"No description provided."

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

isPropertyValueNull

public boolean isPropertyValueNull()
Get whether the 'PropertyValue' field has been set to Null or not. The description of the 'PropertyValue' 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:
setPropertyValueNull(), PROPERTYVALUE

isPropertyValueClear

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

"No description provided."

See the description of cleared values.

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

setPropertyValue

public void setPropertyValue(String propertyValue)
Set the value for the 'PropertyValue' field. The description of the 'PropertyValue' field is:

"No description provided."

Parameters:
propertyValue - Value to set
See Also:
PROPERTYVALUE

clearPropertyValue

public void clearPropertyValue()
Clear any current value for the 'PropertyValue' field in the bean. The description of the 'PropertyValue' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setPropertyValueNull() method to clear the server's value.

See the description of cleared values.

See Also:
PROPERTYVALUE

setPropertyValueNull

public void setPropertyValueNull()
Set to Null any current value for the 'PropertyValue' field in the bean. The description of the 'PropertyValue' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearPropertyValue() method to avoid clearing the server's value.

See the description of Null values.

See Also:
PROPERTYVALUE

getPropertyName

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

"No description provided."

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

isPropertyNameNull

public boolean isPropertyNameNull()
Get whether the 'PropertyName' field has been set to Null or not. The description of the 'PropertyName' 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:
setPropertyNameNull(), PROPERTYNAME

isPropertyNameClear

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

"No description provided."

See the description of cleared values.

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

setPropertyName

public void setPropertyName(String propertyName)
Set the value for the 'PropertyName' field. The description of the 'PropertyName' field is:

"No description provided."

Parameters:
propertyName - Value to set
See Also:
PROPERTYNAME

clearPropertyName

public void clearPropertyName()
Clear any current value for the 'PropertyName' field in the bean. The description of the 'PropertyName' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setPropertyNameNull() method to clear the server's value.

See the description of cleared values.

See Also:
PROPERTYNAME

setPropertyNameNull

public void setPropertyNameNull()
Set to Null any current value for the 'PropertyName' field in the bean. The description of the 'PropertyName' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearPropertyName() method to avoid clearing the server's value.

See the description of Null values.

See Also:
PROPERTYNAME

getBeanMetaData

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

Overrides:
clone in class Object