Added Clone

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@92820 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-07 14:30:03 +00:00
parent 3bf30a2420
commit 2486c088d9
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ public class CloneTabularResourceSession implements Serializable {
private static final long serialVersionUID = -1896235499708614266L;
protected TRId trId;
public CloneTabularResourceSession(){
}
public CloneTabularResourceSession(TRId trId){
this.trId=trId;
}
public TRId getTrId() {
return trId;