Skip navigation links
com.bea.portal.tools.im
Class ToolQueryDefinitionModel
java.lang.Object
com.bea.portal.tools.im.ToolQueryDefinitionModel
- All Implemented Interfaces
- Serializable
-
public class ToolQueryDefinitionModel
- extends Object
- implements Serializable
The schema for a QueryDefinitionModel does not require that a QueryDefinitionModel have a name. The Portal Admin Tools need a name in order to render the QueryDefinitionModel in a tree. This class wraps the QueryDefinitionModel so that we can associate an array index with it, where the array index comes from the PlaceholderModel that contains the QueryDefinitionModels.
- See Also
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMP_GENERATED_MODEL_NAME_PREFIX
public static final String TEMP_GENERATED_MODEL_NAME_PREFIX
-
- See Also
- Constants Summary
model
protected QueryDefinitionModel model
index
protected int index
modelNameless
protected boolean modelNameless
name
protected String name
priority
protected QueryDefinitionModel.Priority priority
ToolQueryDefinitionModel
public ToolQueryDefinitionModel(QueryDefinitionModel model,
int index)
getModel
public QueryDefinitionModel getModel()
getIndex
public int getIndex()
- gets the index of the QueryDefinitionModel. The index starts with 0 and corresponds to the array position of the QueryDefinitionModel as returned by the parent PlaceholderModel.getQueryDefinitionModels();
-
- Returns
- the index of the QueryDefinitionModel
getPriority
public QueryDefinitionModel.Priority getPriority()
getName
public String getName()
isModelNameless
public boolean isModelNameless()
Skip navigation links
Copyright © 2010, Oracle. All rights reserved.