public class SituationSummaryBean extends Object
Constructor and Description |
---|
SituationSummaryBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
assignedTo() |
boolean |
equals(Object obj) |
String |
getDescription() |
Map<String,String> |
getProperties() |
String |
getResolutionState() |
int |
getResubmissionFailureTotalCount() |
String |
getSeverity() |
String |
getSituationId() |
String |
getSubject() |
Date |
getTimestamp() |
String |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setProperties(Map<String,String> properties) |
void |
setResolutionState(String state) |
void |
setResubmissionFailureTotalCount(int count) |
void |
setSeverity(String severity) |
void |
setSituationId(String situationId) |
void |
setSubject(String subject) |
void |
setTimestamp(Date timestamp) |
void |
setType(String type) |
public String getSituationId()
public String getSeverity()
public String getType()
public String getSubject()
public Date getTimestamp()
public String getDescription()
public int getResubmissionFailureTotalCount()
public void setSituationId(String situationId)
situationId
- the situationId to setpublic void setSeverity(String severity)
severity
- the severity to setpublic void setType(String type)
type
- the type to setpublic void setSubject(String subject)
subject
- the subject to setpublic void setTimestamp(Date timestamp)
timestamp
- the timestamp to setpublic void setDescription(String description)
description
- the description to setpublic void setProperties(Map<String,String> properties)
properties
- the properties to setpublic void setResubmissionFailureTotalCount(int count)
count
- the total count of resubmission failurespublic String getResolutionState()
public void setResolutionState(String state)
public String assignedTo()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.