Project

General

Profile

« Previous | Next » 

Revision 7841

add MapStore/Loader test for the IndexEvents -- adding and removing events in the DB table through hazelcast. https://projects.ecoinformatics.org/ecoinfo/issues/5944

View differences:

IndexEvent.java
21 21
 */
22 22
package edu.ucsb.nceas.metacat.common.index.event;
23 23

  
24
import java.io.Serializable;
24 25
import java.util.Date;
25 26

  
26 27
import org.dataone.service.types.v1.Event;
......
32 33
 * @author tao
33 34
 *
34 35
 */
35
public class IndexEvent {
36
public class IndexEvent implements Serializable {
36 37
    
37
    private Event action = null;
38

  
39
	private static final long serialVersionUID = 1L;
40
	
41
	private Event action = null;
38 42
    private Date date = null;
39 43
    private Identifier identifier = null;
40 44
    private String description = null;

Also available in: Unified diff