public class IdPathInfo
extends java.lang.Object
IdPathInfo class.
| Constructor and Description |
|---|
IdPathInfo(long[] indexPath,
Folder parent,
Entry target)
Constructor for IdPathInfo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
long[] |
getIdPath()
Getter for the field
idPath. |
Folder |
getParent()
Getter for the field
parent. |
Entry |
getTarget()
Getter for the field
target. |
int |
hashCode()
hashCode.
|
java.lang.String |
toString()
toString.
|
public long[] getIdPath()
Getter for the field idPath.
public Folder getParent()
Getter for the field parent.
public Entry getTarget()
Getter for the field target.
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode.
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString.
toString in class java.lang.ObjectString object.Object.toString()Copyright © 2022 Apereo. All Rights Reserved.