Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@91876 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-18 17:12:57 +00:00
parent 8ab1e4444f
commit 079f77999c
1 changed files with 5 additions and 1 deletions

View File

@ -2,13 +2,17 @@ package org.gcube.portlets.user.td.widgetcommonevent.shared.expression;
import java.io.Serializable;
public class C_Expression implements Serializable{
public class C_Expression implements Serializable {
private static final long serialVersionUID = 7818512507606450235L;
protected String id="Expression";
public C_Expression(){
}
public String getId() {
return id;
}