com.novell.db.object.bean
Class VulnerabilityInfoBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.VulnerabilityInfoBean

public class VulnerabilityInfoBean
extends SentinelBean

An automatically-generated "bean" class for the Sentinel data object type 'vulnerabilty-info'.

The description of the type is:

"A object representing a vulnerability information with an ID, type and value."

The Sentinel data object bean classes are designed to be used to transport data to and from the Sentinel server. There exists a supporting infrastructure that handles the serialization/parsing of the data to/from the JSON transport format and which handles the actual HTTP transport.

A more complete description of Sentinel data object beans is found in the description of SentinelBean.

See Also:
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

VULN_ID

public static final String VULN_ID
The "bean name" of the Sentinel data object field 'VulnId'. The value is ""vuln-id"".

The description of the 'vuln-id' field is:

"Unique identifier."

See Also:
Constant Field Values

VULN_INFO_TYPE

public static final String VULN_INFO_TYPE
The "bean name" of the Sentinel data object field 'VulnInfoType'. The value is ""type"".

The description of the 'type' field is:

"No description provided."

See Also:
Constant Field Values

VULN_INFO_VALUE

public static final String VULN_INFO_VALUE
The "bean name" of the Sentinel data object field 'VulnInfoValue'. The value is ""value"".

The description of the 'value' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

VulnerabilityInfoBean

public VulnerabilityInfoBean()
Construct an instance of the bean class.


VulnerabilityInfoBean

protected VulnerabilityInfoBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes.

Parameters:
metadata - The metadata instance for the derived bean class. Normally this constructor will only be called by generated code.
Method Detail

getVulnId

public String getVulnId()
Get the value for the 'vuln-id' field. The description of the 'vuln-id' field is:

"Unique identifier."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
VULN_ID

isVulnIdNull

public boolean isVulnIdNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setVulnIdNull(), VULN_ID

isVulnIdClear

public boolean isVulnIdClear()
Get whether the value for the 'vuln-id' field is clear or not. The description of the 'vuln-id' field is:

"Unique identifier."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearVulnId(), VULN_ID

setVulnId

public void setVulnId(String vulnId)
Set the value for the 'vuln-id' field. The description of the 'vuln-id' field is:

"Unique identifier."

Parameters:
vulnId - Value to set
See Also:
VULN_ID

clearVulnId

public void clearVulnId()
Clear any current value for the '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.

See Also:
VULN_ID

setVulnIdNull

public void setVulnIdNull()
Set to Null any current value for the '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.

See Also:
VULN_ID

getVulnInfoValue

public String getVulnInfoValue()
Get the value for the 'value' field. The description of the 'value' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
VULN_INFO_VALUE

isVulnInfoValueNull

public boolean isVulnInfoValueNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setVulnInfoValueNull(), VULN_INFO_VALUE

isVulnInfoValueClear

public boolean isVulnInfoValueClear()
Get whether the value for the 'value' field is clear or not. The description of the 'value' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearVulnInfoValue(), VULN_INFO_VALUE

setVulnInfoValue

public void setVulnInfoValue(String vulnInfoValue)
Set the value for the 'value' field. The description of the 'value' field is:

"No description provided."

Parameters:
vulnInfoValue - Value to set
See Also:
VULN_INFO_VALUE

clearVulnInfoValue

public void clearVulnInfoValue()
Clear any current value for the '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.

See Also:
VULN_INFO_VALUE

setVulnInfoValueNull

public void setVulnInfoValueNull()
Set to Null any current value for the '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.

See Also:
VULN_INFO_VALUE

getVulnInfoType

public String getVulnInfoType()
Get the value for the 'type' field. The description of the 'type' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
VULN_INFO_TYPE

isVulnInfoTypeNull

public boolean isVulnInfoTypeNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setVulnInfoTypeNull(), VULN_INFO_TYPE

isVulnInfoTypeClear

public boolean isVulnInfoTypeClear()
Get whether the value for the 'type' field is clear or not. The description of the 'type' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearVulnInfoType(), VULN_INFO_TYPE

setVulnInfoType

public void setVulnInfoType(String vulnInfoType)
Set the value for the 'type' field. The description of the 'type' field is:

"No description provided."

Parameters:
vulnInfoType - Value to set
See Also:
VULN_INFO_TYPE

clearVulnInfoType

public void clearVulnInfoType()
Clear any current value for the '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.

See Also:
VULN_INFO_TYPE

setVulnInfoTypeNull

public void setVulnInfoTypeNull()
Set to Null any current value for the '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.

See Also:
VULN_INFO_TYPE

getBeanMetaData

public static BeanMetaData<? extends VulnerabilityInfoBean> getBeanMetaData()
Get the metadata class instance for this type.

The metadata is used primarily as a parameter to a BeanTransporter implementation''s constructor.


clone

public VulnerabilityInfoBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object