class BrowseReportKey
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private class |
BrowseReportKey.BrowseColumnKey
Key that is unique across browse columns with the same structure.
|
| Modifier and Type | Field and Description |
|---|---|
private BrowseReportKey.BrowseColumnKey[] |
columnKeys
Browse column keys.
|
private java.lang.String |
designTemplateFile
Design template file name.
|
private int |
hashCode
Calculated hash code.
|
| Constructor and Description |
|---|
BrowseReportKey(BrowseWidget browse,
java.lang.String designTemplateFile)
Create key for a browse with the given structure and given design template.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares two objects for equality.
|
int |
hashCode()
Override the parent's implementation to return a hash code cached at construction.
|
private final int hashCode
private final java.lang.String designTemplateFile
private final BrowseReportKey.BrowseColumnKey[] columnKeys
BrowseReportKey(BrowseWidget browse, java.lang.String designTemplateFile)
browse - Browse.designTemplateFile - Design template file name.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - Object to compare with.true if instances are equal and
false otherwise.