|
|||||||||
| 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.PortReferenceBean
public class PortReferenceBean
An automatically-generated "bean" class for the Sentinel data object type 'port-reference'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
PORT_DESCRIPTION
The "bean name" of the Sentinel data object field 'PortDescription'. |
static String |
PORT_KEYWORD
The "bean name" of the Sentinel data object field 'PortKeyword'. |
static String |
PORT_NUMBER
The "bean name" of the Sentinel data object field 'PortNumber'. |
static String |
PROTOCOL_NUMBER
The "bean name" of the Sentinel data object field 'ProtocolNumber'. |
static String |
REL_PROTOCOL_REF
The "bean name" of the Sentinel data object field 'ProtocolReference'. |
| Constructor Summary | |
|---|---|
|
PortReferenceBean()
Construct an instance of the bean class. |
protected |
PortReferenceBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearPortDescription()
Clear any current value for the ' description' field in the bean. |
void |
clearPortKeyword()
Clear any current value for the ' keyword' field in the bean. |
void |
clearPortNumber()
Clear any current value for the ' port-number' field in the bean. |
void |
clearProtocolNumber()
Clear any current value for the ' protocol-number' field in the bean. |
void |
clearProtocolReference()
Clear any current value for the ' protocol-reference' field in the bean. |
PortReferenceBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends PortReferenceBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getPortDescription()
Get the value for the ' description' field. |
String |
getPortKeyword()
Get the value for the ' keyword' field. |
int |
getPortNumber()
Get the value for the ' port-number' field. |
int |
getProtocolNumber()
Get the value for the ' protocol-number' field. |
ProtocolReferenceBean |
getProtocolReference()
Get the value for the ' protocol-reference' field. |
boolean |
isPortDescriptionClear()
Get whether the value for the ' description' field is clear or not. |
boolean |
isPortDescriptionNull()
Get whether the ' description' field has been set to Null or not. |
boolean |
isPortKeywordClear()
Get whether the value for the ' keyword' field is clear or not. |
boolean |
isPortKeywordNull()
Get whether the ' keyword' field has been set to Null or not. |
boolean |
isPortNumberClear()
Get whether the value for the ' port-number' field is clear or not. |
boolean |
isPortNumberNull()
Get whether the ' port-number' field has been set to Null or not. |
boolean |
isProtocolNumberClear()
Get whether the value for the ' protocol-number' field is clear or not. |
boolean |
isProtocolNumberNull()
Get whether the ' protocol-number' field has been set to Null
or not. |
boolean |
isProtocolReferenceClear()
Get whether the value for the ' protocol-reference' field is clear or
not. |
boolean |
isProtocolReferenceNull()
Get whether the ' protocol-reference' field has been set to Null
or not. |
void |
setPortDescription(String portDescription)
Set the value for the ' description' field. |
void |
setPortDescriptionNull()
Set to Null any current value for the ' description' field in
the bean. |
void |
setPortKeyword(String portKeyword)
Set the value for the ' keyword' field. |
void |
setPortKeywordNull()
Set to Null any current value for the ' keyword' field in the
bean. |
void |
setPortNumber(int portNumber)
Set the value for the ' port-number' field. |
void |
setPortNumberNull()
Set to Null any current value for the ' port-number' field in
the bean. |
void |
setProtocolNumber(int protocolNumber)
Set the value for the ' protocol-number' field. |
void |
setProtocolNumberNull()
Set to Null any current value for the ' protocol-number' field
in the bean. |
void |
setProtocolReference(ProtocolReferenceBean protocolReference)
Set the value for the ' protocol-reference' field. |
void |
setProtocolReferenceNull()
Set to Null any current value for the ' protocol-reference' 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
""protocol-number"".
The description of the 'protocol-number' field is:
"No description provided."
public static final String REL_PROTOCOL_REF
""protocol-reference"".
The description of the 'protocol-reference' field is:
"Reference to a protocol object."
public static final String PORT_KEYWORD
""keyword"".
The description of the 'keyword' field is:
"No description provided."
public static final String PORT_DESCRIPTION
""description"".
The description of the 'description' field is:
"No description provided."
public static final String PORT_NUMBER
""port-number"".
The description of the 'port-number' field is:
"No description provided."
| Constructor Detail |
|---|
public PortReferenceBean()
protected PortReferenceBean(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 int getProtocolNumber()
protocol-number' field. The description of the
'protocol-number' field is:
"No description provided."
null).PROTOCOL_NUMBERpublic boolean isProtocolNumberNull()
protocol-number' field has been set to Null
or not. The description of the 'protocol-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()
protocol-number' field is clear or not.
The description of the 'protocol-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)
protocol-number' field. The description of the
'protocol-number' field is:
"No description provided."
protocolNumber - Value to setPROTOCOL_NUMBERpublic void clearProtocolNumber()
protocol-number' field in the bean.
The description of the 'protocol-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()
protocol-number' field
in the bean. The description of the 'protocol-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 String getPortDescription()
description' field. The description of the 'description'
field is:
"No description provided."
null).PORT_DESCRIPTIONpublic boolean isPortDescriptionNull()
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.setPortDescriptionNull(),
PORT_DESCRIPTIONpublic boolean isPortDescriptionClear()
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.clearPortDescription(),
PORT_DESCRIPTIONpublic void setPortDescription(String portDescription)
description' field. The description of the 'description'
field is:
"No description provided."
portDescription - Value to setPORT_DESCRIPTIONpublic void clearPortDescription()
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 setPortDescriptionNull() method to clear the server's value.
See the description of cleared
values.
PORT_DESCRIPTIONpublic void setPortDescriptionNull()
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 clearPortDescription() method to avoid clearing the server's value.
See the description of Null
values.
PORT_DESCRIPTIONpublic String getPortKeyword()
keyword' field. The description of the 'keyword'
field is:
"No description provided."
null).PORT_KEYWORDpublic boolean isPortKeywordNull()
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.setPortKeywordNull(),
PORT_KEYWORDpublic boolean isPortKeywordClear()
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.clearPortKeyword(),
PORT_KEYWORDpublic void setPortKeyword(String portKeyword)
keyword' field. The description of the 'keyword'
field is:
"No description provided."
portKeyword - Value to setPORT_KEYWORDpublic void clearPortKeyword()
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 setPortKeywordNull() method to clear the server's value.
See the description of cleared
values.
PORT_KEYWORDpublic void setPortKeywordNull()
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 clearPortKeyword() method to avoid clearing the server's value.
See the description of Null
values.
PORT_KEYWORDpublic int getPortNumber()
port-number' field. The description of the 'port-number'
field is:
"No description provided."
null).PORT_NUMBERpublic boolean isPortNumberNull()
port-number' field has been set to Null or not.
The description of the 'port-number' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPortNumberNull(),
PORT_NUMBERpublic boolean isPortNumberClear()
port-number' field is clear or not. The
description of the 'port-number' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPortNumber(),
PORT_NUMBERpublic void setPortNumber(int portNumber)
port-number' field. The description of the 'port-number'
field is:
"No description provided."
portNumber - Value to setPORT_NUMBERpublic void clearPortNumber()
port-number' field in the bean. The
description of the 'port-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 setPortNumberNull() method to clear the server's value.
See the description of cleared
values.
PORT_NUMBERpublic void setPortNumberNull()
port-number' field in
the bean. The description of the 'port-number' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPortNumber() method to avoid clearing the server's value.
See the description of Null
values.
PORT_NUMBERpublic ProtocolReferenceBean getProtocolReference()
protocol-reference' field. The description of
the 'protocol-reference' field is:
"Reference to a protocol object."
null).REL_PROTOCOL_REFpublic boolean isProtocolReferenceNull()
protocol-reference' field has been set to Null
or not. The description of the 'protocol-reference' field is:
"Reference to a protocol object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setProtocolReferenceNull(),
REL_PROTOCOL_REFpublic boolean isProtocolReferenceClear()
protocol-reference' field is clear or
not. The description of the 'protocol-reference' field is:
"Reference to a protocol object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearProtocolReference(),
REL_PROTOCOL_REFpublic void setProtocolReference(ProtocolReferenceBean protocolReference)
protocol-reference' field. The description of
the 'protocol-reference' field is:
"Reference to a protocol object."
protocolReference - Value to setREL_PROTOCOL_REFpublic void clearProtocolReference()
protocol-reference' field in the bean.
The description of the 'protocol-reference' field is:
"Reference to a protocol object."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setProtocolReferenceNull() method to clear the server's value.
See the description of cleared
values.
REL_PROTOCOL_REFpublic void setProtocolReferenceNull()
protocol-reference' field
in the bean. The description of the 'protocol-reference' field is:
"Reference to a protocol object."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearProtocolReference() method to avoid clearing the server's value.
See the description of Null
values.
REL_PROTOCOL_REFpublic static BeanMetaData<? extends PortReferenceBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public PortReferenceBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||