public class IncidentDependency extends Object implements Serializable
| Constructor and Description |
|---|
IncidentDependency()
Typical Constructor
|
IncidentDependency(IncidentDependency 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 |
getDescription()
Return the description of the dependency.
|
String |
getPreviouslyReportedIncidentGUID()
Return the identifier of an incident that this incident is dependent on.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDescription(String description)
Set up the description of the dependency.
|
void |
setPreviouslyReportedIncidentGUID(String previouslyReportedIncidentGUID)
Set up the identifier of an incident that this incident is dependent on.
|
String |
toString()
Standard toString method.
|
public IncidentDependency()
public IncidentDependency(IncidentDependency template)
template - object being copiedpublic String getPreviouslyReportedIncidentGUID()
public void setPreviouslyReportedIncidentGUID(String previouslyReportedIncidentGUID)
previouslyReportedIncidentGUID - string identifierpublic String getDescription()
public void setDescription(String description)
description - string textpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.