|
|||||||||
| 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.IdentityExtAttributesBean
public class IdentityExtAttributesBean
An automatically-generated "bean" class for the Sentinel data object type 'idextattr'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
ATTRIBUTE_NAME
The "bean name" of the Sentinel data object field 'Name'. |
static String |
ATTRIBUTE_VALUE
The "bean name" of the Sentinel data object field 'Value'. |
| Constructor Summary | |
|---|---|
|
IdentityExtAttributesBean()
Construct an instance of the bean class. |
protected |
IdentityExtAttributesBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearName()
Clear any current value for the ' name' field in the bean. |
void |
clearValue()
Clear any current value for the ' value' field in the bean. |
IdentityExtAttributesBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends IdentityExtAttributesBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getName()
Get the value for the ' name' field. |
String |
getValue()
Get the value for the ' value' field. |
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 |
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 |
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 |
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 ATTRIBUTE_VALUE
""value"".
The description of the 'value' field is:
"The value."
public static final String ATTRIBUTE_NAME
""name"".
The description of the 'name' field is:
"The name of the value. For example, "Cell phone"."
| Constructor Detail |
|---|
public IdentityExtAttributesBean()
protected IdentityExtAttributesBean(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 getName()
name' field. The description of the 'name'
field is:
"The name of the value. For example, "Cell phone"."
null).ATTRIBUTE_NAMEpublic boolean isNameNull()
name' field has been set to Null or not. The
description of the 'name' field is:
"The name of the value. For example, "Cell phone"."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setNameNull(),
ATTRIBUTE_NAMEpublic boolean isNameClear()
name' field is clear or not. The description
of the 'name' field is:
"The name of the value. For example, "Cell phone"."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearName(),
ATTRIBUTE_NAMEpublic void setName(String name)
name' field. The description of the 'name'
field is:
"The name of the value. For example, "Cell phone"."
name - Value to setATTRIBUTE_NAMEpublic void clearName()
name' field in the bean. The description
of the 'name' field is:
"The name of the value. For example, "Cell phone"."
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.
ATTRIBUTE_NAMEpublic void setNameNull()
name' field in the bean.
The description of the 'name' field is:
"The name of the value. For example, "Cell phone"."
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.
ATTRIBUTE_NAMEpublic String getValue()
value' field. The description of the 'value'
field is:
"The value."
null).ATTRIBUTE_VALUEpublic boolean isValueNull()
value' field has been set to Null or not. The
description of the 'value' field is:
"The value."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setValueNull(),
ATTRIBUTE_VALUEpublic boolean isValueClear()
value' field is clear or not. The description
of the 'value' field is:
"The value."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearValue(),
ATTRIBUTE_VALUEpublic void setValue(String value)
value' field. The description of the 'value'
field is:
"The value."
value - Value to setATTRIBUTE_VALUEpublic void clearValue()
value' field in the bean. The description
of the 'value' field is:
"The value."
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.
ATTRIBUTE_VALUEpublic void setValueNull()
value' field in the bean.
The description of the 'value' field is:
"The value."
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.
ATTRIBUTE_VALUEpublic static BeanMetaData<? extends IdentityExtAttributesBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public IdentityExtAttributesBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||