public class NFESearchParams
extends java.lang.Object
| Constructor and Description |
|---|
NFESearchParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getFeatureClassId()
Returns the feature class id parameter.
|
java.lang.Long |
getFeatureId()
Returns the feature id parameter.
|
java.lang.Long |
getFeatureLayerId()
Returns the feature layer id parameter.
|
java.lang.String |
getSqlCondition()
Returns the SQL that will be added to the where clause of the search query on the feature table.
|
int |
hashCode() |
void |
setFeatureClassId(java.lang.Long featureClassId)
Sets the feature class id parameter.
|
void |
setFeatureId(java.lang.Long featureId)
Sets the feature id parameter.
|
void |
setFeatureLayerId(java.lang.Long featureLayerId)
Sets the feature layer id parameter.
|
void |
setSqlCondition(java.lang.String sqlCondition)
Sets the SQL that will be added to the where clause of the search query on the feature table.
|
public java.lang.String getSqlCondition()
public void setSqlCondition(java.lang.String sqlCondition)
sqlCondition - SQL conditionpublic java.lang.Long getFeatureClassId()
public void setFeatureClassId(java.lang.Long featureClassId)
featureClassId - feature class idpublic java.lang.Long getFeatureId()
public void setFeatureId(java.lang.Long featureId)
featureId - feature idpublic java.lang.Long getFeatureLayerId()
public void setFeatureLayerId(java.lang.Long featureLayerId)
featureLayerId - feature layer idpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object