public class
PathAndId
extends
Object
Public Constructor Summary
PathAndId
(
Path
path, long id)
Public Method Summary
long
getId
()
Path
getPath
()
Inherited Method Summary
From class java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
PathAndId
(
Path
path, long id)
Parameters
path
id
Public Methods
public long
getId
()
public
Path
getPath
()