com.novell.ccs.comp.advisor.object.bean
Class AdvAttackDetailsBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.ccs.comp.advisor.object.bean.AdvAttackDetailsBean

public class AdvAttackDetailsBean
extends SentinelBean

An automatically-generated "bean" class for the Sentinel data object type 'adv-attack-details'.

The description of the type is:

"An Advisor Attack Details object contains information about real-time vulnerabilities of enterprise assets."

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 ATTACK_SCENARIO
          The "bean name" of the Sentinel data object field 'AttackScenario'.
static String CATEGORY
          The "bean name" of the Sentinel data object field 'Category'.
static String DESCRIPTION
          The "bean name" of the Sentinel data object field 'Description'.
static String FULL_DESCRIPTION
          The "bean name" of the Sentinel data object field 'FullDescription'.
static String ID
          The "bean name" of the Sentinel data object field 'Id'.
static String IMPACT
          The "bean name" of the Sentinel data object field 'Impact'.
static String PATCHES
          The "bean name" of the Sentinel data object field 'Patches'.
static String SEVERITY
          The "bean name" of the Sentinel data object field 'Severity'.
static String SOLUTION_DESCRIPTION
          The "bean name" of the Sentinel data object field 'SolutionDescription'.
static String TITLE
          The "bean name" of the Sentinel data object field 'Title'.
static String URGENCY
          The "bean name" of the Sentinel data object field 'Urgency'.
static String UUID
          The "bean name" of the Sentinel data object field 'Uuid'.
 
Constructor Summary
  AdvAttackDetailsBean()
          Construct an instance of the bean class.
protected AdvAttackDetailsBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearAttackScenario()
          Clear any current value for the 'attack-scenario' field in the bean.
 void clearCategory()
          Clear any current value for the 'category' field in the bean.
 void clearDescription()
          Clear any current value for the 'description' field in the bean.
 void clearFullDescription()
          Clear any current value for the 'full-desc' field in the bean.
 void clearId()
          Clear any current value for the 'Id' field in the bean.
 void clearImpact()
          Clear any current value for the 'impact' field in the bean.
 void clearPatches()
          Clear any current value for the 'patches' field in the bean.
 void clearSeverity()
          Clear any current value for the 'severity' field in the bean.
 void clearSolutionDescription()
          Clear any current value for the 'solution-desc' field in the bean.
 void clearTitle()
          Clear any current value for the 'title' field in the bean.
 void clearUrgency()
          Clear any current value for the 'urgency' field in the bean.
 void clearUuid()
          Clear any current value for the 'uuid' field in the bean.
 AdvAttackDetailsBean clone()
          Create a duplicate of this bean instance, including all field values.
 String getAttackScenario()
          Get the value for the 'attack-scenario' field.
static BeanMetaData<? extends AdvAttackDetailsBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getCategory()
          Get the value for the 'category' field.
 String getDescription()
          Get the value for the 'description' field.
 String getFullDescription()
          Get the value for the 'full-desc' field.
 int getId()
          Get the value for the 'Id' field.
 String getImpact()
          Get the value for the 'impact' field.
 String getPatches()
          Get the value for the 'patches' field.
 int getSeverity()
          Get the value for the 'severity' field.
 String getSolutionDescription()
          Get the value for the 'solution-desc' field.
 String getTitle()
          Get the value for the 'title' field.
 int getUrgency()
          Get the value for the 'urgency' field.
 String getUuid()
          Get the value for the 'uuid' field.
 boolean isAttackScenarioClear()
          Get whether the value for the 'attack-scenario' field is clear or not.
 boolean isAttackScenarioNull()
          Get whether the 'attack-scenario' field has been set to Null or not.
 boolean isCategoryClear()
          Get whether the value for the 'category' field is clear or not.
 boolean isCategoryNull()
          Get whether the 'category' field has been set to Null or not.
 boolean isDescriptionClear()
          Get whether the value for the 'description' field is clear or not.
 boolean isDescriptionNull()
          Get whether the 'description' field has been set to Null or not.
 boolean isFullDescriptionClear()
          Get whether the value for the 'full-desc' field is clear or not.
 boolean isFullDescriptionNull()
          Get whether the 'full-desc' field has been set to Null or not.
 boolean isIdClear()
          Get whether the value for the 'Id' field is clear or not.
 boolean isIdNull()
          Get whether the 'Id' field has been set to Null or not.
 boolean isImpactClear()
          Get whether the value for the 'impact' field is clear or not.
 boolean isImpactNull()
          Get whether the 'impact' field has been set to Null or not.
 boolean isPatchesClear()
          Get whether the value for the 'patches' field is clear or not.
 boolean isPatchesNull()
          Get whether the 'patches' field has been set to Null or not.
 boolean isSeverityClear()
          Get whether the value for the 'severity' field is clear or not.
 boolean isSeverityNull()
          Get whether the 'severity' field has been set to Null or not.
 boolean isSolutionDescriptionClear()
          Get whether the value for the 'solution-desc' field is clear or not.
 boolean isSolutionDescriptionNull()
          Get whether the 'solution-desc' field has been set to Null or not.
 boolean isTitleClear()
          Get whether the value for the 'title' field is clear or not.
 boolean isTitleNull()
          Get whether the 'title' field has been set to Null or not.
 boolean isUrgencyClear()
          Get whether the value for the 'urgency' field is clear or not.
 boolean isUrgencyNull()
          Get whether the 'urgency' field has been set to Null or not.
 boolean isUuidClear()
          Get whether the value for the 'uuid' field is clear or not.
 boolean isUuidNull()
          Get whether the 'uuid' field has been set to Null or not.
 void setAttackScenario(String attackScenario)
          Set the value for the 'attack-scenario' field.
 void setAttackScenarioNull()
          Set to Null any current value for the 'attack-scenario' field in the bean.
 void setCategory(String category)
          Set the value for the 'category' field.
 void setCategoryNull()
          Set to Null any current value for the 'category' field in the bean.
 void setDescription(String description)
          Set the value for the 'description' field.
 void setDescriptionNull()
          Set to Null any current value for the 'description' field in the bean.
 void setFullDescription(String fullDescription)
          Set the value for the 'full-desc' field.
 void setFullDescriptionNull()
          Set to Null any current value for the 'full-desc' field in the bean.
 void setId(int id)
          Set the value for the 'Id' field.
 void setIdNull()
          Set to Null any current value for the 'Id' field in the bean.
 void setImpact(String impact)
          Set the value for the 'impact' field.
 void setImpactNull()
          Set to Null any current value for the 'impact' field in the bean.
 void setPatches(String patches)
          Set the value for the 'patches' field.
 void setPatchesNull()
          Set to Null any current value for the 'patches' field in the bean.
 void setSeverity(int severity)
          Set the value for the 'severity' field.
 void setSeverityNull()
          Set to Null any current value for the 'severity' field in the bean.
 void setSolutionDescription(String solutionDescription)
          Set the value for the 'solution-desc' field.
 void setSolutionDescriptionNull()
          Set to Null any current value for the 'solution-desc' field in the bean.
 void setTitle(String title)
          Set the value for the 'title' field.
 void setTitleNull()
          Set to Null any current value for the 'title' field in the bean.
 void setUrgency(int urgency)
          Set the value for the 'urgency' field.
 void setUrgencyNull()
          Set to Null any current value for the 'urgency' field in the bean.
 void setUuid(String uuid)
          Set the value for the 'uuid' field.
 void setUuidNull()
          Set to Null any current value for the 'uuid' 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

CATEGORY

public static final String CATEGORY
The "bean name" of the Sentinel data object field 'Category'. The value is ""category"".

The description of the 'category' field is:

"A general grouping or classification of the vulnerability."

See Also:
Constant Field Values

URGENCY

public static final String URGENCY
The "bean name" of the Sentinel data object field 'Urgency'. The value is ""urgency"".

The description of the 'urgency' field is:

"The level of attention that should be given to mitigating the vulnerability."

See Also:
Constant Field Values

ATTACK_SCENARIO

public static final String ATTACK_SCENARIO
The "bean name" of the Sentinel data object field 'AttackScenario'. The value is ""attack-scenario"".

The description of the 'attack-scenario' field is:

"The path used to exploit the vulnerability."

See Also:
Constant Field Values

SOLUTION_DESCRIPTION

public static final String SOLUTION_DESCRIPTION
The "bean name" of the Sentinel data object field 'SolutionDescription'. The value is ""solution-desc"".

The description of the 'solution-desc' field is:

"Suggested solutions to the vulnerability. "

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
The "bean name" of the Sentinel data object field 'Description'. The value is ""description"".

The description of the 'description' field is:

"An abreviated description of the vulnerability."

See Also:
Constant Field Values

IMPACT

public static final String IMPACT
The "bean name" of the Sentinel data object field 'Impact'. The value is ""impact"".

The description of the 'impact' field is:

"The impact the vulnerability has on the system."

See Also:
Constant Field Values

SEVERITY

public static final String SEVERITY
The "bean name" of the Sentinel data object field 'Severity'. The value is ""severity"".

The description of the 'severity' field is:

"The relative seriousness of the vulnerability."

See Also:
Constant Field Values

FULL_DESCRIPTION

public static final String FULL_DESCRIPTION
The "bean name" of the Sentinel data object field 'FullDescription'. The value is ""full-desc"".

The description of the 'full-desc' field is:

"A description or explanation of the cause and effect the vulnerability may have on the system."

See Also:
Constant Field Values

UUID

public static final String UUID
The "bean name" of the Sentinel data object field 'Uuid'. The value is ""uuid"".

The description of the 'uuid' field is:

"Unique identifier for advisor attack."

See Also:
Constant Field Values

ID

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

The description of the 'Id' field is:

"No description provided."

See Also:
Constant Field Values

PATCHES

public static final String PATCHES
The "bean name" of the Sentinel data object field 'Patches'. The value is ""patches"".

The description of the 'patches' field is:

"Links to software patches or updates which can be applied to mitigate the vulnerability."

See Also:
Constant Field Values

TITLE

public static final String TITLE
The "bean name" of the Sentinel data object field 'Title'. The value is ""title"".

The description of the 'title' field is:

"The vulnerability title."

See Also:
Constant Field Values
Constructor Detail

AdvAttackDetailsBean

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


AdvAttackDetailsBean

