public static class CollectionDropDown.CollectionPathEntry extends Object implements Comparable<CollectionDropDown.CollectionPathEntry>
| Modifier and Type | Field and Description |
|---|---|
Collection |
collection |
String |
path |
| Constructor and Description |
|---|
CollectionPathEntry(Collection collection,
String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CollectionDropDown.CollectionPathEntry other) |
boolean |
equals(Object o) |
int |
hashCode() |
public Collection collection
public String path
public CollectionPathEntry(Collection collection, String path)
public int compareTo(CollectionDropDown.CollectionPathEntry other)
compareTo in interface Comparable<CollectionDropDown.CollectionPathEntry>Copyright © 2022 LYRASIS. All rights reserved.