Project

General

Profile

« Previous | Next » 

Revision 0c1dd4b9

Added by Patrick Plitzner about 5 years ago

ref #8011 Make dtos Serializable

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/dto/DerivationEventDTO.java
8 8
*/
9 9
package eu.etaxonomy.cdm.api.service.dto;
10 10

  
11
import java.io.Serializable;
12

  
11 13
import eu.etaxonomy.cdm.model.occurrence.DerivationEvent;
12 14

  
13 15
/**
......
15 17
 * @since 22.06.2018
16 18
 *
17 19
 */
18
public class DerivationEventDTO {
20
public class DerivationEventDTO implements Serializable {
19 21

  
22
    private static final long serialVersionUID = 6338657672281702600L;
20 23

  
21 24
    private String derivationEventType;
22 25
    private String derivationEventActor;

Also available in: Unified diff