public class SearchTemplate extends Object implements Serializable, Comparable
Modifier and Type | Field and Description |
---|---|
String |
caption |
String[] |
classes |
String |
directClass |
String |
directSearch |
boolean |
directType |
String |
indirectClass |
String |
indirectSearch |
String |
indirectSpec |
boolean |
isGen |
String |
localName |
String |
mergeSearch |
String |
mergeSpec |
String |
name |
static String |
PREFIX |
Properties |
props |
boolean |
readFields |
ResultData[] |
results |
String |
sort |
int |
sortIndex |
String |
spec |
String |
subClass |
boolean |
usable |
boolean |
used |
Constructor and Description |
---|
SearchTemplate() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object otherSearchTemplate)
The method is the implementation for Comparable Interface.
|
Hashtable |
getControlInfo() |
PModelHandle |
getDirectArgs() |
String[] |
getResultLabels()
Returns the result labels for the given template.
|
void |
setControlInfo(Hashtable ciTbl) |
void |
setDirectArgs(PModelHandle dArgs)
Sets the PModelHandle for the search template.
|
public static final String PREFIX
public String name
public String localName
public boolean directType
public String spec
public String directClass
public String subClass
public String indirectClass
public String indirectSpec
public String caption
public Properties props
public boolean isGen
public boolean used
public boolean usable
public ResultData[] results
public String sort
public int sortIndex
public String[] classes
public String mergeSpec
public String mergeSearch
public boolean readFields
public String directSearch
public String indirectSearch
public void setDirectArgs(PModelHandle dArgs)
dArgs
- the PModelHandle representing the argumentspublic PModelHandle getDirectArgs()
public Hashtable getControlInfo()
public void setControlInfo(Hashtable ciTbl)
public int compareTo(Object otherSearchTemplate)
compareTo
in interface Comparable
otherSearchTemplate
- the SearchTemplate representing the argumentspublic String[] getResultLabels()
Copyright © 2003, 2023, Oracle and/or its affiliates.