Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@101209 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-30 11:29:39 +00:00
parent 0b436a4457
commit 847a16d3d5
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public class TRId implements Serializable {
public TRId(String id, TabResourceType tabResourceType,
String tableTypeName, String tableId, String tableType) {
this.id = id;
this.tabResourceType = tabResourceType;
this.tableTypeName = tableTypeName;
this.tableId = tableId;
this.tableType = tableType;
@ -99,6 +100,7 @@ public class TRId implements Serializable {
String tableTypeName, String tableId, String tableType,
String referenceTargetTableId, boolean viewTable) {
this.id = id;
this.tabResourceType = tabResourceType;
this.tableTypeName = tableTypeName;
this.tableId = tableId;
this.tableType = tableType;