public class IdenticalCrashesDto extends BaseDto
| Constructor and Description |
|---|
IdenticalCrashesDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponent()
Returns the component.
|
java.lang.Long |
getId()
Returns id
|
java.util.Date |
getLastCrashReport()
Returns the date last of last crash report.
|
long |
getSystemCount()
Returns number of systems.
|
long |
getTotalCrashCount()
Returns total number of crashes.
|
java.lang.String |
getUuid()
Returns the database uuid.
|
void |
setComponent(java.lang.String componentIn)
Sets the component.
|
void |
setId(java.lang.Long idIn)
Set the id
|
void |
setLastCrashReport(java.util.Date lastCrashReportIn)
Sets the date of last crash report.
|
void |
setSystemCount(long countIn)
Sets the number of systems
|
void |
setTotalCrashCount(long countIn)
Sets total number of crashes.
|
void |
setUuid(java.lang.String uuidIn)
Sets the uuid.
|
addToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic void setId(java.lang.Long idIn)
idIn - The id to setpublic java.lang.String getUuid()
public void setUuid(java.lang.String uuidIn)
uuidIn - The id to set.public java.lang.String getComponent()
public void setComponent(java.lang.String componentIn)
componentIn - The id to set.public long getTotalCrashCount()
public void setTotalCrashCount(long countIn)
countIn - Total number crashes.public long getSystemCount()
public void setSystemCount(long countIn)
countIn - The number of systemspublic java.util.Date getLastCrashReport()
public void setLastCrashReport(java.util.Date lastCrashReportIn)
lastCrashReportIn - the date of last crash report.