org.gudy.azureus2.core3.peer.util
Class PeerIdentityDataID

java.lang.Object
  extended by org.gudy.azureus2.core3.peer.util.PeerIdentityDataID

public class PeerIdentityDataID
extends Object


Constructor Summary
protected PeerIdentityDataID(byte[] _data_id)
           
 
Method Summary
 boolean equals(Object obj)
           
protected  PeerIdentityManager.DataEntry getDataEntry()
           
 byte[] getDataID()
           
 int hashCode()
           
protected  void setDataEntry(PeerIdentityManager.DataEntry d)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerIdentityDataID

protected PeerIdentityDataID(byte[] _data_id)
Method Detail

getDataID

public byte[] getDataID()

getDataEntry

protected PeerIdentityManager.DataEntry getDataEntry()

setDataEntry

protected void setDataEntry(PeerIdentityManager.DataEntry d)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object