public class RelocateAssetReferencesLogInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
destAssetIndex |
protected long |
srcAssetIndex |
Constructor and Description |
---|
RelocateAssetReferencesLogInfo(long srcAssetIndex,
long destAssetIndex)
Provides the indices of the source asset and the destination asset for a
relocate action.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getDestAssetIndex()
Destination asset position in the Assets list.
|
long |
getSrcAssetIndex()
Source asset position in the Assets list.
|
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final long srcAssetIndex
protected final long destAssetIndex
public RelocateAssetReferencesLogInfo(long srcAssetIndex, long destAssetIndex)
srcAssetIndex
- Source asset position in the Assets list.destAssetIndex
- Destination asset position in the Assets list.public long getSrcAssetIndex()
public long getDestAssetIndex()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.