org.gcube.portlets.user.gisviewer.client.commons.beans
Class CQLQueryObject
java.lang.Object
org.gcube.portlets.user.gisviewer.client.commons.beans.CQLQueryObject
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class CQLQueryObject
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CQLQueryObject
public CQLQueryObject()
CQLQueryObject
public CQLQueryObject(String layerName,
String cqlQuery)
getLayerName
public String getLayerName()
setLayerName
public void setLayerName(String layerName)
getCqlQuery
public String getCqlQuery()
setCqlQuery
public void setCqlQuery(String cqlQuery)
Copyright © 2014. All Rights Reserved.