protected AdvAttackDetailsBean(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

getCategory

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

"A general grouping or classification of the vulnerability."

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

isCategoryNull

public boolean isCategoryNull()
Get whether the 'category' field has been set to Null or not. The description of the 'category' field is:

"A general grouping or classification of the vulnerability."

See the description of Null values.

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

isCategoryClear

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

"A general grouping or classification of the vulnerability."

See the description of cleared values.

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

setCategory

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

"A general grouping or classification of the vulnerability."

Parameters:
category - Value to set
See Also:
CATEGORY

clearCategory

public void clearCategory()
Clear any current value for the 'category' field in the bean. The description of the 'category' field is:

"A general grouping or classification of the vulnerability."

Using this method will not clear the server value when the bean is PUT to the server. Use the setCategoryNull() method to clear the server's value.

See the description of cleared values.

See Also:
CATEGORY

setCategoryNull

public void setCategoryNull()
Set to Null any current value for the 'category' field in the bean. The description of the 'category' field is:

"A general grouping or classification of the vulnerability."

Using this method will clear the server value when the bean is PUT to the server. Use the clearCategory() method to avoid clearing the server's value.

See the description of Null values.

See Also:
CATEGORY

getTitle

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

"The vulnerability title."

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

isTitleNull

public boolean isTitleNull()
Get whether the 'title' field has been set to Null or not. The description of the 'title' field is:

"The vulnerability title."

See the description of Null values.

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

isTitleClear

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

"The vulnerability title."

See the description of cleared values.

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

setTitle

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

"The vulnerability title."

Parameters:
title - Value to set
See Also:
TITLE

clearTitle

public void clearTitle()
Clear any current value for the 'title' field in the bean. The description of the 'title' field is:

"The vulnerability title."

Using this method will not clear the server value when the bean is PUT to the server. Use the setTitleNull() method to clear the server's value.

See the description of cleared values.

See Also:
TITLE

setTitleNull

public void setTitleNull()
Set to Null any current value for the 'title' field in the bean. The description of the 'title' field is:

"The vulnerability title."

Using this method will clear the server value when the bean is PUT to the server. Use the clearTitle() method to avoid clearing the server's value.

See the description of Null values.

See Also:
TITLE

getPatches

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

"Links to software patches or updates which can be applied to mitigate the vulnerability."

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

isPatchesNull

public boolean isPatchesNull()
Get whether the 'patches' field has been set to Null or not. The description of the 'patches' field is:

"Links to software patches or updates which can be applied to mitigate the vulnerability."

See the description of Null values.

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

isPatchesClear

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

"Links to software patches or updates which can be applied to mitigate the vulnerability."

See the description of cleared values.

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

setPatches

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

"Links to software patches or updates which can be applied to mitigate the vulnerability."

Parameters:
patches - Value to set
See Also:
PATCHES

clearPatches

public void clearPatches()
Clear any current value for the 'patches' field in the bean. The description of the 'patches' field is:

"Links to software patches or updates which can be applied to mitigate the vulnerability."

Using this method will not clear the server value when the bean is PUT to the server. Use the setPatchesNull() method to clear the server's value.

See the description of cleared values.

See Also:
PATCHES

setPatchesNull

public void setPatchesNull()
Set to Null any current value for the 'patches' field in the bean. The description of the 'patches' field is:

"Links to software patches or updates which can be applied to mitigate the vulnerability."

Using this method will clear the server value when the bean is PUT to the server. Use the clearPatches() method to avoid clearing the server's value.

See the description of Null values.

See Also:
PATCHES

getDescription

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

"An abreviated description of the vulnerability."

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

isDescriptionNull

public boolean isDescriptionNull()
Get whether the 'description' field has been set to Null or not. The description of the 'description' field is:

"An abreviated description of the vulnerability."

See the description of Null values.

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

isDescriptionClear

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

"An abreviated description of the vulnerability."

See the description of cleared values.

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

setDescription

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

"An abreviated description of the vulnerability."

Parameters:
description - Value to set
See Also:
DESCRIPTION

clearDescription

public void clearDescription()
Clear any current value for the 'description' field in the bean. The description of the 'description' field is:

"An abreviated description of the vulnerability."

Using this method will not clear the server value when the bean is PUT to the server. Use the setDescriptionNull() method to clear the server's value.

See the description of cleared values.

See Also:
DESCRIPTION

setDescriptionNull

public void setDescriptionNull()
Set to Null any current value for the 'description' field in the bean. The description of the 'description' field is:

"An abreviated description of the vulnerability."

Using this method will clear the server value when the bean is PUT to the server. Use the clearDescription() method to avoid clearing the server's value.

See the description of Null values.

See Also:
DESCRIPTION

getFullDescription

public String getFullDescription()
Get the value for the 'full-desc' field. The description of the 'full-desc' field is:

"A description or explanation of the cause and effect the vulnerability may have on the system."

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

isFullDescriptionNull

public boolean isFullDescriptionNull()
Get whether the 'full-desc' field has been set to Null or not. The description of the 'full-desc' field is:

"A description or explanation of the cause and effect the vulnerability may have on the system."

See the description of Null values.

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

isFullDescriptionClear

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

"A description or explanation of the cause and effect the vulnerability may have on the system."

See the description of cleared values.

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

setFullDescription

public void setFullDescription(String fullDescription)
Set the value for the 'full-desc' field. The description of the 'full-desc' field is:

"A description or explanation of the cause and effect the vulnerability may have on the system."

Parameters:
fullDescription - Value to set
See Also:
FULL_DESCRIPTION

clearFullDescription

public void clearFullDescription()
Clear any current value for the 'full-desc' field in the bean. The description of the 'full-desc' field is:

"A description or explanation of the cause and effect the vulnerability may have on the system."

Using this method will not clear the server value when the bean is PUT to the server. Use the setFullDescriptionNull() method to clear the server's value.

See the description of cleared values.

See Also:
FULL_DESCRIPTION

setFullDescriptionNull

public void setFullDescriptionNull()
Set to Null any current value for the 'full-desc' field in the bean. The description of the 'full-desc' field is:

"A description or explanation of the cause and effect the vulnerability may have on the system."

Using this method will clear the server value when the bean is PUT to the server. Use the clearFullDescription() method to avoid clearing the server's value.

See the description of Null values.

See Also:
FULL_DESCRIPTION

getSolutionDescription

public String getSolutionDescription()
Get the value for the 'solution-desc' field. The description of the 'solution-desc' field is:

"Suggested solutions to the vulnerability. "

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

isSolutionDescriptionNull

public boolean isSolutionDescriptionNull()
Get whether the 'solution-desc' field has been set to Null or not. The description of the 'solution-desc' field is:

"Suggested solutions to the vulnerability. "

See the description of Null values.

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

isSolutionDescriptionClear

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

"Suggested solutions to the vulnerability. "

See the description of cleared values.

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

setSolutionDescription

public void setSolutionDescription(String solutionDescription)
Set the value for the 'solution-desc' field. The description of the 'solution-desc' field is:

"Suggested solutions to the vulnerability. "

Parameters:
solutionDescription - Value to set
See Also:
SOLUTION_DESCRIPTION

clearSolutionDescription

public void clearSolutionDescription()
Clear any current value for the 'solution-desc' field in the bean. The description of the 'solution-desc' field is:

"Suggested solutions to the vulnerability. "

Using this method will not clear the server value when the bean is PUT to the server. Use the setSolutionDescriptionNull() method to clear the server's value.

See the description of cleared values.

See Also:
SOLUTION_DESCRIPTION

setSolutionDescriptionNull

public void setSolutionDescriptionNull()
Set to Null any current value for the 'solution-desc' field in the bean. The description of the 'solution-desc' field is:

"Suggested solutions to the vulnerability. "

Using this method will clear the server value when the bean is PUT to the server. Use the clearSolutionDescription() method to avoid clearing the server's value.

See the description of Null values.

See Also:
SOLUTION_DESCRIPTION

getAttackScenario

public String getAttackScenario()
Get the value for the 'attack-scenario' field. The description of the 'attack-scenario' field is:

"The path used to exploit the vulnerability."

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

isAttackScenarioNull

public boolean isAttackScenarioNull()
Get whether the 'attack-scenario' field has been set to Null or not. The description of the 'attack-scenario' field is:

"The path used to exploit the vulnerability."

See the description of Null values.

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

isAttackScenarioClear

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

"The path used to exploit the vulnerability."

See the description of cleared values.

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

setAttackScenario

public void setAttackScenario(String attackScenario)
Set the value for the 'attack-scenario' field. The description of the 'attack-scenario' field is:

"The path used to exploit the vulnerability."

Parameters:
attackScenario - Value to set
See Also:
ATTACK_SCENARIO

clearAttackScenario

public void clearAttackScenario()
Clear any current value for the 'attack-scenario' field in the bean. The description of the 'attack-scenario' field is:

"The path used to exploit the vulnerability."

Using this method will not clear the server value when the bean is PUT to the server. Use the setAttackScenarioNull() method to clear the server's value.

See the description of cleared values.

See Also:
ATTACK_SCENARIO

setAttackScenarioNull

public void setAttackScenarioNull()
Set to Null any current value for the 'attack-scenario' field in the bean. The description of the 'attack-scenario' field is:

"The path used to exploit the vulnerability."

Using this method will clear the server value when the bean is PUT to the server. Use the clearAttackScenario() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ATTACK_SCENARIO

getSeverity

public int getSeverity()
Get the value for the 'severity' field. The description of the 'severity' field is:

"The relative seriousness of the vulnerability."

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

isSeverityNull

public boolean isSeverityNull()
Get whether the 'severity' field has been set to Null or not. The description of the 'severity' field is:

"The relative seriousness of the vulnerability."

See the description of Null values.

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

isSeverityClear

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

"The relative seriousness of the vulnerability."

See the description of cleared values.

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

setSeverity

public void setSeverity(int severity)
Set the value for the 'severity' field. The description of the 'severity' field is:

"The relative seriousness of the vulnerability."

Parameters:
severity - Value to set
See Also:
SEVERITY

clearSeverity

public void clearSeverity()
Clear any current value for the 'severity' field in the bean. The description of the 'severity' field is:

"The relative seriousness of the vulnerability."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSeverityNull() method to clear the server's value.

See the description of cleared values.

See Also:
SEVERITY

setSeverityNull

public void setSeverityNull()
Set to Null any current value for the 'severity' field in the bean. The description of the 'severity' field is:

"The relative seriousness of the vulnerability."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSeverity() method to avoid clearing the server's value.

See the description of Null values.

See Also:
SEVERITY

getId

public int getId()
Get the value for the 'Id' field. The description of the 'Id' field is:

"No description provided."

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

isIdNull

public boolean isIdNull()
Get whether the 'Id' field has been set to Null or not. The description of the 'Id' 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:
setIdNull(), ID

isIdClear

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

"No description provided."

See the description of cleared values.

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

setId

public void setId(int id)
Set the value for the 'Id' field. The description of the 'Id' field is:

"No description provided."

Parameters:
id - Value to set
See Also:
ID

clearId

public void clearId()
Clear any current value for the 'Id' field in the bean. The description of the 'Id' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setIdNull() method to clear the server's value.

See the description of cleared values.

See Also:
ID

setIdNull

public void setIdNull()
Set to Null any current value for the 'Id' field in the bean. The description of the 'Id' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearId() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ID

getUuid

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

"Unique identifier for advisor attack."

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

isUuidNull

public boolean isUuidNull()
Get whether the 'uuid' field has been set to Null or not. The description of the 'uuid' field is:

"Unique identifier for advisor attack."

See the description of Null values.

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

isUuidClear

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

"Unique identifier for advisor attack."

See the description of cleared values.

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

setUuid

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

"Unique identifier for advisor attack."

Parameters:
uuid - Value to set
See Also:
UUID

clearUuid

public void clearUuid()
Clear any current value for the 'uuid' field in the bean. The description of the 'uuid' field is:

"Unique identifier for advisor attack."

Using this method will not clear the server value when the bean is PUT to the server. Use the setUuidNull() method to clear the server's value.

See the description of cleared values.

See Also:
UUID

setUuidNull

public void setUuidNull()
Set to Null any current value for the 'uuid' field in the bean. The description of the 'uuid' field is:

"Unique identifier for advisor attack."

Using this method will clear the server value when the bean is PUT to the server. Use the clearUuid() method to avoid clearing the server's value.

See the description of Null values.

See Also:
UUID

getImpact

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

"The impact the vulnerability has on the system."

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

isImpactNull

public boolean isImpactNull()
Get whether the 'impact' field has been set to Null or not. The description of the 'impact' field is:

"The impact the vulnerability has on the system."

See the description of Null values.

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

isImpactClear

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

"The impact the vulnerability has on the system."

See the description of cleared values.

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

setImpact

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

"The impact the vulnerability has on the system."

Parameters:
impact - Value to set
See Also:
IMPACT

clearImpact

public void clearImpact()
Clear any current value for the 'impact' field in the bean. The description of the 'impact' field is:

"The impact the vulnerability has on the system."

Using this method will not clear the server value when the bean is PUT to the server. Use the setImpactNull() method to clear the server's value.

See the description of cleared values.

See Also:
IMPACT

setImpactNull

public void setImpactNull()
Set to Null any current value for the 'impact' field in the bean. The description of the 'impact' field is:

"The impact the vulnerability has on the system."

Using this method will clear the server value when the bean is PUT to the server. Use the clearImpact() method to avoid clearing the server's value.

See the description of Null values.

See Also:
IMPACT

getUrgency

public int getUrgency()
Get the value for the 'urgency' field. The description of the 'urgency' field is:

"The level of attention that should be given to mitigating the vulnerability."

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

isUrgencyNull

public boolean isUrgencyNull()
Get whether the 'urgency' field has been set to Null or not. The description of the 'urgency' field is:

"The level of attention that should be given to mitigating the vulnerability."

See the description of Null values.

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

isUrgencyClear

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

"The level of attention that should be given to mitigating the vulnerability."

See the description of cleared values.

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

setUrgency

public void setUrgency(int urgency)
Set the value for the 'urgency' field. The description of the 'urgency' field is:

"The level of attention that should be given to mitigating the vulnerability."

Parameters:
urgency - Value to set
See Also:
URGENCY

clearUrgency

public void clearUrgency()
Clear any current value for the 'urgency' field in the bean. The description of the 'urgency' field is:

"The level of attention that should be given to mitigating the vulnerability."

Using this method will not clear the server value when the bean is PUT to the server. Use the setUrgencyNull() method to clear the server's value.

See the description of cleared values.

See Also:
URGENCY

setUrgencyNull

public void setUrgencyNull()
Set to Null any current value for the 'urgency' field in the bean. The description of the 'urgency' field is:

"The level of attention that should be given to mitigating the vulnerability."

Using this method will clear the server value when the bean is PUT to the server. Use the clearUrgency() method to avoid clearing the server's value.

See the description of Null values.

See Also:
URGENCY

getBeanMetaData

public static BeanMetaData<? extends AdvAttackDetailsBean> 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 AdvAttackDetailsBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object