Skip to content
Snippets Groups Projects
Commit c25e5ad7 authored by gpawel's avatar gpawel
Browse files

making MetaprojectUpdatesDTO serializable

SVN: 27545
parent 83311994
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,19 @@
package ch.systemsx.cisd.openbis.generic.shared.dto;
import java.io.Serializable;
import ch.systemsx.cisd.openbis.generic.shared.basic.TechId;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.BasicMetaprojectUpdates;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.ServiceVersionHolder;
/**
* @author Jakub Straszewski
*/
public class MetaprojectUpdatesDTO extends BasicMetaprojectUpdates
public class MetaprojectUpdatesDTO extends BasicMetaprojectUpdates implements Serializable
{
private static final long serialVersionUID = ServiceVersionHolder.VERSION;
private TechId metaprojectId;
public MetaprojectUpdatesDTO()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment