|
|||||||||
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.PropertyBean
public class PropertyBean
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
.
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 |
---|
public static final String NAME
""name""
.
The description of the 'name
' field is:
"No description provided."
public static final String VALUE
""value""
.
The description of the 'value
' field is:
"No description provided."
public static final String ISHIDDEN
""hidden""
.
The description of the 'hidden
' field is:
"No description provided."
public static final String ISCUSTOM
""custom""
.
The description of the 'custom
' field is:
"No description provided."
public static final String TYPE
""type""
.
The description of the 'type
' field is:
"No description provided."
Constructor Detail |
---|
public PropertyBean()
protected PropertyBean(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 boolean isIsHidden()
hidden
' field. The description of the 'hidden
'
field is:
"No description provided."
null
).ISHIDDEN
public boolean isIsHiddenNull()
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.
true
if the field value has been marked as null, false
otherwise.setIsHiddenNull()
,
ISHIDDEN
public boolean isIsHiddenClear()
hidden
' field is clear or not. The description
of the 'hidden
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearIsHidden()
,
ISHIDDEN
public void setIsHidden(boolean isHidden)
hidden
' field. The description of the 'hidden
'
field is:
"No description provided."
isHidden
- Value to setISHIDDEN
public void clearIsHidden()
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.
ISHIDDEN
public void setIsHiddenNull()
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.
ISHIDDEN
public String getName()
name
' field. The description of the 'name
'
field is:
"No description provided."
null
).NAME
public boolean isNameNull()
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.
true
if the field value has been marked as null, false
otherwise.setNameNull()
,
NAME
public boolean isNameClear()
name
' field is clear or not. The description
of the 'name
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearName()
,
NAME
public void setName(String name)
name
' field. The description of the 'name
'
field is:
"No description provided."
name
- Value to setNAME
public void clearName()
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.
NAME
public void setNameNull()
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.
NAME
public String getValue()
value
' field. The description of the 'value
'
field is:
"No description provided."
null
).VALUE
public boolean isValueNull()
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.
true
if the field value has been marked as null, false
otherwise.setValueNull()
,
VALUE
public boolean isValueClear()
value
' field is clear or not. The description
of the 'value
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearValue()
,
VALUE
public void setValue(String value)
value
' field. The description of the 'value
'
field is:
"No description provided."
value
- Value to setVALUE
public void clearValue()
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.
VALUE
public void setValueNull()
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.
VALUE
public String getType()
type
' field. The description of the 'type
'
field is:
"No description provided."
null
).TYPE
public boolean isTypeNull()
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.
true
if the field value has been marked as null, false
otherwise.setTypeNull()
,
TYPE
public boolean isTypeClear()
type
' field is clear or not. The description
of the 'type
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearType()
,
TYPE
public void setType(String type)
type
' field. The description of the 'type
'
field is:
"No description provided."
type
- Value to setTYPE
public void clearType()
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.
TYPE
public void setTypeNull()
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.
TYPE
public boolean isIsCustom()
custom
' field. The description of the 'custom
'
field is:
"No description provided."
null
).ISCUSTOM
public boolean isIsCustomNull()
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.
true
if the field value has been marked as null, false
otherwise.setIsCustomNull()
,
ISCUSTOM
public boolean isIsCustomClear()
custom
' field is clear or not. The description
of the 'custom
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearIsCustom()
,
ISCUSTOM
public void setIsCustom(boolean isCustom)
custom
' field. The description of the 'custom
'
field is:
"No description provided."
isCustom
- Value to setISCUSTOM
public void clearIsCustom()
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.
ISCUSTOM
public void setIsCustomNull()
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.
ISCUSTOM
public static BeanMetaData<? extends PropertyBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public PropertyBean clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |