com.novell.db.object.bean
Class IncidentBean

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

public class IncidentBean
extends SentinelBean

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

The description of the type is:

"An Incident object contains information about abnormal or suspicious events in the system."

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

Nested Class Summary
static class IncidentBean.StateType
          An enumerated type representing values for the field 'state'.
 
Field Summary
static String CREATOR
          The "bean name" of the Sentinel data object field 'Creator'.
static String CRITICALITY_RATING
          The "bean name" of the Sentinel data object field 'CriticalityRating'.
static String DATE_CREATED
          The "bean name" of the Sentinel data object field 'DateCreated'.
static String DATE_MODIFIED
          The "bean name" of the Sentinel data object field 'DateModified'.
static String INC_CAT
          The "bean name" of the Sentinel data object field 'Category'.
static String INC_DESC
          The "bean name" of the Sentinel data object field 'Description'.
static String INC_PRIORITY
          The "bean name" of the Sentinel data object field 'Priority'.
static String INC_RES
          The "bean name" of the Sentinel data object field 'Resolution'.
static String MODIFIER
          The "bean name" of the Sentinel data object field 'Modifier'.
static String NAME
          The "bean name" of the Sentinel data object field 'Name'.
static String REL_INCIDENT_ANNOTATIONS
          The "bean name" of the Sentinel data object field 'Annotations'.
static String REL_INCIDENT_ATTACHMENTS
          The "bean name" of the Sentinel data object field 'AttachmentItems'.
static String REL_INCIDENT_EVENTS
          The "bean name" of the Sentinel data object field 'EventIDs'.
static String REL_INCIDENT_EXTERNAL_DATA
          The "bean name" of the Sentinel data object field 'ExternalDataItems'.
static String REL_INCIDENT_NOTES
          The "bean name" of the Sentinel data object field 'Notes'.
static String REL_INCIDENT_STATE
          The "bean name" of the Sentinel data object field 'State'.
static String REL_INCIDENT_USERS
          The "bean name" of the Sentinel data object field 'Users'.
static String REL_WORKFLOW
          The "bean name" of the Sentinel data object field 'Workflows'.
static String SEVERITY
          The "bean name" of the Sentinel data object field 'Severity'.
static String SEVERITY_RATING
          The "bean name" of the Sentinel data object field 'SeverityRating'.
static String VULNERABILITY_RATING
          The "bean name" of the Sentinel data object field 'VulnerabilityRating'.
 
Constructor Summary
  IncidentBean()
          Construct an instance of the bean class.
protected IncidentBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void addToAnnotations(String value)
          Add a value to the collection field 'annotations'.
 void addToAttachmentItems(String value)
          Add a value to the collection field 'attachments'.
 void addToExternalDataItems(String value)
          Add a value to the collection field 'external-datas'.
 void addToNotes(String value)
          Add a value to the collection field 'notes'.
 void addToUsers(String value)
          Add a value to the collection field 'users'.
 void addToWorkflows(String value)
          Add a value to the collection field 'workflow-infos'.
 void clearAnnotations()
          Clear any current value for the 'annotations' field in the bean.
 void clearAttachmentItems()
          Clear any current value for the 'attachments' field in the bean.
 void clearCategory()
          Clear any current value for the 'category' field in the bean.
 void clearCriticalityRating()
          Clear any current value for the 'crit-rating' field in the bean.
 void clearDescription()
          Clear any current value for the 'desc' field in the bean.
 void clearEventIDsLink()
          Clear any current URL value for the 'events' field in the bean.
 void clearExternalDataItems()
          Clear any current value for the 'external-datas' field in the bean.
 void clearName()
          Clear any current value for the 'name' field in the bean.
 void clearNotes()
          Clear any current value for the 'notes' field in the bean.
 void clearPriority()
          Clear any current value for the 'priority' field in the bean.
 void clearResolution()
          Clear any current value for the 'resolution' field in the bean.
 void clearSeverity()
          Clear any current value for the 'severity' field in the bean.
 void clearSeverityRating()
          Clear any current value for the 'sev-rating' field in the bean.
 void clearState()
          Clear any current value for the 'state' field in the bean.
 void clearUsers()
          Clear any current value for the 'users' field in the bean.
 void clearVulnerabilityRating()
          Clear any current value for the 'vuln-rating' field in the bean.
 void clearWorkflows()
          Clear any current value for the 'workflow-infos' field in the bean.
 IncidentBean clone()
          Create a duplicate of this bean instance, including all field values.
 Collection<String> getAnnotations()
          Get the value for the 'annotations' field.
 Collection<String> getAttachmentItems()
          Get the value for the 'attachments' field.
static BeanMetaData<? extends IncidentBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getCategory()
          Get the value for the 'category' field.
 String getCreatorLink()
          Get the URL for the 'creator' field.
 String getCriticalityRating()
          Get the value for the 'crit-rating' field.
 Date getDateCreated()
          Get the value for the 'createdate' field.
 Date getDateModified()
          Get the value for the 'moddate' field.
 String getDescription()
          Get the value for the 'desc' field.
 String getEventIDsLink()
          Get the URL for the 'events' field.
 Collection<String> getExternalDataItems()
          Get the value for the 'external-datas' field.
 String getModifierLink()
          Get the URL for the 'modifier' field.
 String getName()
          Get the value for the 'name' field.
 Collection<String> getNotes()
          Get the value for the 'notes' field.
 int getPriority()
          Get the value for the 'priority' field.
 String getResolution()
          Get the value for the 'resolution' field.
 int getSeverity()
          Get the value for the 'severity' field.
 String getSeverityRating()
          Get the value for the 'sev-rating' field.
 IncidentBean.StateType getState()
          Get the value for the 'state' field.
 Collection<String> getUsers()
          Get the value for the 'users' field.
 String getVulnerabilityRating()
          Get the value for the 'vuln-rating' field.
 Collection<String> getWorkflows()
          Get the value for the 'workflow-infos' field.
 boolean isAnnotationsClear()
          Get whether the value for the 'annotations' field is clear or not.
 boolean isAnnotationsNull()
          Get whether the 'annotations' field has been set to Null or not.
 boolean isAttachmentItemsClear()
          Get whether the value for the 'attachments' field is clear or not.
 boolean isAttachmentItemsNull()
          Get whether the 'attachments' 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 isCreatorLinkClear()
          Get whether the value for the 'creator' URL field is clear or not.
 boolean isCreatorLinkNull()
          Get whether the 'creator' URL field has been set to Null or not.
 boolean isCriticalityRatingClear()
          Get whether the value for the 'crit-rating' field is clear or not.
 boolean isCriticalityRatingNull()
          Get whether the 'crit-rating' field has been set to Null or not.
 boolean isDateCreatedClear()
          Get whether the value for the 'createdate' field is clear or not.
 boolean isDateCreatedNull()
          Get whether the 'createdate' field has been set to Null or not.
 boolean isDateModifiedClear()
          Get whether the value for the 'moddate' field is clear or not.
 boolean isDateModifiedNull()
          Get whether the 'moddate' field has been set to Null or not.
 boolean isDescriptionClear()
          Get whether the value for the 'desc' field is clear or not.
 boolean isDescriptionNull()
          Get whether the 'desc' field has been set to Null or not.
 boolean isEventIDsLinkClear()
          Get whether the value for the 'events' URL field is clear or not.
 boolean isEventIDsLinkNull()
          Get whether the 'events' URL field has been set to Null or not.
 boolean isExternalDataItemsClear()
          Get whether the value for the 'external-datas' field is clear or not.
 boolean isExternalDataItemsNull()
          Get whether the 'external-datas' field has been set to Null or not.
 boolean isModifierLinkClear()
          Get whether the value for the 'modifier' URL field is clear or not.
 boolean isModifierLinkNull()
          Get whether the 'modifier' URL field has been set to Null or not.
 boolean isNameClear()
          Get whether the value for the 'name' field is clear or not.
 boolean isNameNull()
          Get whether the 'name' field has been set to Null or not.
 boolean isNotesClear()
          Get whether the value for the 'notes' field is clear or not.
 boolean isNotesNull()
          Get whether the 'notes' field has been set to Null or not.
 boolean isPriorityClear()
          Get whether the value for the 'priority' field is clear or not.
 boolean isPriorityNull()
          Get whether the 'priority' field has been set to Null or not.
 boolean isResolutionClear()
          Get whether the value for the 'resolution' field is clear or not.
 boolean isResolutionNull()
          Get whether the 'resolution' 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 isSeverityRatingClear()
          Get whether the value for the 'sev-rating' field is clear or not.
 boolean isSeverityRatingNull()
          Get whether the 'sev-rating' field has been set to Null or not.
 boolean isStateClear()
          Get whether the value for the 'state' field is clear or not.
 boolean isStateNull()
          Get whether the 'state' field has been set to Null or not.
 boolean isUsersClear()
          Get whether the value for the 'users' field is clear or not.
 boolean isUsersNull()
          Get whether the 'users' field has been set to Null or not.
 boolean isVulnerabilityRatingClear()
          Get whether the value for the 'vuln-rating' field is clear or not.
 boolean isVulnerabilityRatingNull()
          Get whether the 'vuln-rating' field has been set to Null or not.
 boolean isWorkflowsClear()
          Get whether the value for the 'workflow-infos' field is clear or not.
 boolean isWorkflowsNull()
          Get whether the 'workflow-infos' field has been set to Null or not.
 void setAnnotations(Collection<? extends String> annotations)
          Set the value for the 'annotations' field.
 void setAnnotationsNull()
          Set to Null any current value for the 'annotations' field in the bean.
 void setAttachmentItems(Collection<? extends String> attachmentItems)
          Set the value for the 'attachments' field.
 void setAttachmentItemsNull()
          Set to Null any current value for the 'attachments' 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 setCriticalityRating(String criticalityRating)
          Set the value for the 'crit-rating' field.
 void setCriticalityRatingNull()
          Set to Null any current value for the 'crit-rating' field in the bean.
 void setDescription(String description)
          Set the value for the 'desc' field.
 void setDescriptionNull()
          Set to Null any current value for the 'desc' field in the bean.
 void setEventIDsLink(String eventIDs)
          Set a URL value for the 'events' field.
 void setEventIDsLinkNull()
          Set to Null any current URL value for the 'events' field in the bean.
 void setExternalDataItems(Collection<? extends String> externalDataItems)
          Set the value for the 'external-datas' field.
 void setExternalDataItemsNull()
          Set to Null any current value for the 'external-datas' field in the bean.
 void setName(String name)
          Set the value for the 'name' field.
 void setNameNull()
          Set to Null any current value for the 'name' field in the bean.
 void setNotes(Collection<? extends String> notes)
          Set the value for the 'notes' field.
 void setNotesNull()
          Set to Null any current value for the 'notes' field in the bean.
 void setPriority(int priority)
          Set the value for the 'priority' field.
 void setPriorityNull()
          Set to Null any current value for the 'priority' field in the bean.
 void setResolution(String resolution)
          Set the value for the 'resolution' field.
 void setResolutionNull()
          Set to Null any current value for the 'resolution' 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 setSeverityRating(String severityRating)
          Set the value for the 'sev-rating' field.
 void setSeverityRatingNull()
          Set to Null any current value for the 'sev-rating' field in the bean.
 void setState(IncidentBean.StateType state)
          Set the value for the 'state' field.
 void setStateNull()
          Set to Null any current value for the 'state' field in the bean.
 void setUsers(Collection<? extends String> users)
          Set the value for the 'users' field.
 void setUsersNull()
          Set to Null any current value for the 'users' field in the bean.
 void setVulnerabilityRating(String vulnerabilityRating)
          Set the value for the 'vuln-rating' field.
 void setVulnerabilityRatingNull()
          Set to Null any current value for the 'vuln-rating' field in the bean.
 void setWorkflows(Collection<? extends String> workflows)
          Set the value for the 'workflow-infos' field.
 void setWorkflowsNull()
          Set to Null any current value for the 'workflow-infos' 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

REL_INCIDENT_ANNOTATIONS

public static final String REL_INCIDENT_ANNOTATIONS
The "bean name" of the Sentinel data object field 'Annotations'. The value is ""annotations"".

The description of the 'annotations' field is:

"List of annotations added to the incident."

See Also:
Constant Field Values

REL_INCIDENT_STATE

public static final String REL_INCIDENT_STATE
The "bean name" of the Sentinel data object field 'State'. The value is ""state"".

The description of the 'state' field is:

"The state of the incident. For example OPEN, ASSIGNED, CLOSED or REJECTED."

See Also:
Constant Field Values

DATE_MODIFIED

public static final String DATE_MODIFIED
The "bean name" of the Sentinel data object field 'DateModified'. The value is ""moddate"".

The description of the 'moddate' field is:

"The date and time when the object was last modified."

See Also:
Constant Field Values

NAME

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

The description of the 'name' field is:

"The name or title of the incident."

See Also:
Constant Field Values

REL_INCIDENT_ATTACHMENTS

public static final String REL_INCIDENT_ATTACHMENTS
The "bean name" of the Sentinel data object field 'AttachmentItems'. The value is ""attachments"".

The description of the 'attachments' field is:

"List of attachments associated with the incident."

See Also:
Constant Field Values

INC_PRIORITY

public static final String INC_PRIORITY
The "bean name" of the Sentinel data object field 'Priority'. The value is ""priority"".

The description of the 'priority' field is:

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

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 impact or degree of seriousness of the incident."

See Also:
Constant Field Values

INC_CAT

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

The description of the 'category' field is:

"A classification or grouping for the incident."

See Also:
Constant Field Values

CREATOR

public static final String CREATOR
The "bean name" of the Sentinel data object field 'Creator'. The value is ""creator"".

The description of the 'creator' field is:

"The URL of the Sentinel User object that represents the creator of the object."

See Also:
Constant Field Values

REL_INCIDENT_EVENTS

public static final String REL_INCIDENT_EVENTS
The "bean name" of the Sentinel data object field 'EventIDs'. The value is ""events"".

The description of the 'events' field is:

"List of events associated with the incident."

See Also:
Constant Field Values

SEVERITY_RATING

public static final String SEVERITY_RATING
The "bean name" of the Sentinel data object field 'SeverityRating'. The value is ""sev-rating"".

The description of the 'sev-rating' field is:

"Average of all the event severities that comprise an incident."

See Also:
Constant Field Values

REL_INCIDENT_EXTERNAL_DATA

public static final String REL_INCIDENT_EXTERNAL_DATA
The "bean name" of the Sentinel data object field 'ExternalDataItems'. The value is ""external-datas"".

The description of the 'external-datas' field is:

"List of external data items associated with the incident."

See Also:
Constant Field Values

REL_INCIDENT_USERS

public static final String REL_INCIDENT_USERS
The "bean name" of the Sentinel data object field 'Users'. The value is ""users"".

The description of the 'users' field is:

"List of users responsible for mitigating the incident."

See Also:
Constant Field Values

REL_WORKFLOW

public static final String REL_WORKFLOW
The "bean name" of the Sentinel data object field 'Workflows'. The value is ""workflow-infos"".

The description of the 'workflow-infos' field is:

"List of workflows associated with the incident."

See Also:
Constant Field Values

VULNERABILITY_RATING

public static final String VULNERABILITY_RATING
The "bean name" of the Sentinel data object field 'VulnerabilityRating'. The value is ""vuln-rating"".

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

"Reserved for future use."

See Also:
Constant Field Values

INC_RES

public static final String INC_RES
The "bean name" of the Sentinel data object field 'Resolution'. The value is ""resolution"".

The description of the 'resolution' field is:

"Actions taken to resolve the incident."

See Also:
Constant Field Values

INC_DESC

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

The description of the 'desc' field is:

"A description of the Incident."

See Also:
Constant Field Values

DATE_CREATED

public static final String DATE_CREATED
The "bean name" of the Sentinel data object field 'DateCreated'. The value is ""createdate"".

The description of the 'createdate' field is:

"The date and time when the object was created."

See Also:
Constant Field Values

MODIFIER

public static final String MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. The value is ""modifier"".

The description of the 'modifier' field is:

"The URL of the Sentinel User object that represents the last modifier of the object."

See Also:
Constant Field Values

REL_INCIDENT_NOTES

public static final String REL_INCIDENT_NOTES
The "bean name" of the Sentinel data object field 'Notes'. The value is ""notes"".

