|
|||||||||
| 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.ContactDataBean
public class ContactDataBean
An automatically-generated "bean" class for the Sentinel data object type 'contact-data'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
EMAIL_ADDRESS
The "bean name" of the Sentinel data object field 'EmailAddress'. |
static String |
NAME
The "bean name" of the Sentinel data object field 'Name'. |
static String |
PHONE_NUMBER
The "bean name" of the Sentinel data object field 'PhoneNumber'. |
static String |
ROLE
The "bean name" of the Sentinel data object field 'Role'. |
static String |
SEQ
The "bean name" of the Sentinel data object field 'Seq'. |
static String |
UUID
The "bean name" of the Sentinel data object field 'Id'. |
| Constructor Summary | |
|---|---|
|
ContactDataBean()
Construct an instance of the bean class. |
protected |
ContactDataBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearEmailAddress()
Clear any current value for the ' email-address' field in the bean. |
void |
clearId()
Clear any current value for the ' id' field in the bean. |
void |
clearName()
Clear any current value for the ' name' field in the bean. |
void |
clearPhoneNumber()
Clear any current value for the ' phone-number' field in the bean. |
void |
clearRole()
Clear any current value for the ' role' field in the bean. |
void |
clearSeq()
Clear any current value for the ' seq' field in the bean. |
ContactDataBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends ContactDataBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getEmailAddress()
Get the value for the ' email-address' field. |
String |
getId()
Get the value for the ' id' field. |
String |
getName()
Get the value for the ' name' field. |
String |
getPhoneNumber()
Get the value for the ' phone-number' field. |
String |
getRole()
Get the value for the ' role' field. |
String |
getSeq()
Get the value for the ' seq' field. |
boolean |
isEmailAddressClear()
Get whether the value for the ' email-address' field is clear or not. |
boolean |
isEmailAddressNull()
Get whether the ' email-address' field has been set to Null or
not. |
boolean |
isIdClear()
Get whether the value for the ' id' field is clear or not. |
boolean |
isIdNull()
Get whether the ' id' 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 |
isPhoneNumberClear()
Get whether the value for the ' phone-number' field is clear or not. |
boolean |
isPhoneNumberNull()
Get whether the ' phone-number' field has been set to Null or
not. |
boolean |
isRoleClear()
Get whether the value for the ' role' field is clear or not. |
boolean |
isRoleNull()
Get whether the ' role' field has been set to Null or not. |
boolean |
isSeqClear()
Get whether the value for the ' seq' field is clear or not. |
boolean |
isSeqNull()
Get whether the ' seq' field has been set to Null or not. |
void |
setEmailAddress(String emailAddress)
Set the value for the ' email-address' field. |
void |
setEmailAddressNull()
Set to Null any current value for the ' email-address' field in
the bean. |
void |
setId(String id)
Set the value for the ' id' field. |
void |
setIdNull()
Set to Null any current value for the ' id' 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 |
setPhoneNumber(String phoneNumber)
Set the value for the ' phone-number' field. |
void |
setPhoneNumberNull()
Set to Null any current value for the ' phone-number' field in
the bean. |
void |
setRole(String role)
Set the value for the ' role' field. |
void |
setRoleNull()
Set to Null any current value for the ' role' field in the bean. |
void |
setSeq(String seq)
Set the value for the ' seq' field. |
void |
setSeqNull()
Set to Null any current value for the ' seq' 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:
"A contact or responsible user of the asset."
public static final String ROLE
""role"".
The description of the 'role' field is:
"The role of the responsible contact."
public static final String UUID
""id"".
The description of the 'id' field is:
"No description provided."
public static final String SEQ
""seq"".
The description of the 'seq' field is:
"Used to order the list of contacts."
public static final String PHONE_NUMBER
""phone-number"".
The description of the 'phone-number' field is:
"The contact phone number."
public static final String EMAIL_ADDRESS
""email-address"".
The description of the 'email-address' field is:
"The contact email address."
| Constructor Detail |
|---|
public ContactDataBean()
protected ContactDataBean(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 getId()
id' field. The description of the 'id'
field is:
"No description provided."
null).UUIDpublic boolean isIdNull()
id' field has been set to Null or not. The description
of the 'id' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setIdNull(),
UUIDpublic boolean isIdClear()
id' field is clear or not. The description
of the 'id' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearId(),
UUIDpublic void setId(String id)
id' field. The description of the 'id'
field is:
"No description provided."
id - Value to setUUIDpublic void clearId()
id' field in the bean. The description
of the 'id' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setIdNull() method to clear the server's value.
See the description of cleared
values.
UUIDpublic void setIdNull()
id' field in the bean.
The description of the 'id' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearId() method to avoid clearing the server's value.
See the description of Null
values.
UUIDpublic String getName()
name' field. The description of the 'name'
field is:
"A contact or responsible user of the asset."
null).NAMEpublic boolean isNameNull()
name' field has been set to Null or not. The
description of the 'name' field is:
"A contact or responsible user of the asset."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setNameNull(),
NAMEpublic boolean isNameClear()
name' field is clear or not. The description
of the 'name' field is:
"A contact or responsible user of the asset."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearName(),
NAMEpublic void setName(String name)
name' field. The description of the 'name'
field is:
"A contact or responsible user of the asset."
name - Value to setNAMEpublic void clearName()
name' field in the bean. The description
of the 'name' field is:
"A contact or responsible user of the asset."
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.
NAMEpublic void setNameNull()
name' field in the bean.
The description of the 'name' field is:
"A contact or responsible user of the asset."
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.
NAMEpublic String getSeq()
seq' field. The description of the 'seq'
field is:
"Used to order the list of contacts."
null).SEQpublic boolean isSeqNull()
seq' field has been set to Null or not. The
description of the 'seq' field is:
"Used to order the list of contacts."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSeqNull(),
SEQpublic boolean isSeqClear()
seq' field is clear or not. The description
of the 'seq' field is:
"Used to order the list of contacts."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSeq(),
SEQpublic void setSeq(String seq)
seq' field. The description of the 'seq'
field is:
"Used to order the list of contacts."
seq - Value to setSEQpublic void clearSeq()
seq' field in the bean. The description
of the 'seq' field is:
"Used to order the list of contacts."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSeqNull() method to clear the server's value.
See the description of cleared
values.
SEQpublic void setSeqNull()
seq' field in the bean.
The description of the 'seq' field is:
"Used to order the list of contacts."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSeq() method to avoid clearing the server's value.
See the description of Null
values.
SEQpublic String getRole()
role' field. The description of the 'role'
field is:
"The role of the responsible contact."
null).ROLEpublic boolean isRoleNull()
role' field has been set to Null or not. The
description of the 'role' field is:
"The role of the responsible contact."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setRoleNull(),
ROLEpublic boolean isRoleClear()
role' field is clear or not. The description
of the 'role' field is:
"The role of the responsible contact."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearRole(),
ROLEpublic void setRole(String role)
role' field. The description of the 'role'
field is:
"The role of the responsible contact."
role - Value to setROLEpublic void clearRole()
role' field in the bean. The description
of the 'role' field is:
"The role of the responsible contact."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setRoleNull() method to clear the server's value.
See the description of cleared
values.
ROLEpublic void setRoleNull()
role' field in the bean.
The description of the 'role' field is:
"The role of the responsible contact."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearRole() method to avoid clearing the server's value.
See the description of Null
values.
ROLEpublic String getEmailAddress()
email-address' field. The description of the
'email-address' field is:
"The contact email address."
null).EMAIL_ADDRESSpublic boolean isEmailAddressNull()
email-address' field has been set to Null or
not. The description of the 'email-address' field is:
"The contact email address."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setEmailAddressNull(),
EMAIL_ADDRESSpublic boolean isEmailAddressClear()
email-address' field is clear or not.
The description of the 'email-address' field is:
"The contact email address."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearEmailAddress(),
EMAIL_ADDRESSpublic void setEmailAddress(String emailAddress)
email-address' field. The description of the
'email-address' field is:
"The contact email address."
emailAddress - Value to setEMAIL_ADDRESSpublic void clearEmailAddress()
email-address' field in the bean. The
description of the 'email-address' field is:
"The contact email address."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setEmailAddressNull() method to clear the server's value.
See the description of cleared
values.
EMAIL_ADDRESSpublic void setEmailAddressNull()
email-address' field in
the bean. The description of the 'email-address' field is:
"The contact email address."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearEmailAddress() method to avoid clearing the server's value.
See the description of Null
values.
EMAIL_ADDRESSpublic String getPhoneNumber()
phone-number' field. The description of the 'phone-number'
field is:
"The contact phone number."
null).PHONE_NUMBERpublic boolean isPhoneNumberNull()
phone-number' field has been set to Null or
not. The description of the 'phone-number' field is:
"The contact phone number."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPhoneNumberNull(),
PHONE_NUMBERpublic boolean isPhoneNumberClear()
phone-number' field is clear or not.
The description of the 'phone-number' field is:
"The contact phone number."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPhoneNumber(),
PHONE_NUMBERpublic void setPhoneNumber(String phoneNumber)
phone-number' field. The description of the 'phone-number'
field is:
"The contact phone number."
phoneNumber - Value to setPHONE_NUMBERpublic void clearPhoneNumber()
phone-number' field in the bean. The
description of the 'phone-number' field is:
"The contact phone number."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPhoneNumberNull() method to clear the server's value.
See the description of cleared
values.
PHONE_NUMBERpublic void setPhoneNumberNull()
phone-number' field in
the bean. The description of the 'phone-number' field is:
"The contact phone number."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPhoneNumber() method to avoid clearing the server's value.
See the description of Null
values.
PHONE_NUMBERpublic static BeanMetaData<? extends ContactDataBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public ContactDataBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||