Project

General

Profile

« Previous | Next » 

Revision 42131

Added by Nikon Gasparis about 8 years ago

updated to implement IsSerializable

View differences:

SecurityProfile.java
1 1
package eu.dnetlib.domain.enabling;
2 2

  
3
import com.google.gwt.user.client.rpc.IsSerializable;
4
import eu.dnetlib.domain.DriverResource;
5

  
3 6
import java.util.ArrayList;
4 7
import java.util.List;
5 8

  
6
import eu.dnetlib.domain.DriverResource;
7

  
8 9
/**
9 10
 * 
10 11
 * The domain object for the SecurityProfile resource data structure
11 12
 * 
12 13
 */
13
public class SecurityProfile extends DriverResource {
14
public class SecurityProfile extends DriverResource implements IsSerializable {
14 15
	private static final long serialVersionUID = 6533097295469183688L;
15 16

  
16 17
	private String driverResourceId;

Also available in: Unified diff