Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@93524 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
89a1553c35
commit
4eee1e4e90
|
@ -85,6 +85,14 @@ public class TabResource implements Serializable {
|
|||
this.trId = trId;
|
||||
}
|
||||
|
||||
public String getTabularResourceType(){
|
||||
String t="";
|
||||
if(trId!=null&&trId.getTabularResourceType()!=null){
|
||||
t=trId.getTabularResourceType();
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return description;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue