|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.DatabasePlatformPropertyBean
public class DatabasePlatformPropertyBean
An automatically-generated "bean" class for the Sentinel data object type 'DatabasePlatformProperty'.
SentinelBean.
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 |
|---|
public static final String PROPERTYNAME
""PropertyName"".
The description of the 'PropertyName' field is:
"No description provided."
public static final String PROPERTYVALUE
""PropertyValue"".
The description of the 'PropertyValue' field is:
"No description provided."
| Constructor Detail |
|---|
public DatabasePlatformPropertyBean()
protected DatabasePlatformPropertyBean(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 String getPropertyValue()
PropertyValue' field. The description of the
'PropertyValue' field is:
"No description provided."
null).PROPERTYVALUEpublic boolean isPropertyValueNull()
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.
true if the field value has been marked as null, false
otherwise.setPropertyValueNull(),
PROPERTYVALUEpublic boolean isPropertyValueClear()
PropertyValue' field is clear or not.
The description of the 'PropertyValue' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPropertyValue(),
PROPERTYVALUEpublic void setPropertyValue(String propertyValue)
PropertyValue' field. The description of the
'PropertyValue' field is:
"No description provided."
propertyValue - Value to setPROPERTYVALUEpublic void clearPropertyValue()
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.
PROPERTYVALUEpublic void setPropertyValueNull()
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.
PROPERTYVALUEpublic String getPropertyName()
PropertyName' field. The description of the 'PropertyName'
field is:
"No description provided."
null).PROPERTYNAMEpublic boolean isPropertyNameNull()
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.
true if the field value has been marked as null, false
otherwise.setPropertyNameNull(),
PROPERTYNAMEpublic boolean isPropertyNameClear()
PropertyName' field is clear or not.
The description of the 'PropertyName' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPropertyName(),
PROPERTYNAMEpublic void setPropertyName(String propertyName)
PropertyName' field. The description of the 'PropertyName'
field is:
"No description provided."
propertyName - Value to setPROPERTYNAMEpublic void clearPropertyName()
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.
PROPERTYNAMEpublic void setPropertyNameNull()
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.
PROPERTYNAMEpublic static BeanMetaData<? extends DatabasePlatformPropertyBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public DatabasePlatformPropertyBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||