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:
parent
3bf30a2420
commit
2486c088d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue