org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement
Class Resource
java.lang.Object
org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.resourceManagement.Resource
- Direct Known Subclasses:
- GCUBEResource, WSResource
public abstract class Resource
- extends Object
- Author:
- Spyros Boutsis, NKUA
|
Constructor Summary |
protected |
Resource(org.gcube.common.core.scope.GCUBEScope scope,
String resourceTypeName,
String baseISQuery)
Class constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resource
protected Resource(org.gcube.common.core.scope.GCUBEScope scope,
String resourceTypeName,
String baseISQuery)
- Class constructor
- Parameters:
resourceData - the resource data that this object will wrap
getScope
public org.gcube.common.core.scope.GCUBEScope getScope()
- Returns the scope of this resource
- Returns:
- the resource's scope
getResourceTypeName
public String getResourceTypeName()
setBaseISQuery
protected void setBaseISQuery(String query)
getAttributeMap
protected HashMap<String,List<String>> getAttributeMap()
getAttributeNames
public List<String> getAttributeNames()
addAttributeName
protected void addAttributeName(String attrName)
getAttributeValue
public List<String> getAttributeValue(String attrName)
setAttributeValue
public void setAttributeValue(String attrName,
List<String> attrValues)
setAttributeValue
public void setAttributeValue(String attrName,
String attrValue)
Copyright © 2013. All Rights Reserved.