public class IncidentImpactedElement extends Object implements Serializable
| Constructor and Description |
|---|
IncidentImpactedElement()
Typical Constructor
|
IncidentImpactedElement(IncidentImpactedElement template)
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as
long as the template object is not null;
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getImpactedElementGUID()
Return the unique identifier of the impacted element.
|
int |
getImpactSeverityLevel()
Return the severity of the impact - the definition of the severity level is set up as part of the
governance program.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setImpactedElementGUID(String impactedElementGUID)
Set up the unique identifier of the impacted element.
|
void |
setImpactSeverityLevel(int impactSeverityLevel)
Set up the severity of the impact - the definition of the severity level is set up as part of the
governance program.
|
String |
toString()
Standard toString method.
|
public IncidentImpactedElement()
public IncidentImpactedElement(IncidentImpactedElement template)
template - object being copiedpublic int getImpactSeverityLevel()
public void setImpactSeverityLevel(int impactSeverityLevel)
impactSeverityLevel - integerpublic String getImpactedElementGUID()
public void setImpactedElementGUID(String impactedElementGUID)
impactedElementGUID - string identifierpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.