mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
Merge pull request #4500 from rcordovano/develop
Make CaseDetails Serializable for remote events
This commit is contained in:
commit
d680a3dcb9
@ -18,11 +18,13 @@
|
|||||||
*/
|
*/
|
||||||
package org.sleuthkit.autopsy.casemodule;
|
package org.sleuthkit.autopsy.casemodule;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wrapper to contain the modifiable details of a case, such as case display
|
* Wrapper to contain the modifiable details of a case, such as case display
|
||||||
* name, case number, and examiner related fields.
|
* name, case number, and examiner related fields.
|
||||||
*/
|
*/
|
||||||
public final class CaseDetails {
|
public final class CaseDetails implements Serializable {
|
||||||
|
|
||||||
private final String caseDisplayName;
|
private final String caseDisplayName;
|
||||||
private final String caseNumber;
|
private final String caseNumber;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user