public class Filter
extends java.lang.Object
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCardType() |
int |
getDistance() |
java.lang.Integer |
getIndustryCode() |
com.utils.geo.GeoPt |
getLocation() |
java.lang.String |
getWord() |
void |
setCardType(java.lang.Integer cardType) |
void |
setDistance(int distance) |
void |
setIndustryCode(java.lang.Integer industryCode) |
void |
setLocation(com.utils.geo.GeoPt location) |
void |
setWord(java.lang.String word) |
java.lang.String |
toString() |
public java.lang.Integer getCardType()
public void setCardType(java.lang.Integer cardType)
public java.lang.Integer getIndustryCode()
public void setIndustryCode(java.lang.Integer industryCode)
public java.lang.String getWord()
public void setWord(java.lang.String word)
public com.utils.geo.GeoPt getLocation()
public void setLocation(com.utils.geo.GeoPt location)
public int getDistance()
public void setDistance(int distance)
public java.lang.String toString()
toString
in class java.lang.Object