public class ResultData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
altFieldName
An alternate field to be used for the results.
|
String |
className
The class that this field belongs to.
|
boolean |
display
Indicates whether to display the resultData.
|
String |
fieldName
The name of the field to be used for the results.
|
String |
indexStr
Indicates whether there is a special array-index value.
|
String |
label
The label to be used as a header.
|
boolean |
readFields
Indicates whether to do a READ_FLDS on the field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ResultData data)
Determines if the two objects are equal.
|
public String fieldName
public String altFieldName
public String label
public String className
public boolean readFields
public boolean display
public String indexStr
public boolean equals(ResultData data)
data
- the object to checkCopyright © 2003, 2023, Oracle and/or its affiliates.