The description of the 'notes' field is:

"List of notes added to or associated with the incident."

See Also:
Constant Field Values

CRITICALITY_RATING

public static final String CRITICALITY_RATING
The "bean name" of the Sentinel data object field 'CriticalityRating'. The value is ""crit-rating"".

The description of the 'crit-rating' field is:

"Reserved for future use."

See Also:
Constant Field Values
Constructor Detail

IncidentBean

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


IncidentBean

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

getSeverityRating

public String getSeverityRating()
Get the value for the 'sev-rating' field. The description of the 'sev-rating' field is:

"Average of all the event severities that comprise an incident."

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

isSeverityRatingNull

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

"Average of all the event severities that comprise an incident."

See the description of Null values.

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

isSeverityRatingClear

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

"Average of all the event severities that comprise an incident."

See the description of cleared values.

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

setSeverityRating

public void setSeverityRating(String severityRating)
Set the value for the 'sev-rating' field. The description of the 'sev-rating' field is:

"Average of all the event severities that comprise an incident."

Parameters:
severityRating - Value to set
See Also:
SEVERITY_RATING

clearSeverityRating

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

"Average of all the event severities that comprise an incident."

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

See the description of cleared values.

See Also:
SEVERITY_RATING

setSeverityRatingNull

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

"Average of all the event severities that comprise an incident."

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

See the description of Null values.

See Also:
SEVERITY_RATING

getCategory

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

"A classification or grouping for the incident."

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

isCategoryNull

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

"A classification or grouping for the incident."

See the description of Null values.

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

isCategoryClear

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

"A classification or grouping for the incident."

See the description of cleared values.

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

setCategory

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

"A classification or grouping for the incident."

Parameters:
category - Value to set
See Also:
INC_CAT

clearCategory

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

"A classification or grouping for the incident."

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:
INC_CAT

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 classification or grouping for the incident."

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:
INC_CAT

getDateModified

public Date getDateModified()
Get the value for the 'moddate' field. The description of the 'moddate' field is:

"The date and time when the object was last modified."

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

isDateModifiedNull

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

"The date and time when the object was last modified."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
DATE_MODIFIED

isDateModifiedClear

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

"The date and time when the object was last modified."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
DATE_MODIFIED

getDescription

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

"A description of the Incident."

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

isDescriptionNull

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

"A description of the Incident."

See the description of Null values.

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

isDescriptionClear

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

"A description of the Incident."

See the description of cleared values.

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

setDescription

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

"A description of the Incident."

Parameters:
description - Value to set
See Also:
INC_DESC

clearDescription

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

"A description of the Incident."

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:
INC_DESC

setDescriptionNull

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

"A description of the Incident."

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:
INC_DESC

getPriority

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

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

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

isPriorityNull

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

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

See the description of Null values.

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

isPriorityClear

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

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

See the description of cleared values.

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

setPriority

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

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

Parameters:
priority - Value to set
See Also:
INC_PRIORITY

clearPriority

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

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

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

See the description of cleared values.

See Also:
INC_PRIORITY

setPriorityNull

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

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

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

See the description of Null values.

See Also:
INC_PRIORITY

getName

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

"The name or title of the incident."

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

isNameNull

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

"The name or title of the incident."

See the description of Null values.

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

isNameClear

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

"The name or title of the incident."

See the description of cleared values.

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

setName

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

"The name or title of the incident."

Parameters:
name - Value to set
See Also:
NAME

clearName

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

"The name or title of the incident."

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

See the description of cleared values.

See Also:
NAME

setNameNull

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

"The name or title of the incident."

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

See the description of Null values.

See Also:
NAME

getDateCreated

public Date getDateCreated()
Get the value for the 'createdate' field. The description of the 'createdate' field is:

"The date and time when the object was created."

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

isDateCreatedNull

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

"The date and time when the object was created."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
DATE_CREATED

isDateCreatedClear

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

"The date and time when the object was created."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
DATE_CREATED

getCriticalityRating

public String getCriticalityRating()
Get the value for the 'crit-rating' field. The description of the 'crit-rating' field is:

"Reserved for future use."

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

isCriticalityRatingNull

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

"Reserved for future use."

See the description of Null values.

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

isCriticalityRatingClear

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

"Reserved for future use."

See the description of cleared values.

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

setCriticalityRating

public void setCriticalityRating(String criticalityRating)
Set the value for the 'crit-rating' field. The description of the 'crit-rating' field is:

"Reserved for future use."

Parameters:
criticalityRating - Value to set
See Also:
CRITICALITY_RATING

clearCriticalityRating

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

"Reserved for future use."

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

See the description of cleared values.

See Also:
CRITICALITY_RATING

setCriticalityRatingNull

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

"Reserved for future use."

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

See the description of Null values.

See Also:
CRITICALITY_RATING

getSeverity

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

"The impact or degree of seriousness of the incident."

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 impact or degree of seriousness of the incident."

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 impact or degree of seriousness of the incident."

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 impact or degree of seriousness of the incident."

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 impact or degree of seriousness of the incident."

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 impact or degree of seriousness of the incident."

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

getResolution

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

"Actions taken to resolve the incident."

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

isResolutionNull

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

"Actions taken to resolve the incident."

See the description of Null values.

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

isResolutionClear

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

"Actions taken to resolve the incident."

See the description of cleared values.

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

setResolution

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

"Actions taken to resolve the incident."

Parameters:
resolution - Value to set
See Also:
INC_RES

clearResolution

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

"Actions taken to resolve the incident."

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

See the description of cleared values.

See Also:
INC_RES

setResolutionNull

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

"Actions taken to resolve the incident."

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

See the description of Null values.

See Also:
INC_RES

getVulnerabilityRating

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

"Reserved for future use."

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

isVulnerabilityRatingNull

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

"Reserved for future use."

See the description of Null values.

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

isVulnerabilityRatingClear

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

"Reserved for future use."

See the description of cleared values.

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

setVulnerabilityRating

public void setVulnerabilityRating(String vulnerabilityRating)
Set the value for the 'vuln-rating' field. The description of the 'vuln-rating' field is:

"Reserved for future use."

Parameters:
vulnerabilityRating - Value to set
See Also:
VULNERABILITY_RATING

clearVulnerabilityRating

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

"Reserved for future use."

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

See the description of cleared values.

See Also:
VULNERABILITY_RATING

setVulnerabilityRatingNull

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

"Reserved for future use."

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

See the description of Null values.

See Also:
VULNERABILITY_RATING

getModifierLink

public String getModifierLink()
Get the URL for the 'modifier' field. The description of the 'modifier' field is:

"The URL of the Sentinel User object that represents the last modifier of the object."

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

isModifierLinkNull

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

"The URL of the Sentinel User object that represents the last modifier of the object."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
MODIFIER

isModifierLinkClear

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

"The URL of the Sentinel User object that represents the last modifier of the object."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
MODIFIER

getWorkflows

public Collection<String> getWorkflows()
Get the value for the 'workflow-infos' field. The description of the 'workflow-infos' field is:

"List of workflows associated with the incident."

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

isWorkflowsNull

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

"List of workflows associated with the incident."

See the description of Null values.

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

isWorkflowsClear

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

"List of workflows associated with the incident."

See the description of cleared values.

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

setWorkflows

public void setWorkflows(Collection<? extends String> workflows)
Set the value for the 'workflow-infos' field. The description of the 'workflow-infos' field is:

"List of workflows associated with the incident."

Parameters:
workflows - Value to set
See Also:
REL_WORKFLOW

clearWorkflows

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

"List of workflows associated with the incident."

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

See the description of cleared values.

See Also:
REL_WORKFLOW

setWorkflowsNull

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

"List of workflows associated with the incident."

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

See the description of Null values.

See Also:
REL_WORKFLOW

addToWorkflows

public void addToWorkflows(String value)
Add a value to the collection field 'workflow-infos'. The description of the 'workflow-infos' field is:

"List of workflows associated with the incident."

Parameters:
value - Value to add to collection.
See Also:
REL_WORKFLOW

getUsers

public Collection<String> getUsers()
Get the value for the 'users' field. The description of the 'users' field is:

"List of users responsible for mitigating the incident."

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

isUsersNull

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

