public static class CollectionDropDown.CollectionPathEntry extends java.lang.Object implements java.lang.Comparable<CollectionDropDown.CollectionPathEntry>
| Modifier and Type | Field and Description |
|---|---|
Collection |
collection |
java.lang.String |
path |
| Constructor and Description |
|---|
CollectionDropDown.CollectionPathEntry(Collection collection,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CollectionDropDown.CollectionPathEntry other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public Collection collection
public java.lang.String path
public CollectionDropDown.CollectionPathEntry(Collection collection, java.lang.String path)
public int compareTo(CollectionDropDown.CollectionPathEntry other)
compareTo in interface java.lang.Comparable<CollectionDropDown.CollectionPathEntry>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 DuraSpace. All Rights Reserved.