|
|||||||||
| 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.VulnerabilityCodeBean
public class VulnerabilityCodeBean
An automatically-generated "bean" class for the Sentinel data object type 'vulnerability-code'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
URL
The "bean name" of the Sentinel data object field 'Url'. |
static String |
VULN_CODE_TYPE
The "bean name" of the Sentinel data object field 'VulnCodeType'. |
static String |
VULN_CODE_VALUE
The "bean name" of the Sentinel data object field 'VulnCodeValue'. |
static String |
VULN_ID
The "bean name" of the Sentinel data object field 'VulnId'. |
| Constructor Summary | |
|---|---|
|
VulnerabilityCodeBean()
Construct an instance of the bean class. |
protected |
VulnerabilityCodeBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearUrl()
Clear any current value for the ' url' field in the bean. |
void |
clearVulnCodeType()
Clear any current value for the ' type' field in the bean. |
void |
clearVulnCodeValue()
Clear any current value for the ' value' field in the bean. |
void |
clearVulnId()
Clear any current value for the ' vuln-id' field in the bean. |
VulnerabilityCodeBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends VulnerabilityCodeBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getUrl()
Get the value for the ' url' field. |
String |
getVulnCodeType()
Get the value for the ' type' field. |
String |
getVulnCodeValue()
Get the value for the ' value' field. |
String |
getVulnId()
Get the value for the ' vuln-id' field. |
boolean |
isUrlClear()
Get whether the value for the ' url' field is clear or not. |
boolean |
isUrlNull()
Get whether the ' url' field has been set to Null or not. |
boolean |
isVulnCodeTypeClear()
Get whether the value for the ' type' field is clear or not. |
boolean |
isVulnCodeTypeNull()
Get whether the ' type' field has been set to Null or not. |
boolean |
isVulnCodeValueClear()
Get whether the value for the ' value' field is clear or not. |
boolean |
isVulnCodeValueNull()
Get whether the ' value' field has been set to Null or not. |
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. |
void |
setUrl(String url)
Set the value for the ' url' field. |
void |
setUrlNull()
Set to Null any current value for the ' url' field in the bean. |
void |
setVulnCodeType(String vulnCodeType)
Set the value for the ' type' field. |
void |
setVulnCodeTypeNull()
Set to Null any current value for the ' type' field in the bean. |
void |
setVulnCodeValue(String vulnCodeValue)
Set the value for the ' value' field. |
void |
setVulnCodeValueNull()
Set to Null any current value for the ' value' field in the bean. |
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. |
| 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_CODE_VALUE
""value"".
The description of the 'value' field is:
"No description provided."
public static final String VULN_CODE_TYPE
""type"".
The description of the 'type' field is:
"No description provided."
public static final String VULN_ID
""vuln-id"".
The description of the 'vuln-id' field is:
"Unique identifier."
public static final String URL
""url"".
The description of the 'url' field is:
"No description provided."
| Constructor Detail |
|---|
public VulnerabilityCodeBean()
protected VulnerabilityCodeBean(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 getVulnCodeValue()
value' field. The description of the 'value'
field is:
"No description provided."
null).VULN_CODE_VALUEpublic boolean isVulnCodeValueNull()
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.setVulnCodeValueNull(),
VULN_CODE_VALUEpublic boolean isVulnCodeValueClear()
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.clearVulnCodeValue(),
VULN_CODE_VALUEpublic void setVulnCodeValue(String vulnCodeValue)
value' field. The description of the 'value'
field is:
"No description provided."
vulnCodeValue - Value to setVULN_CODE_VALUEpublic void clearVulnCodeValue()
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 setVulnCodeValueNull() method to clear the server's value.
See the description of cleared
values.
VULN_CODE_VALUEpublic void setVulnCodeValueNull()
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 clearVulnCodeValue() method to avoid clearing the server's value.
See the description of Null
values.
VULN_CODE_VALUEpublic String getVulnCodeType()
type' field. The description of the 'type'
field is:
"No description provided."
null).VULN_CODE_TYPEpublic boolean isVulnCodeTypeNull()
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.setVulnCodeTypeNull(),
VULN_CODE_TYPEpublic boolean isVulnCodeTypeClear()
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.clearVulnCodeType(),
VULN_CODE_TYPEpublic void setVulnCodeType(String vulnCodeType)
type' field. The description of the 'type'
field is:
"No description provided."
vulnCodeType - Value to setVULN_CODE_TYPEpublic void clearVulnCodeType()
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 setVulnCodeTypeNull() method to clear the server's value.
See the description of cleared
values.
VULN_CODE_TYPEpublic void setVulnCodeTypeNull()
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 clearVulnCodeType() method to avoid clearing the server's value.
See the description of Null
values.
VULN_CODE_TYPEpublic String getUrl()
url' field. The description of the 'url'
field is:
"No description provided."
null).URLpublic boolean isUrlNull()
url' field has been set to Null or not. The
description of the 'url' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setUrlNull(),
URLpublic boolean isUrlClear()
url' field is clear or not. The description
of the 'url' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearUrl(),
URLpublic void setUrl(String url)
url' field. The description of the 'url'
field is:
"No description provided."
url - Value to setURLpublic void clearUrl()
url' field in the bean. The description
of the 'url' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setUrlNull() method to clear the server's value.
See the description of cleared
values.
URLpublic void setUrlNull()
url' field in the bean.
The description of the 'url' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearUrl() method to avoid clearing the server's value.
See the description of Null
values.
URLpublic static BeanMetaData<? extends VulnerabilityCodeBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public VulnerabilityCodeBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||