|
|||||||||
| 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.VulnerabilityInfoBean
public class VulnerabilityInfoBean
An automatically-generated "bean" class for the Sentinel data object type 'vulnerabilty-info'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
VULN_ID
The "bean name" of the Sentinel data object field 'VulnId'. |
static String |
VULN_INFO_TYPE
The "bean name" of the Sentinel data object field 'VulnInfoType'. |
static String |
VULN_INFO_VALUE
The "bean name" of the Sentinel data object field 'VulnInfoValue'. |
| Constructor Summary | |
|---|---|
|
VulnerabilityInfoBean()
Construct an instance of the bean class. |
protected |
VulnerabilityInfoBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearVulnId()
Clear any current value for the ' vuln-id' field in the bean. |
void |
clearVulnInfoType()
Clear any current value for the ' type' field in the bean. |
void |
clearVulnInfoValue()
Clear any current value for the ' value' field in the bean. |
VulnerabilityInfoBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends VulnerabilityInfoBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getVulnId()
Get the value for the ' vuln-id' field. |
String |
getVulnInfoType()
Get the value for the ' type' field. |
String |
getVulnInfoValue()
Get the value for the ' value' field. |
boolean |
isVulnIdClear()
Get whether the value for the ' vuln-id' field is clear or not. |
boolean |
isVulnIdNull()
Get whether the ' vuln-id' field has been set to Null or not. |
boolean |
isVulnInfoTypeClear()
Get whether the value for the ' type' field is clear or not. |
boolean |
isVulnInfoTypeNull()
Get whether the ' type' field has been set to Null or not. |
boolean |
isVulnInfoValueClear()
Get whether the value for the ' value' field is clear or not. |
boolean |
isVulnInfoValueNull()
Get whether the ' value' field has been set to Null or not. |
void |
setVulnId(String vulnId)
Set the value for the ' vuln-id' field. |
void |
setVulnIdNull()
Set to Null any current value for the ' vuln-id' field in the
bean. |
void |
setVulnInfoType(String vulnInfoType)
Set the value for the ' type' field. |
void |
setVulnInfoTypeNull()
Set to Null any current value for the ' type' field in the bean. |
void |
setVulnInfoValue(String vulnInfoValue)
Set the value for the ' value' field. |
void |
setVulnInfoValueNull()
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 VULN_ID
""vuln-id"".
The description of the 'vuln-id' field is:
"Unique identifier."
public static final String VULN_INFO_TYPE
""type"".
The description of the 'type' field is:
"No description provided."
public static final String VULN_INFO_VALUE
""value"".
The description of the 'value' field is:
"No description provided."
| Constructor Detail |
|---|
public VulnerabilityInfoBean()
protected VulnerabilityInfoBean(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 getVulnId()
vuln-id' field. The description of the 'vuln-id'
field is:
"Unique identifier."
null).VULN_IDpublic boolean isVulnIdNull()
vuln-id' field has been set to Null or not.
The description of the 'vuln-id' field is:
"Unique identifier."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setVulnIdNull(),
VULN_IDpublic boolean isVulnIdClear()
vuln-id' field is clear or not. The description
of the 'vuln-id' field is:
"Unique identifier."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearVulnId(),
VULN_IDpublic void setVulnId(String vulnId)
vuln-id' field. The description of the 'vuln-id'
field is:
"Unique identifier."
vulnId - Value to setVULN_IDpublic void clearVulnId()
vuln-id' field in the bean. The description
of the 'vuln-id' field is:
"Unique identifier."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setVulnIdNull() method to clear the server's value.
See the description of cleared
values.
VULN_IDpublic void setVulnIdNull()
vuln-id' field in the
bean. The description of the 'vuln-id' field is:
"Unique identifier."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearVulnId() method to avoid clearing the server's value.
See the description of Null
values.
VULN_IDpublic String getVulnInfoValue()
value' field. The description of the 'value'
field is:
"No description provided."
null).VULN_INFO_VALUEpublic boolean isVulnInfoValueNull()
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.setVulnInfoValueNull(),
VULN_INFO_VALUEpublic boolean isVulnInfoValueClear()
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.clearVulnInfoValue(),
VULN_INFO_VALUEpublic void setVulnInfoValue(String vulnInfoValue)
value' field. The description of the 'value'
field is:
"No description provided."
vulnInfoValue - Value to setVULN_INFO_VALUEpublic void clearVulnInfoValue()
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 setVulnInfoValueNull() method to clear the server's value.
See the description of cleared
values.
VULN_INFO_VALUEpublic void setVulnInfoValueNull()
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 clearVulnInfoValue() method to avoid clearing the server's value.
See the description of Null
values.
VULN_INFO_VALUEpublic String getVulnInfoType()
type' field. The description of the 'type'
field is:
"No description provided."
null).VULN_INFO_TYPEpublic boolean isVulnInfoTypeNull()
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.setVulnInfoTypeNull(),
VULN_INFO_TYPEpublic boolean isVulnInfoTypeClear()
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.clearVulnInfoType(),
VULN_INFO_TYPEpublic void setVulnInfoType(String vulnInfoType)
type' field. The description of the 'type'
field is:
"No description provided."
vulnInfoType - Value to setVULN_INFO_TYPEpublic void clearVulnInfoType()
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 setVulnInfoTypeNull() method to clear the server's value.
See the description of cleared
values.
VULN_INFO_TYPEpublic void setVulnInfoTypeNull()
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 clearVulnInfoType() method to avoid clearing the server's value.
See the description of Null
values.
VULN_INFO_TYPEpublic static BeanMetaData<? extends VulnerabilityInfoBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public VulnerabilityInfoBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||