|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.MQObject
com.mapquest.DBLayerQuery
com.mapquest.DBLayerCatToDTMapQuery
Adds points of interest (such as banks, hotels, etc.) to a map. The DBLayerCatToDTMapQuery object consists of a layer name and a query string. A DBLayerCatToDTMapQuery object uniquely specifies a database table to be used by the server when drawing maps or performing searches. It contains the information necessary to connect to a table within a RDBMS.
DBFieldType,
CatToDTMapCollection| Field Summary | |
static int |
CLASS_ID
|
static java.lang.String |
CLASS_NAME
|
| Fields inherited from class com.mapquest.MQObject |
DEFAULT_ID, DEFAULT_NAME, DEFAULT_VERSION, FORMAT_NUMERIC_ID, FORMAT_TEXT_NAME, INVALID_ID, INVALID_NAME, INVALID_VERSION |
| Constructor Summary | |
DBLayerCatToDTMapQuery()
Default constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
java.lang.String |
getCategoryField()
Get the name of the category field in the database. |
DBFieldType |
getCategoryFieldType()
Get the data type of the Category field. |
CatToDTMapCollection |
getCatToDTMapCollection()
Get the collection that stores the name-value pairs for the category-DT pairs |
int |
getClassId()
Returns the numeric id of this class. |
java.lang.String |
getClassName()
Returns the text name of this class. |
int |
hashCode()
Returns a hash code for this DBLayerCatToDTMapQuery. |
void |
init()
Initializes object. |
void |
setCategoryField(java.lang.String strCategoryField)
Set the name of the category field in the database. |
void |
setCategoryFieldType(DBFieldType lCategoryFieldType)
Set the data type of the Category field. |
| Methods inherited from class com.mapquest.DBLayerQuery |
getDBLayerName, getExtraCriteria, setDBLayerName, setExtraCriteria |
| Methods inherited from class com.mapquest.MQObject |
clone, getFormat, getIdWithVersion, getNameWithVersion, getObjectVersion, getTypeId, getTypeName, getVerboseConsoleOutput, setFormat, setObjectVersion, setVerboseConsoleOutput, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int CLASS_ID
public static final java.lang.String CLASS_NAME
| Constructor Detail |
public DBLayerCatToDTMapQuery()
| Method Detail |
public void init()
init in class DBLayerQuerypublic int getClassId()
getClassId in class DBLayerQuerypublic java.lang.String getClassName()
getClassName in class DBLayerQuerypublic void setCategoryField(java.lang.String strCategoryField)
strCategoryField - the FieldNamepublic java.lang.String getCategoryField()
public void setCategoryFieldType(DBFieldType lCategoryFieldType)
lCategoryFieldType - the field typepublic DBFieldType getCategoryFieldType()
public CatToDTMapCollection getCatToDTMapCollection()
public boolean equals(java.lang.Object otherObject)
equals in class DBLayerQueryotherObject - the object to compare this DBLayerCatToDTMapQuery
against.
public int hashCode()
hashCode in class DBLayerQuery
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||