"List of users responsible for mitigating the incident."

See the description of Null values.

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

isUsersClear

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

"List of users responsible for mitigating the incident."

See the description of cleared values.

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

setUsers

public void setUsers(Collection<? extends String> users)
Set the value for the 'users' field. The description of the 'users' field is:

"List of users responsible for mitigating the incident."

Parameters:
users - Value to set
See Also:
REL_INCIDENT_USERS

clearUsers

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

"List of users responsible for mitigating the incident."

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

See the description of cleared values.

See Also:
REL_INCIDENT_USERS

setUsersNull

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

"List of users responsible for mitigating the incident."

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

See the description of Null values.

See Also:
REL_INCIDENT_USERS

addToUsers

public void addToUsers(String value)
Add a value to the collection field 'users'. The description of the 'users' field is:

"List of users responsible for mitigating the incident."

Parameters:
value - Value to add to collection.
See Also:
REL_INCIDENT_USERS

getEventIDsLink

public String getEventIDsLink()
Get the URL for the 'events' field. The description of the 'events' field is:

"List of events associated with the incident."

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

isEventIDsLinkNull

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

"List of events associated with the incident."

See the description of Null values.

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

isEventIDsLinkClear

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

"List of events associated with the incident."

See the description of cleared values.

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

setEventIDsLink

public void setEventIDsLink(String eventIDs)
Set a URL value for the 'events' field. The description of the 'events' field is:

"List of events associated with the incident."

Parameters:
eventIDs - Value to set
See Also:
REL_INCIDENT_EVENTS

clearEventIDsLink

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

"List of events associated with the incident."

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

See the description of cleared values.

See Also:
REL_INCIDENT_EVENTS

setEventIDsLinkNull

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

"List of events associated with the incident."

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

See the description of Null values.

See Also:
REL_INCIDENT_EVENTS

getState

public IncidentBean.StateType getState()
Get the value for the 'state' field. The description of the 'state' field is:

"The state of the incident. For example OPEN, ASSIGNED, CLOSED or REJECTED."

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

isStateNull

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

"The state of the incident. For example OPEN, ASSIGNED, CLOSED or REJECTED."

See the description of Null values.

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

isStateClear

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

"The state of the incident. For example OPEN, ASSIGNED, CLOSED or REJECTED."

See the description of cleared values.

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

setState

public void setState(IncidentBean.StateType state)
Set the value for the 'state' field. The description of the 'state' field is:

"The state of the incident. For example OPEN, ASSIGNED, CLOSED or REJECTED."

Parameters:
state - Value to set
See Also:
REL_INCIDENT_STATE

clearState

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

"The state of the incident. For example OPEN, ASSIGNED, CLOSED or REJECTED."

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

See the description of cleared values.

See Also:
REL_INCIDENT_STATE

setStateNull

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

"The state of the incident. For example OPEN, ASSIGNED, CLOSED or REJECTED."

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

See the description of Null values.

See Also:
REL_INCIDENT_STATE

getAttachmentItems

public Collection<String> getAttachmentItems()
Get the value for the 'attachments' field. The description of the 'attachments' field is:

"List of attachments associated with the incident."

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

isAttachmentItemsNull

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

"List of attachments associated with the incident."

See the description of Null values.

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

isAttachmentItemsClear

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

"List of attachments associated with the incident."

See the description of cleared values.

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

setAttachmentItems

public void setAttachmentItems(Collection<? extends String> attachmentItems)
Set the value for the 'attachments' field. The description of the 'attachments' field is:

"List of attachments associated with the incident."

Parameters:
attachmentItems - Value to set
See Also:
REL_INCIDENT_ATTACHMENTS

clearAttachmentItems

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

"List of attachments associated with the incident."

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

See the description of cleared values.

See Also:
REL_INCIDENT_ATTACHMENTS

setAttachmentItemsNull

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

"List of attachments associated with the incident."

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

See the description of Null values.

See Also:
REL_INCIDENT_ATTACHMENTS

addToAttachmentItems

public void addToAttachmentItems(String value)
Add a value to the collection field 'attachments'. The description of the 'attachments' field is:

"List of attachments associated with the incident."

Parameters:
value - Value to add to collection.
See Also:
REL_INCIDENT_ATTACHMENTS

getExternalDataItems

public Collection<String> getExternalDataItems()
Get the value for the 'external-datas' field. The description of the 'external-datas' field is:

"List of external data items associated with the incident."

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

isExternalDataItemsNull

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

"List of external data items associated with the incident."

See the description of Null values.

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

isExternalDataItemsClear

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

"List of external data items associated with the incident."

See the description of cleared values.

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

setExternalDataItems

public void setExternalDataItems(Collection<? extends String> externalDataItems)
Set the value for the 'external-datas' field. The description of the 'external-datas' field is:

"List of external data items associated with the incident."

Parameters:
externalDataItems - Value to set
See Also:
REL_INCIDENT_EXTERNAL_DATA

clearExternalDataItems

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

"List of external data items associated with the incident."

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

See the description of cleared values.

See Also:
REL_INCIDENT_EXTERNAL_DATA

setExternalDataItemsNull

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

"List of external data items associated with the incident."

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

See the description of Null values.

See Also:
REL_INCIDENT_EXTERNAL_DATA

addToExternalDataItems

public void addToExternalDataItems(String value)
Add a value to the collection field 'external-datas'. The description of the 'external-datas' field is:

"List of external data items associated with the incident."

Parameters:
value - Value to add to collection.
See Also:
REL_INCIDENT_EXTERNAL_DATA

getAnnotations

public Collection<String> getAnnotations()
Get the value for the 'annotations' field. The description of the 'annotations' field is:

"List of annotations added to the incident."

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

isAnnotationsNull

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

"List of annotations added to the incident."

See the description of Null values.

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

isAnnotationsClear

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

"List of annotations added to the incident."

See the description of cleared values.

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

setAnnotations

public void setAnnotations(Collection<? extends String> annotations)
Set the value for the 'annotations' field. The description of the 'annotations' field is:

"List of annotations added to the incident."

Parameters:
annotations - Value to set
See Also:
REL_INCIDENT_ANNOTATIONS

clearAnnotations

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

"List of annotations added to the incident."

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

See the description of cleared values.

See Also:
REL_INCIDENT_ANNOTATIONS

setAnnotationsNull

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

"List of annotations added to the incident."

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

See the description of Null values.

See Also:
REL_INCIDENT_ANNOTATIONS

addToAnnotations

public void addToAnnotations(String value)
Add a value to the collection field 'annotations'. The description of the 'annotations' field is:

"List of annotations added to the incident."

Parameters:
value - Value to add to collection.
See Also:
REL_INCIDENT_ANNOTATIONS

getNotes

public Collection<String> getNotes()
Get the value for the 'notes' field. The description of the 'notes' field is:

"List of notes added to or associated with the incident."

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

isNotesNull

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

"List of notes added to or associated with the incident."

See the description of Null values.

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

isNotesClear

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

"List of notes added to or associated with the incident."

See the description of cleared values.

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

setNotes

public void setNotes(Collection<? extends String> notes)
Set the value for the 'notes' field. The description of the 'notes' field is:

"List of notes added to or associated with the incident."

Parameters:
notes - Value to set
See Also:
REL_INCIDENT_NOTES

clearNotes

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

"List of notes added to or associated with the incident."

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

See the description of cleared values.

See Also:
REL_INCIDENT_NOTES

setNotesNull

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

"List of notes added to or associated with the incident."

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

See the description of Null values.

See Also:
REL_INCIDENT_NOTES

addToNotes

public void addToNotes(String value)
Add a value to the collection field 'notes'. The description of the 'notes' field is:

"List of notes added to or associated with the incident."

Parameters:
value - Value to add to collection.
See Also:
REL_INCIDENT_NOTES

getCreatorLink

public String getCreatorLink()
Get the URL for the 'creator' field. The description of the 'creator' field is:

"The URL of the Sentinel User object that represents the creator of the object."

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

isCreatorLinkNull

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

"The URL of the Sentinel User object that represents the creator of the object."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
CREATOR

isCreatorLinkClear

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

"The URL of the Sentinel User object that represents the creator of the object."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
CREATOR

getBeanMetaData

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

Overrides:
clone in class Object