com.novell.db.object.bean
Class PropertyBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.PropertyBean

public class PropertyBean
extends SentinelBean

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

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 ISCUSTOM
          The "bean name" of the Sentinel data object field 'IsCustom'.
static String ISHIDDEN
          The "bean name" of the Sentinel data object field 'IsHidden'.
static String NAME
          The "bean name" of the Sentinel data object field 'Name'.
static String TYPE
          The "bean name" of the Sentinel data object field 'Type'.
static String VALUE
          The "bean name" of the Sentinel data object field 'Value'.
 
Constructor Summary
  PropertyBean()
          Construct an instance of the bean class.
protected PropertyBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearIsCustom()
          Clear any current value for the 'custom' field in the bean.
 void clearIsHidden()
          Clear any current value for the 'hidden' field in the bean.
 void clearName()
          Clear any current value for the 'name' field in the bean.
 void clearType()
          Clear any current value for the 'type' field in the bean.
 void clearValue()
          Clear any current value for the 'value' field in the bean.
 PropertyBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends PropertyBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getName()
          Get the value for the 'name' field.
 String getType()
          Get the value for the 'type' field.
 String getValue()
          Get the value for the 'value' field.
 boolean isIsCustom()
          Get the value for the 'custom' field.
 boolean isIsCustomClear()
          Get whether the value for the 'custom' field is clear or not.
 boolean isIsCustomNull()
          Get whether the 'custom' field has been set to Null or not.
 boolean isIsHidden()
          Get the value for the 'hidden' field.
 boolean isIsHiddenClear()
          Get whether the value for the 'hidden' field is clear or not.
 boolean isIsHiddenNull()
          Get whether the 'hidden' field has been set to Null or not.
 boolean isNameClear()
          Get whether the value for the 'name' field is clear or not.
 boolean isNameNull()
          Get whether the 'name' field has been set to Null or not.
 boolean isTypeClear()
          Get whether the value for the 'type' field is clear or not.
 boolean isTypeNull()
          Get whether the 'type' field has been set to Null or not.
 boolean isValueClear()
          Get whether the value for the 'value' field is clear or not.
 boolean isValueNull()
          Get whether the 'value' field has been set to Null or not.
 void setIsCustom(boolean isCustom)
          Set the value for the 'custom' field.
 void setIsCustomNull()
          Set to Null any current value for the 'custom' field in the bean.
 void setIsHidden(boolean isHidden)
          Set the value for the 'hidden' field.
 void setIsHiddenNull()
          Set to Null any current value for the 'hidden' field in the bean.
 void setName(String name)
          Set the value for the 'name' field.
 void setNameNull()
          Set to Null any current value for the 'name' field in the bean.
 void setType(String type)
          Set the value for the 'type' field.
 void setTypeNull()
          Set to Null any current value for the 'type' field in the bean.
 void setValue(String value)
          Set the value for the 'value' field.
 void setValueNull()
          Set to Null any current value for the 'value' 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

NAME

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

The description of the 'name' field is:

"No description provided."

See Also:
Constant Field Values

VALUE

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

The description of the 'value' field is:

"No description provided."

See Also:
Constant Field Values

ISHIDDEN

public static final String ISHIDDEN
The "bean name" of the Sentinel data object field 'IsHidden'. The value is ""hidden"".

The description of the 'hidden' field is:

"No description provided."

See Also:
Constant Field Values

ISCUSTOM

public static final String ISCUSTOM
The "bean name" of the Sentinel data object field 'IsCustom'. The value is ""custom"".

The description of the 'custom' field is:

"No description provided."

See Also:
Constant Field Values

TYPE

public static final String TYPE
The "bean name" of the Sentinel data object field 'Type'. The value is ""type"".

The description of the 'type' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

PropertyBean

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


PropertyBean

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

isIsHidden

public boolean isIsHidden()
Get the value for the 'hidden' field. The description of the 'hidden' field is:

"No description provided."

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

isIsHiddenNull

public boolean isIsHiddenNull()
Get whether the 'hidden' field has been set to Null or not. The description of the 'hidden' 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:
setIsHiddenNull(), ISHIDDEN

isIsHiddenClear

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

"No description provided."

See the description of cleared values.

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

setIsHidden

public void setIsHidden(boolean isHidden)
Set the value for the 'hidden' field. The description of the 'hidden' field is:

"No description provided."

Parameters:
isHidden - Value to set
See Also:
ISHIDDEN

clearIsHidden

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

"No description provided."

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

See the description of cleared values.

See Also:
ISHIDDEN

setIsHiddenNull

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

"No description provided."

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

See the description of Null values.

See Also:
ISHIDDEN

getName

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

"No description provided."

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

isNameNull

public boolean isNameNull()
Get whether the 'name' field has been set to Null or not. The description of the 'name' 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:
setNameNull(), NAME

isNameClear

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

"No description provided."

See the description of cleared values.

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

setName

public void setName(String name)
Set the value for the 'name' field. The description of the 'name' field is:

"No description provided."

Parameters:
name - Value to set
See Also:
NAME

clearName

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

"No description provided."

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

See the description of cleared values.

See Also:
NAME

setNameNull

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

"No description provided."

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

See the description of Null values.

See Also:
NAME

getValue

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

"No description provided."

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

isValueNull

public boolean isValueNull()
Get whether the 'value' field has been set to Null or not. The description of the 'value' 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:
setValueNull(), VALUE

isValueClear

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

"No description provided."

See the description of cleared values.

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

setValue

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

"No description provided."

Parameters:
value - Value to set
See Also:
VALUE

clearValue

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

"No description provided."

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

See the description of cleared values.

See Also:
VALUE

setValueNull

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

"No description provided."

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

See the description of Null values.

See Also:
VALUE

getType

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

"No description provided."

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

isTypeNull

public boolean isTypeNull()
Get whether the 'type' field has been set to Null or not. The description of the 'type' 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:
setTypeNull(), TYPE

isTypeClear

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

"No description provided."

See the description of cleared values.

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

setType

public void setType(String type)
Set the value for the 'type' field. The description of the 'type' field is:

"No description provided."

Parameters:
type - Value to set
See Also:
TYPE

clearType

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

"No description provided."

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

See the description of cleared values.

See Also:
TYPE

setTypeNull

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

"No description provided."

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

See the description of Null values.

See Also:
TYPE

isIsCustom

public boolean isIsCustom()
Get the value for the 'custom' field. The description of the 'custom' field is:

"No description provided."

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

isIsCustomNull

public boolean isIsCustomNull()
Get whether the 'custom' field has been set to Null or not. The description of the 'custom' 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:
setIsCustomNull(), ISCUSTOM

isIsCustomClear

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

"No description provided."

See the description of cleared values.

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

setIsCustom

public void setIsCustom(boolean isCustom)
Set the value for the 'custom' field. The description of the 'custom' field is:

"No description provided."

Parameters:
isCustom - Value to set
See Also:
ISCUSTOM

clearIsCustom

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

"No description provided."

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

See the description of cleared values.

See Also:
ISCUSTOM

setIsCustomNull

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

"No description provided."

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

See the description of Null values.

See Also:
ISCUSTOM

getBeanMetaData

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

Overrides:
clone in class Object