|
|||||||||
| 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.ProtocolReferenceBean
public class ProtocolReferenceBean
An automatically-generated "bean" class for the Sentinel data object type 'protocol-reference'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
PROTOCOL_DESCRIPTION
The "bean name" of the Sentinel data object field 'ProtocolDescription'. |
static String |
PROTOCOL_KEYWORD
The "bean name" of the Sentinel data object field 'ProtocolKeyword'. |
static String |
PROTOCOL_NUMBER
The "bean name" of the Sentinel data object field 'ProtocolNumber'. |
| Constructor Summary | |
|---|---|
|
ProtocolReferenceBean()
Construct an instance of the bean class. |
protected |
ProtocolReferenceBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearProtocolDescription()
Clear any current value for the ' description' field in the bean. |
void |
clearProtocolKeyword()
Clear any current value for the ' keyword' field in the bean. |
void |
clearProtocolNumber()
Clear any current value for the ' number' field in the bean. |
ProtocolReferenceBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends ProtocolReferenceBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getProtocolDescription()
Get the value for the ' description' field. |
String |
getProtocolKeyword()
Get the value for the ' keyword' field. |
int |
getProtocolNumber()
Get the value for the ' number' field. |
boolean |
isProtocolDescriptionClear()
Get whether the value for the ' description' field is clear or not. |
boolean |
isProtocolDescriptionNull()
Get whether the ' description' field has been set to Null or not. |
boolean |
isProtocolKeywordClear()
Get whether the value for the ' keyword' field is clear or not. |
boolean |
isProtocolKeywordNull()
Get whether the ' keyword' field has been set to Null or not. |
boolean |
isProtocolNumberClear()
Get whether the value for the ' number' field is clear or not. |
boolean |
isProtocolNumberNull()
Get whether the ' number' field has been set to Null or not. |
void |
setProtocolDescription(String protocolDescription)
Set the value for the ' description' field. |
void |
setProtocolDescriptionNull()
Set to Null any current value for the ' description' field in
the bean. |
void |
setProtocolKeyword(String protocolKeyword)
Set the value for the ' keyword' field. |
void |
setProtocolKeywordNull()
Set to Null any current value for the ' keyword' field in the
bean. |
void |
setProtocolNumber(int protocolNumber)
Set the value for the ' number' field. |
void |
setProtocolNumberNull()
Set to Null any current value for the ' number' 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 PROTOCOL_NUMBER
""number"".
The description of the 'number' field is:
"No description provided."
public static final String PROTOCOL_KEYWORD
""keyword"".
The description of the 'keyword' field is:
"No description provided."
public static final String PROTOCOL_DESCRIPTION
""description"".
The description of the 'description' field is:
"No description provided."
| Constructor Detail |
|---|
public ProtocolReferenceBean()
protected ProtocolReferenceBean(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 getProtocolDescription()
description' field. The description of the 'description'
field is:
"No description provided."
null).PROTOCOL_DESCRIPTIONpublic boolean isProtocolDescriptionNull()
description' field has been set to Null or not.
The description of the 'description' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setProtocolDescriptionNull(),
PROTOCOL_DESCRIPTIONpublic boolean isProtocolDescriptionClear()
description' field is clear or not. The
description of the 'description' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearProtocolDescription(),
PROTOCOL_DESCRIPTIONpublic void setProtocolDescription(String protocolDescription)
description' field. The description of the 'description'
field is:
"No description provided."
protocolDescription - Value to setPROTOCOL_DESCRIPTIONpublic void clearProtocolDescription()
description' field in the bean. The
description of the 'description' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setProtocolDescriptionNull() method to clear the server's value.
See the description of cleared
values.
PROTOCOL_DESCRIPTIONpublic void setProtocolDescriptionNull()
description' field in
the bean. The description of the 'description' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearProtocolDescription() method to avoid clearing the server's
value.
See the description of Null
values.
PROTOCOL_DESCRIPTIONpublic String getProtocolKeyword()
keyword' field. The description of the 'keyword'
field is:
"No description provided."
null).PROTOCOL_KEYWORDpublic boolean isProtocolKeywordNull()
keyword' field has been set to Null or not.
The description of the 'keyword' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setProtocolKeywordNull(),
PROTOCOL_KEYWORDpublic boolean isProtocolKeywordClear()
keyword' field is clear or not. The description
of the 'keyword' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearProtocolKeyword(),
PROTOCOL_KEYWORDpublic void setProtocolKeyword(String protocolKeyword)
keyword' field. The description of the 'keyword'
field is:
"No description provided."
protocolKeyword - Value to setPROTOCOL_KEYWORDpublic void clearProtocolKeyword()
keyword' field in the bean. The description
of the 'keyword' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setProtocolKeywordNull() method to clear the server's value.
See the description of cleared
values.
PROTOCOL_KEYWORDpublic void setProtocolKeywordNull()
keyword' field in the
bean. The description of the 'keyword' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearProtocolKeyword() method to avoid clearing the server's value.
See the description of Null
values.
PROTOCOL_KEYWORDpublic int getProtocolNumber()
number' field. The description of the 'number'
field is:
"No description provided."
null).PROTOCOL_NUMBERpublic boolean isProtocolNumberNull()
number' field has been set to Null or not. The
description of the 'number' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setProtocolNumberNull(),
PROTOCOL_NUMBERpublic boolean isProtocolNumberClear()
number' field is clear or not. The description
of the 'number' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearProtocolNumber(),
PROTOCOL_NUMBERpublic void setProtocolNumber(int protocolNumber)
number' field. The description of the 'number'
field is:
"No description provided."
protocolNumber - Value to setPROTOCOL_NUMBERpublic void clearProtocolNumber()
number' field in the bean. The description
of the 'number' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setProtocolNumberNull() method to clear the server's value.
See the description of cleared
values.
PROTOCOL_NUMBERpublic void setProtocolNumberNull()
number' field in the bean.
The description of the 'number' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearProtocolNumber() method to avoid clearing the server's value.
See the description of Null
values.
PROTOCOL_NUMBERpublic static BeanMetaData<? extends ProtocolReferenceBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public ProtocolReferenceBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||